diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-15 21:21:58 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-15 21:21:58 -0500 |
commit | 612fd7cb96746cf122b0d500991ea17122f0d90c (patch) | |
tree | 187b012600e9e9895ffe84270a64058c8edf6bbe /engine/pack.asm | |
parent | 62d6f72bb35ed75574bb74b2edca120f8d80a628 (diff) | |
parent | 4046b41c3aaaf0d930f0268e52112aa7ea01e0a4 (diff) |
Merge branch 'master' of https://github.com/pret/pokecrystal
# Conflicts:
# maps/KrissHouse2F.asm
Diffstat (limited to 'engine/pack.asm')
-rw-r--r-- | engine/pack.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pack.asm b/engine/pack.asm index 91a76ee32..150f1805a 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, .KeyItemsMenuHeader jr .DisplayPocket |