summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-11-29 00:38:22 -0500
committeryenatch <yenatch@gmail.com>2013-11-29 00:38:22 -0500
commitb18beef4d58a04dea8830f946f59c17d2ecc28c7 (patch)
treeb2c44142281476a4f03bb40066a820d8b3ca5b10 /wram.asm
parent400ced34f054c44b505e69c025499a2a0bf2cf91 (diff)
more landmark constants and rename FlypointPerms -> VisitedSpawns
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 0237e90d9..1e22eb6f1 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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]