diff options
author | yenatch <yenatch@gmail.com> | 2013-02-05 01:21:51 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-02-05 03:16:46 -0500 |
commit | c811b20b65c27c38f4835b0f533d9740af362f73 (patch) | |
tree | 4142ca40cd34acdf3734eba8443e992cfb46adce /wram.asm | |
parent | 710b7ddd7f781d20afdf31e0aa9a6adfaa52cc26 (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.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |