index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
overworld
/
map_objects.asm
Age
Commit message (
Collapse
)
Author
2021-03-24
Sync some files with pokecrystal
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-12-23
Remove "Buffer" suffix from two HRAM labels
Rangi
2020-11-17
Resolve some "???" comments
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-22
Identify remaining map object labels
Rangi
2020-10-22
Identify some more map object labels and constants
Rangi
2020-10-22
Identify more sprite graphics and map object labels, and have consistent ↵
Rangi
anonymous jumptable labels
2020-10-06
Identify some unnamed labels
Rangi
2020-10-05
Identify more unnamed labels
Rangi
2020-06-21
Replace "Unreferenced" labels with "; unreferenced" comments
Rangi
2020-06-19
Rename labels to stop cheating the unnamed.py script.
entrpntr
2020-06-17
Harmonize engine/overworld with pokecrystal
Rangi
2020-06-15
Identify wObjectPriorities
Rangi
2020-06-05
Fix file permissions.
entrpntr
2020-05-11
Clean up engine/menus/intro_menu.asm.
entrpntr
2020-04-26
More overworld code cleanup.
entrpntr
2020-04-26
Clean up some overworld code.
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-06
Add unnamed.py and update for rgbds v0.4.x before continuing.
entrpntr
2020-03-17
Cleanup of files for banks $01 and $04 for main.asm.
entrpntr
2020-03-17
Fill in a lot of missing bank $04 code.
entrpntr
2020-03-16
Sync home/ with pokecrystal
libjet
2020-02-19
Use labels instead of constants for HRAM
libjet
2019-12-11
Updated macros/scripts/text.asm and cleaned up macros.asm
libjet
2019-08-16
Sync home/audio.asm with pokecrystal.
IIMarckus
2018-08-16
Shuffle around a couple of files to match pokecrystal.
IIMarckus