summaryrefslogtreecommitdiff
path: root/layout.link
AgeCommit message (Collapse)Author
2021-10-05Rename two sections that are contiguous in pokegoldRangi
2021-05-09Require rgbds 0.5.1Rangi
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
2021-04-13Group miscellaneous graphics from main.asm into their own object fileRangi
2021-04-12Remove some unnecessary padding allocationsRangi
2021-03-08Align "Overworld Map" to 8 bits ($xx00)Rangi
2020-07-23Generate the Stadium 2 checksum data with pfero's tool instead of raw INCBINsRangi
2020-07-21Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1)Rangi
2020-07-13Disassemble the final English debug ROMsRangi
2020-07-07Get all unnamed symbols with make DEBUG=1Rangi
2020-06-15Define wStackBottomRangi
2020-05-28Merge pull request #38 from libjet/bank21entrpntr
Disassemble bank $21
2020-05-28Changes for hall of fame and credits.entrpntr
2020-05-28Fill in sprite animation index constants, other minor cleanups.entrpntr
2020-05-27Merge pull request #36 from entrpntr/misc-dumpentrpntr
Disassemble banks $70 and $3f, add tileset data
2020-05-25Whoops, missed a bank somehow.entrpntr
2020-05-25Make separate tileset object, add similar collision files.entrpntr
2020-05-22Merge pull request #33 from entrpntr/phoneentrpntr
Disassemble phone scripts and text (bank $41)
2020-05-21Disassemble remainder of bank $40.entrpntr
2020-05-20Reorganize, minor cleanups.entrpntr
2020-05-14Clean up some palette stuff, update main.asm and layout.link.entrpntr
2020-05-09Add item/move/class names; update linkerscript and main.asm.entrpntr
2020-05-08Modest cleanup of wram.asm.entrpntr
2020-05-07Add majority of remaining unused source files.entrpntr
2020-05-07Add end-of-ROM stadium data, fix Burned Tower script labels/constants.entrpntr
2020-05-04Finish cleanup of bank 3.entrpntr
2020-05-01Disassemble bank $0b.entrpntr
2020-05-01Add engine/overworld/wildmons.asm (without data files).entrpntr
2020-04-30Add engine/link/link.asm and engine/link/mystery_gift.asmentrpntr
2020-04-26Disassemble map scenes and events.entrpntr
2020-04-22Finish home cleanup, identify tileset data, other misc cleanups.entrpntr