summaryrefslogtreecommitdiff
path: root/data/maps
AgeCommit message (Collapse)Author
2021-05-30Move the dbbw, dbww, and dbwww macros to legacyRangi
2021-03-16Revise some constant definitionsRangi
2021-03-10Define MAPGROUP_* constants and verify MapGroup_* table sizesRangi
2021-03-05Verify data table sizes with table_width and assert_table_length macrosRangi
It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants.
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-07-22Treat map setup commands like trade script commandsRangi
2020-07-21Define NUM_FLYPOINTSRangi
2020-07-13Define map setup commands as macros like other script commandsRangi
2020-07-02Use STRCMP, not ==, to compare multi-character stringsRangi
2020-06-21Comment more ROM labels as unreferencedRangi
(Some unreferenced labels are above code which is still used via fallthrough!)
2020-06-15Remove Crystal-only CaughtDataRangi
2020-06-15WiseTriosRoom -> EcruteakTinTowerBackEntranceRangi
2020-06-15Remove unused map scene IDsRangi
2020-06-15SPRITE_BUENA -> SPRITE_BEAUTYRangi
2020-05-25Finish disassembling banks 7 and 8.entrpntr
2020-05-14Match pokecrystal file names and folder structure, tools updates.entrpntr
2020-05-12Cleanup of color.asm and scgb_layouts.asm.entrpntr
2020-05-09Add engine/overworld/landmarks.asm and engine/events/fish.asm.entrpntr
2020-05-09Add engine/pokegear/pokegear.asm.entrpntr
2020-04-27Sync with the recent updates to pokecrystal.entrpntr
2020-04-26Disassemble map scenes and events.entrpntr
2020-04-22Finish home cleanup, identify tileset data, other misc cleanups.entrpntr
2020-04-10Add engine/overworld/map_setup.asm.entrpntr
2020-04-10Add engine/menus/save.asm, and some other files.entrpntr
2020-04-10Add engine/rtc/rtc.asm and engine/overworld/overworld.asm.entrpntr
2020-04-08Remove empty banks and clean up main.asm before continuing.entrpntr
2019-10-11Add maps and map attributes.IIMarckus
2018-10-04Dump map blockdata from Gold.IIMarckus
2018-10-04Split map object includes into a separate file.IIMarckus