summaryrefslogtreecommitdiff
path: root/engine/give_pokemon.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-25 10:09:39 -0700
committeryenatch <yenatch@gmail.com>2014-05-25 10:09:39 -0700
commitd307c854991f5eb24e12935e6906ad81ed244334 (patch)
tree02b55a1baafe17e29dec3070076cf5e4578a658e /engine/give_pokemon.asm
parentcdd34eb45b5093e595455b4f4556bed643cceafa (diff)
Clean up some bank 3 functions and rename flag action functions.
Diffstat (limited to 'engine/give_pokemon.asm')
-rwxr-xr-xengine/give_pokemon.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/give_pokemon.asm b/engine/give_pokemon.asm
index ba1461c3..8d8e98e0 100755
--- a/engine/give_pokemon.asm
+++ b/engine/give_pokemon.asm
@@ -59,8 +59,8 @@ SetPokedexOwnedFlag: ; 4fe11 (13:7e11)
ld c, a
ld hl, wPokedexOwned ; $d2f7
ld b, $1
- ld a, $10
- call Predef ; indirect jump to HandleBitArray (f666 (3:7666))
+ ld a, $10 ; FlagActionPredef
+ call Predef
pop af
ld [$d11e], a
call GetMonName