summaryrefslogtreecommitdiff
path: root/macros/wram.asm
AgeCommit message (Collapse)Author
2021-01-25Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87)Zumi
Also identify SFX and cry pointers
2020-09-20Remove address commentsjd-0
Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4}
2018-06-25Disassembled all routines related to sprite movement/collisions. Added in ↵Pokeglitch
constants
2018-06-10Merge branch 'math_etc' into 'master'ISSOtm
2018-06-10Disassemble map loadingISSOtm
Somewhat unfinished, but everything has been marked with a TODO. Fo example: - determining the remaining map setup constants - filling the gaps left (see where the SECTIONs are) - documenting the few hex addresses left
2018-06-04Add more labels, rename some to match pokecrystalISSOtm
2018-06-04Small dent into the audio enginepfero
2018-05-31Use newer RGB macro; add commentsRangi
2018-05-28Disassemble a lil' bitISSOtm