diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-28 15:24:44 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-28 15:24:44 -0400 |
| commit | ae920d1be7641712b3df90151cbf91af7c614a47 (patch) | |
| tree | 0b3d4c04d8485f4a277511f448067cd9a4b22c05 /engine/give_pokemon.asm | |
| parent | Attempt to make pokeyellow buildable, part 8. (diff) | |
| download | pokeyellow-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-x | engine/give_pokemon.asm | 2 |
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 |
