aboutsummaryrefslogtreecommitdiffstats
path: root/engine/give_pokemon.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2014-09-13 00:50:56 -0700
committerYamaArashi <shadow962@live.com>2014-09-13 00:50:56 -0700
commit0c916aea3353ed1bf2750be403b0da9ea0b922d4 (patch)
tree4e50d805a37f06fabac6086a7ad6ed1d4f4526c4 /engine/give_pokemon.asm
parentLabelled and commented mostly sprite-related things (diff)
downloadpokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.tar.gz
pokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.tar.xz
pokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.zip
Commented more sprite and map code
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 dd5e9264..d4d45bfb 100755
--- a/engine/give_pokemon.asm
+++ b/engine/give_pokemon.asm
@@ -43,7 +43,7 @@ _GivePokemon: ; 4fda5 (13:7da5)
call SetPokedexOwnedFlag
call AddPartyMon
ld a, $1
- ld [wcc3c], a
+ ld [wDoNotWaitForButtonPressAfterDisplayingText], a
ld [wccd3], a
scf
ret