diff options
Diffstat (limited to 'engine/give_pokemon.asm')
-rwxr-xr-x | engine/give_pokemon.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engine/give_pokemon.asm b/engine/give_pokemon.asm index 49596782..ef47ea9b 100755 --- a/engine/give_pokemon.asm +++ b/engine/give_pokemon.asm @@ -33,11 +33,13 @@ _GivePokemon: .next ld [hli], a ld [hl], "@" + ret ld hl, SetToBoxText call PrintText scf ret .boxFull + ret ld hl, BoxIsFullText call PrintText and a @@ -65,6 +67,7 @@ SetPokedexOwnedFlag: pop af ld [wd11e], a call GetMonName + ret ld hl, GotMonText jp PrintText |