summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-02-05 01:21:51 -0500
committeryenatch <yenatch@gmail.com>2013-02-05 03:16:46 -0500
commitc811b20b65c27c38f4835b0f533d9740af362f73 (patch)
tree4142ca40cd34acdf3734eba8443e992cfb46adce /wram.asm
parent710b7ddd7f781d20afdf31e0aa9a6adfaa52cc26 (diff)
Move BitTable2 to a file
Currently, rgbasm's maximum macro parameter length is sixteen chars. A couple wram labels were changed to accomodate this for now.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 99999c9a5..31b292a3e 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1269,7 +1269,7 @@ Box14Name: ; dbea
SECTION "FlypointPermissions", BSS[$dca5]
-FlypointPermissions: ; dca5
+FlypointPerms: ; dca5
ds 4
SECTION "BackupMapInfo", BSS[$dcad]
@@ -1421,7 +1421,7 @@ PokedexCaught: ; deb9
ds 32
UnownDex: ; ded9
ds 26
-UnownUnlockedGroups: ; def3
+UnlockedUnowns: ; def3
ds 1
SECTION "Breeding",BSS[$def5]