diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 14:22:58 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-09 14:47:32 -0500 |
commit | 5a5df2ab87268c0ec8851a8a71ed088c2a04fe14 (patch) | |
tree | 44b5cc4140176c6a36369c0952b872a9cbdc036b /engine/pokedex.asm | |
parent | 16c6696dd5d786eafca0beb855b55c00b25b01f4 (diff) |
More WRAM organization
Diffstat (limited to 'engine/pokedex.asm')
-rw-r--r-- | engine/pokedex.asm | 2 |
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 |