summaryrefslogtreecommitdiff
path: root/ram
AgeCommit message (Collapse)Author
2021-07-04Disassemble field debug (bank $3f) (#97)Zumi
* Disassemble SFX and cries * Disassemble clock dialog * Disassemble slot machine minigame * Disassemble AnimateTilesetImpl * Disassemble start menu frame type dialog * Disassemble field menu * Split debug menus into debug folder * Remove redundant shims
2021-05-16Disassemble more OW sprite routinesZumi Daxuya
2021-05-08Dump banks $09 and $0B (#93)Zumi
2021-05-02Disassemble memory minigame and Picross minigameZumi
2021-01-25Disassemble RTC setup dialog and slot machine minigame (bank $24) (#87)Zumi
Also identify SFX and cry pointers
2021-01-25Split and label Trainer Gear code (#89)Zumi
Split and label Trainer Gear code
2020-12-18Merge branch 'master' of https://github.com/pret/pokegold-spaceworldZumi Daxuya
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2020-12-17Merge pull request #84 from ZoomTen/pikachu-minigameRangi
Disassemble opening cutscene, Game Freak intro, and Pikachu minigame
2020-12-17Suggested changes to #83Zumi Daxuya
2020-12-17Further disassemble audio engineZumi Daxuya
2020-12-17Begin disassembling the rest of the audio engineZumi Daxuya
2020-12-16Disassemble sound test debug menuZumi Daxuya
2020-12-12Some adjustmentsZumi Daxuya
2020-12-12Label more stuff in the Pikachu minigameZumi Daxuya
2020-12-11More progress on disassembling Pikachu minigameZumi Daxuya
2020-12-11Start labelling Pikachu minigameZumi Daxuya
2020-12-10Remove address comments in wram.asmZumi Daxuya
2020-12-10Disassemble Game Freak logo animationZumi Daxuya
2020-12-10Disassemble G/S introZumi Daxuya
2020-12-08Match pokegold's battle transition code more closelyRangi
2020-12-09Match battle transitions labels to pokegoldZumi Daxuya
2020-09-22Move most files out of the root directoryRangi
- ram/ froups the ram source files - slack/ is for unused garbage taking up the ROM's free space - gfx.py moved to utils/