index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
events
/
overworld.asm
Age
Commit message (
Collapse
)
Author
2021-12-22
Identify some overworld movement data
Rangi
2021-03-17
Consistent labels for each nickname in RAM
Rangi
2020-12-23
Remove "Buffer" suffix from two HRAM labels
Rangi
2020-11-03
Identify some more uses of wBuffer1-6
Rangi
2020-10-28
Replace many '; unused' with '; unreferenced'
Rangi
2020-10-27
Create data/collision/ for tile collision-related data
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-04
Identify some more unnamed labels
Rangi
2020-08-11
Identify some time-related data
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-16
ReplaceChrisSprite -> UpdatePlayerSprite
Rangi
2020-06-16
Harmonize engine/{battle, battle_anims, events, games} with pokecrystal
Rangi
2020-06-05
Fix file permissions.
entrpntr
2020-05-13
Many minor cleanups.
entrpntr
2020-05-04
Finish cleanup of bank 3.
entrpntr
2020-04-26
Clean up some overworld code.
entrpntr
2020-04-26
Disassemble map scenes and events.
entrpntr
2020-04-23
Revisit some bank 5 code before continuing.
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/rtc/rtc.asm and engine/overworld/overworld.asm.
entrpntr
2020-04-06
Add unnamed.py and update for rgbds v0.4.x before continuing.
entrpntr
2020-03-17
Cleanup macros before continuing.
entrpntr
2020-03-17
Fill in a lot of missing bank $04 code.
entrpntr
2020-02-19
Add home/tilemap.asm and update home/menu.asm
libjet
2020-02-19
Use labels instead of constants for HRAM
libjet
2020-02-18
Add copy_name.asm
libjet
2019-12-11
Updated macros/scripts/text.asm and cleaned up macros.asm
libjet
2019-12-08
Added misc_scripts from pokecrystal and removed 1 dr from main.asm
libjet
2019-10-11
Sync tileset IDs with pokecrystal.
IIMarckus
2019-08-16
Incorporate the rest of the audio engine.
IIMarckus
2018-08-21
Label some known WRAM labels from pokecrystal.
luckytyphlosion
2018-08-17
Shuffle files around to closer match pokecrystal.
IIMarckus