diff options
author | yenatch <yenatch@gmail.com> | 2014-06-06 16:03:47 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-06 16:03:47 -0700 |
commit | 35493bef27ba0425860a0f419c64371b824b6981 (patch) | |
tree | b57de4968c66fc768f404e3dd03849b1fd64eace /engine/battle/core.asm | |
parent | 80f7845a0771c1666288f22dba2c3c8e6a308f26 (diff) | |
parent | 32de1b269468f48d073a8e6d52843877baff0ba4 (diff) |
Merge remote-tracking branch 'danny/master'
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-x | engine/battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index c1041bca..b6d8b78e 100755 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -6213,7 +6213,7 @@ Func_3ec32: ; 3ec32 (f:6c32) .asm_3ec4d call DelayFrame ld a, $30 - call Predef ; indirect jump to Func_7096d (7096d (1c:496d)) + call Predef ; indirect jump to BattleTransition (7096d (1c:496d)) callab Func_3ee58 ld a, $1 ld [H_AUTOBGTRANSFERENABLED], a ; $ffba |