diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-07 22:18:42 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-07 22:18:42 -0800 |
| commit | 72bbaed99f725b2b8b0d2653968042ce1625354c (patch) | |
| tree | 691937b64dea468ccba764cf47913ff0a7e4045b /engine/give_pokemon.asm | |
| parent | Named wram symbols (diff) | |
| download | pokeyellow-72bbaed99f725b2b8b0d2653968042ce1625354c.tar.gz pokeyellow-72bbaed99f725b2b8b0d2653968042ce1625354c.tar.xz pokeyellow-72bbaed99f725b2b8b0d2653968042ce1625354c.zip | |
fixed hp bar wram label and misc
Diffstat (limited to 'engine/give_pokemon.asm')
| -rwxr-xr-x | engine/give_pokemon.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/give_pokemon.asm b/engine/give_pokemon.asm index d4d58d33..64876d22 100755 --- a/engine/give_pokemon.asm +++ b/engine/give_pokemon.asm @@ -14,7 +14,7 @@ _GivePokemon: ; 4fda5 (13:7da5) ld [wEnemyMonSpecies2], a callab LoadEnemyMonData call SetPokedexOwnedFlag - callab Func_e7a4 + callab SendNewMonToBox ld hl, wcf4b ld a, [wd5a0] and $7f |
