summaryrefslogtreecommitdiff
path: root/engine/pokedex.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 14:22:58 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 14:47:32 -0500
commit5a5df2ab87268c0ec8851a8a71ed088c2a04fe14 (patch)
tree44b5cc4140176c6a36369c0952b872a9cbdc036b /engine/pokedex.asm
parent16c6696dd5d786eafca0beb855b55c00b25b01f4 (diff)
More WRAM organization
Diffstat (limited to 'engine/pokedex.asm')
-rw-r--r--engine/pokedex.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokedex.asm b/engine/pokedex.asm
index 569bdbb0b..531684640 100644
--- a/engine/pokedex.asm
+++ b/engine/pokedex.asm
@@ -512,7 +512,7 @@ Pokedex_InitOptionScreen: ; 4039d (10:439d)
call ClearSprites
call Pokedex_DrawOptionScreenBG
call Pokedex_InitArrowCursor
- ld a, [wCurrentDexMode]
+ ld a, [wCurrentDexMode] ; Index of the topmost visible item in a scrolling menu ???
ld [wDexArrowCursorPosIndex], a
call Pokedex_DisplayModeDescription
call WaitBGMap