diff options
author | yenatch <yenatch@gmail.com> | 2013-11-29 00:38:22 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-29 00:38:22 -0500 |
commit | b18beef4d58a04dea8830f946f59c17d2ecc28c7 (patch) | |
tree | b2c44142281476a4f03bb40066a820d8b3ca5b10 /wram.asm | |
parent | 400ced34f054c44b505e69c025499a2a0bf2cf91 (diff) |
more landmark constants and rename FlypointPerms -> VisitedSpawns
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1870,8 +1870,8 @@ StepCount: ; dc73 PoisonStepCount: ; dc74 ds 1 -SECTION "FlypointPermissions", WRAMX[$dca5],BANK[1] -FlypointPerms: ; dca5 +SECTION "Visited Spawn Points", WRAMX[$dca5],BANK[1] +VisitedSpawns: ; dca5 ds 4 SECTION "BackupMapInfo", WRAMX[$dcad],BANK[1] |