diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-09-19 14:10:00 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-09-20 00:44:17 -0500 |
commit | 028a362ebb447626f1a5bcccbc8712decb93e7be (patch) | |
tree | 6a1eef4b70b90e71a2e4e6597935aea34a5671f1 /engine/give_pokemon.asm | |
parent | 032f961ef26a94caf385f6d5ae5823a0066d4d66 (diff) |
Give all Pokemon after Oak speechgive-all-mons
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 |