diff options
author | yenatch <yenatch@gmail.com> | 2013-12-27 05:56:23 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-27 05:56:23 -0500 |
commit | 58af27eaebea219df4773980a95d21c3f36c29cb (patch) | |
tree | 8036bf392578af5649b4ef0a9200fa76168cc7ef /wram.asm | |
parent | ace57ec8274b846af6092f5924f00b1f94119526 (diff) |
label overworld loop functions
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1561,7 +1561,12 @@ OTPartyMon5Nickname: ; d416 OTPartyMon6Nickname: ; d421 ds 11 -SECTION "Scripting",WRAMX[$d434],BANK[1] +SECTION "Map Events", WRAMX[$d432], BANK[1] +MapStatus: ; d432 + ds 1 +MapEventStatus: ; d433 + ds 1 + ScriptFlags: ; d434 ds 1 ScriptFlags2: ; d435 |