summaryrefslogtreecommitdiff
path: root/engine/pack.asm
diff options
context:
space:
mode:
authorsurskitty <surskitty@gmail.com>2017-12-10 00:19:24 -0500
committersurskitty <surskitty@gmail.com>2017-12-10 00:19:24 -0500
commit069ae7e2f3bc4f3939a4b97d6200a3fcdacc904b (patch)
treef01d917412f5a50ce36fa377982c99645305092e /engine/pack.asm
parentd059358d929e6ef691e6c2c96ea4c9e44120fc9b (diff)
parent89b9292db0898f8ad2b6ea8513a3190762eb58c8 (diff)
Merge branch 'master' of github.com:pret/pokecrystal
Diffstat (limited to 'engine/pack.asm')
-rw-r--r--engine/pack.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pack.asm b/engine/pack.asm
index 8a63d22e5..dad9a799d 100644
--- a/engine/pack.asm
+++ b/engine/pack.asm
@@ -603,7 +603,7 @@ GiveItem: ; 103fd
push af
res NO_TEXT_SCROLL, a
ld [Options], a
- ld a, $8
+ ld a, PARTYMENUACTION_GIVE_ITEM
ld [PartyMenuActionText], a
call ClearBGPalettes
callba LoadPartyMenuGFX