aboutsummaryrefslogtreecommitdiffstats
path: root/engine/give_pokemon.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-28 15:24:44 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-28 15:24:44 -0400
commitae920d1be7641712b3df90151cbf91af7c614a47 (patch)
tree0b3d4c04d8485f4a277511f448067cd9a4b22c05 /engine/give_pokemon.asm
parentAttempt to make pokeyellow buildable, part 8. (diff)
downloadpokeyellow-ae920d1be7641712b3df90151cbf91af7c614a47.tar.gz
pokeyellow-ae920d1be7641712b3df90151cbf91af7c614a47.tar.xz
pokeyellow-ae920d1be7641712b3df90151cbf91af7c614a47.zip
Fix bank3d so it matches baserom.gbc
Diffstat (limited to 'engine/give_pokemon.asm')
-rwxr-xr-xengine/give_pokemon.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/give_pokemon.asm b/engine/give_pokemon.asm
index 2bc23ce3..93499cc8 100755
--- a/engine/give_pokemon.asm
+++ b/engine/give_pokemon.asm
@@ -41,6 +41,8 @@ _GivePokemon: ; f66fa (3d:66fa)
ret
.partyNotFull
call SetPokedexOwnedFlag
+ ld hl, UnknownTerminator_f6794
+ call PrintText
call AddPartyMon
ld a, $1
ld [wDoNotWaitForButtonPressAfterDisplayingText], a