Fix more w-izing edge cases.

This commit is contained in:
luckytyphlosion
2018-02-04 22:45:04 -05:00
parent b35eb72290
commit 8b007e8d51
7 changed files with 24 additions and 24 deletions

View File

@@ -1148,7 +1148,7 @@ TutorialPack: ; 107bb
; entries correspond to *_POCKET constants
dw .Items
dw .Balls
dw .wKeyItems
dw .KeyItems
dw .TMHM
.Items: ; 107e9 (4:47e9)
@@ -1174,7 +1174,7 @@ TutorialPack: ; 107bb
dba UpdateItemDescription
; 10807
.wKeyItems: ; 10807 (4:4807)
.KeyItems: ; 10807 (4:4807)
ld a, KEY_ITEM_POCKET
ld hl, .KeyItemsMenuDataHeader
jr .DisplayPocket