summaryrefslogtreecommitdiff
path: root/engine/pack.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-02-15 21:14:22 -0500
committerGitHub <noreply@github.com>2018-02-15 21:14:22 -0500
commit4046b41c3aaaf0d930f0268e52112aa7ea01e0a4 (patch)
tree17932d687fef4c87e555c45fda32564f4df7aa0a /engine/pack.asm
parentb35eb72290b964b98844afbe741bb7ede34b9ef3 (diff)
parent8b007e8d51ec86992d97fa4b1c05b762e0916427 (diff)
Merge pull request #487 from luckytyphlosion/master
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