summaryrefslogtreecommitdiff
path: root/engine/menu
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-13 00:32:03 -0700
committerYamaArashi <shadow962@live.com>2015-07-13 00:32:03 -0700
commit95b1660e59283b6f76dca638985c76a7d81d026f (patch)
tree3317ff2cfbde1d2e357500816a741c7d2e9a9b39 /engine/menu
parentbcfca2e267a6ee023271d90e27e4a7fde06f66fc (diff)
menu wram variable names
Diffstat (limited to 'engine/menu')
-rwxr-xr-xengine/menu/pokedex.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/menu/pokedex.asm b/engine/menu/pokedex.asm
index e2e53d45..b8686a07 100755
--- a/engine/menu/pokedex.asm
+++ b/engine/menu/pokedex.asm
@@ -22,7 +22,7 @@ ShowPokedexMenu: ; 40000 (10:4000)
xor a
ld [hli],a ; top menu item X
inc a
- ld [wcc37],a
+ ld [wMenuWatchMovingOutOfBounds],a
inc hl
inc hl
ld a,6
@@ -32,7 +32,7 @@ ShowPokedexMenu: ; 40000 (10:4000)
jr c,.goToSideMenu ; if the player chose a pokemon from the list
.exitPokedex
xor a
- ld [wcc37],a
+ ld [wMenuWatchMovingOutOfBounds],a
ld [wCurrentMenuItem],a
ld [wLastMenuItem],a
ld [hJoy7],a
@@ -91,7 +91,7 @@ HandlePokedexSideMenu: ; 4006d (10:406d)
ld [hli],a ; menu watched keys (A button and B button)
xor a
ld [hli],a ; old menu item ID
- ld [wcc37],a
+ ld [wMenuWatchMovingOutOfBounds],a
.handleMenuInput
call HandleMenuInput
bit 1,a ; was the B button pressed?