diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-13 20:33:56 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-13 20:33:56 -0500 |
commit | 8a439dbd0509d37c8d29e340a6544b3c09be4a72 (patch) | |
tree | 95289e96786eeb76accf2f240482cd61a35dd1dc /wram.asm | |
parent | 259c155187fc84c5d884442555e7324edde8f0be (diff) |
Miscellaneous labels
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1984,11 +1984,9 @@ wd182:: ds 1 wd191:: ds 1 wd192:: ds 1 wd193:: ds 1 -wd194:: dw -wMetatileStandingY:: -wd196:: ds 1 -wMetatileStandingX:: -wd197:: ds 1 +wOverworldMapAnchor:: dw +wMetatileStandingY:: ds 1 +wMetatileStandingX:: ds 1 wSecondMapHeaderBank:: ds 1 wTileset:: ds 1 wPermission:: ds 1 |