summaryrefslogtreecommitdiff
path: root/engine/evos_moves.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/evos_moves.asm
parentcdd34eb45b5093e595455b4f4556bed643cceafa (diff)
Clean up some bank 3 functions and rename flag action functions.
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-xengine/evos_moves.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm
index 9757e4f1..fe7db1e5 100755
--- a/engine/evos_moves.asm
+++ b/engine/evos_moves.asm
@@ -489,7 +489,7 @@ WriteMonMoves_ShiftMoveData: ; 3b04e (e:704e)
ret
Func_3b057: ; 3b057 (e:7057)
- ld a, $10
- jp Predef ; indirect jump to HandleBitArray (f666 (3:7666))
+ ld a, $10 ; FlagActionPredef
+ jp Predef
INCLUDE "data/evos_moves.asm"