index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
maps
Age
Commit message (
Collapse
)
Author
2021-05-30
Move the dbbw, dbww, and dbwww macros to legacy
Rangi
2021-03-16
Revise some constant definitions
Rangi
2021-03-10
Define MAPGROUP_* constants and verify MapGroup_* table sizes
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
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-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-07-22
Treat map setup commands like trade script commands
Rangi
2020-07-21
Define NUM_FLYPOINTS
Rangi
2020-07-13
Define map setup commands as macros like other script commands
Rangi
2020-07-02
Use STRCMP, not ==, to compare multi-character strings
Rangi
2020-06-21
Comment more ROM labels as unreferenced
Rangi
(Some unreferenced labels are above code which is still used via fallthrough!)
2020-06-15
Remove Crystal-only CaughtData
Rangi
2020-06-15
WiseTriosRoom -> EcruteakTinTowerBackEntrance
Rangi
2020-06-15
Remove unused map scene IDs
Rangi
2020-06-15
SPRITE_BUENA -> SPRITE_BEAUTY
Rangi
2020-05-25
Finish disassembling banks 7 and 8.
entrpntr
2020-05-14
Match pokecrystal file names and folder structure, tools updates.
entrpntr
2020-05-12
Cleanup of color.asm and scgb_layouts.asm.
entrpntr
2020-05-09
Add engine/overworld/landmarks.asm and engine/events/fish.asm.
entrpntr
2020-05-09
Add engine/pokegear/pokegear.asm.
entrpntr
2020-04-27
Sync with the recent updates to pokecrystal.
entrpntr
2020-04-26
Disassemble map scenes and events.
entrpntr
2020-04-22
Finish home cleanup, identify tileset data, other misc cleanups.
entrpntr
2020-04-10
Add engine/overworld/map_setup.asm.
entrpntr
2020-04-10
Add engine/menus/save.asm, and some other files.
entrpntr
2020-04-10
Add engine/rtc/rtc.asm and engine/overworld/overworld.asm.
entrpntr
2020-04-08
Remove empty banks and clean up main.asm before continuing.
entrpntr
2019-10-11
Add maps and map attributes.
IIMarckus
2018-10-04
Dump map blockdata from Gold.
IIMarckus
2018-10-04
Split map object includes into a separate file.
IIMarckus