summaryrefslogtreecommitdiff
path: root/home/map.asm
AgeCommit message (Collapse)Author
2021-12-30Use `MAP_LENGTH` in `GetMapPointer`Rangi
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-12-23Remove "Buffer" suffix from two HRAM labelsRangi
2020-12-23Rename some labelsRangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
2020-11-17Resolve some "???" commentsRangi
2020-11-09Replace $0 with 0 for "ld l, a / ld h, 0" idiomRangi
2020-10-29Updates to more closely sync with pokecrystalRangi
2020-10-28Replace many '; unused' with '; unreferenced'Rangi
2020-07-13Disassemble the final English debug ROMsRangi
2020-06-22Identify some more labelsRangi
2020-06-21Comment more ROM labels as unreferencedRangi
(Some unreferenced labels are above code which is still used via fallthrough!)
2020-06-21Replace "Unreferenced" labels with "; unreferenced" commentsRangi
2020-06-16Harmonize home/ with pokecrystalRangi
2020-05-13Many minor cleanups.entrpntr
2020-04-27Sync with the recent updates to pokecrystal.entrpntr
2020-04-23Revisit some bank 5 code before continuing.entrpntr
2020-04-22Finish home cleanup, identify tileset data, other misc cleanups.entrpntr
2020-04-19Start adding engine/battle/core.asm.entrpntr
2020-04-12Finish disassembling bank $05.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-02Finish disassembling bank $2e, miscellaneous pics cleanup.entrpntr
2020-03-25Update hram and engine/gfx/load_pics before continuing.entrpntr
2020-03-17Cleanup macros before continuing.entrpntr
2020-03-17Fill in a lot of missing bank $04 code.entrpntr
2020-03-17Itemfinder routines and labels.entrpntr
2020-03-16Sync home/ with pokecrystallibjet
2020-03-15Small home/ reorganizationlibjet
2020-02-19Add home/trainers.asmlibjet
2020-02-19Add home/stone_queue.asm and update script_constants.asmlibjet
2020-02-19Add home/tilemap.asm and update home/menu.asmlibjet
2020-02-19Use labels instead of constants for HRAMlibjet
2020-02-18Add region.asmlibjet
2020-02-18Add sprite_updates.asmlibjet
2019-12-12Update predef_pointers and wram, and correct typo's caused by search + replacelibjet
2019-12-11Updated macros/scripts/text.asm and cleaned up macros.asmlibjet
2019-08-16Sync home/audio.asm with pokecrystal.IIMarckus
2018-08-21Label some known WRAM labels from pokecrystal.luckytyphlosion
2018-08-16Sync specials with pokecrystal.IIMarckus
2018-08-16Sync many constant/macro files with pokecrystal.IIMarckus
2018-07-06Add the three banks of common text.IIMarckus
2016-06-22engine/move_mon.asmpikalaxalt
2016-06-21Teleport, Strength, and Dig/Escape Ropepikalaxalt
2016-06-21Implement macros for engine flagspikalaxalt
2016-06-20Resolve predef pointerspikalaxalt
2016-06-19Engine Flagspikalaxalt
2016-06-19engine/learn.asmpikalaxalt
2016-06-18Main Menu and GS Title Screenpikalaxalt
2016-06-18More map objectspikalaxalt