Identify scrolling menu lists in WRAM

Fixes #809
This commit is contained in:
Rangi
2021-03-08 09:41:55 -05:00
parent 9c17fb14c8
commit c1c609ec4a
6 changed files with 20 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ InitList:
.check_mon_name
cp INIT_MON_LIST
jr nz, .check_item_name
ld hl, wCurMart
ld hl, wCurMartCount
ld de, PokemonNames
ld a, MON_NAME
jr .done
@@ -34,7 +34,7 @@ InitList:
jr .done
.check_ob_item_name
ld hl, wCurMart
ld hl, wCurMartCount
ld de, ItemNames
ld a, ITEM_NAME
.done