summaryrefslogtreecommitdiff
path: root/engine/pack.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-02-04 22:45:04 -0500
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-02-04 22:45:04 -0500
commit8b007e8d51ec86992d97fa4b1c05b762e0916427 (patch)
tree17932d687fef4c87e555c45fda32564f4df7aa0a /engine/pack.asm
parentb35eb72290b964b98844afbe741bb7ede34b9ef3 (diff)
Fix more w-izing edge cases.
Diffstat (limited to 'engine/pack.asm')
-rw-r--r--engine/pack.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pack.asm b/engine/pack.asm
index dfe30612d..e900c75b8 100644
--- a/engine/pack.asm
+++ b/engine/pack.asm
@@ -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