Commit Graph

21 Commits

Author SHA1 Message Date
dannye
bc2354dd66 Merge branch 'master' of https://github.com/pret/pokered
Some checks failed
CI / build (push) Has been cancelled
CI / build-macos (push) Has been cancelled
2026-01-17 22:38:33 -06:00
Rangi
0e49aef88e
Use macros to enforce "hidden object" constraints, and rename them to "hidden events" (#559) 2026-01-07 22:05:37 -05:00
Rangi
bb7984e70b Separate surfing Pikachu graphics from audio engine code
Some checks failed
CI / build (push) Has been cancelled
Fixes #137
2025-10-19 14:30:22 -04:00
dannye
ca019eac8f Merge branch 'master' of https://github.com/pret/pokered 2025-07-02 21:15:13 -05:00
Rangi42
fcb61ae0e4 Distinguish single trainer pics section from Pokemon pics 2025-06-25 23:59:47 -04:00
dannye
6cb885a9f6 Merge branch 'master' of https://github.com/pret/pokered
Some checks failed
CI / build (push) Has been cancelled
2025-01-30 21:40:19 -06:00
Rangi
fa4ed9ea59 Use rgblink -w to have one $2000-byte WRAM0 region 2021-05-31 19:21:57 -04:00
Rangi
1caab64abe Clean up Yellow's WRAM 2021-05-31 19:16:44 -04:00
dannye
25b568cb98 Merge branch 'master' of https://github.com/pret/pokered 2021-05-31 17:01:33 -05:00
Rangi
234aa7d409 Use more WRAM sections 2021-05-31 17:17:03 -04:00
Rangi
1e58df98af Improve some RAM formatting 2021-05-31 11:46:13 -04:00
Rangi
8701ef4d61 Improve some RAM formatting 2021-05-31 11:46:10 -04:00
dannye
453107ab8a More debug yellow
only debug menu left
2020-11-07 14:35:40 -06:00
Rangi
aae999f72b Start reorganizing pokeyellow 2020-11-04 19:44:31 -05:00
dannye
5647ca687b Sync with pokered 2020-11-04 00:06:44 -06:00
Rangi
204bf74a7f Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) 2020-07-21 19:46:12 -04:00
Rangi
b945988a0a Names for more SECTIONs 2020-07-07 14:45:24 -04:00
Rangi
dd08b8dd6b Use labels for HRAM and VRAM 2020-07-06 21:13:17 -04:00
Rangi
6bd86e10c3 Reorganize home header 2020-07-03 13:03:21 -04:00
Rangi
881e005970 INCLUDE "engine/pokemon/bills_pc.asm" in main.asm, not audio.asm 2020-07-03 01:09:58 -04:00
Rangi
4b853ad676
Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251)
Each new file builds its own .o, along with separate main.o and home.o, which necessitates many more "exported::" labels.
2020-06-27 15:32:24 -04:00