aboutsummaryrefslogtreecommitdiffstats
path: root/engine/give_pokemon.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-07 22:18:42 -0800
committerYamaArashi <shadow962@live.com>2015-02-07 22:18:42 -0800
commit72bbaed99f725b2b8b0d2653968042ce1625354c (patch)
tree691937b64dea468ccba764cf47913ff0a7e4045b /engine/give_pokemon.asm
parentNamed wram symbols (diff)
downloadpokeyellow-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-xengine/give_pokemon.asm2
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