diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-29 14:21:41 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-29 14:21:41 -0400 |
commit | 0221c1831e681dda80b96454e1718f18d640da8b (patch) | |
tree | 1b41eb57df2bb063eed5a3688dfa77cd3f68f099 /engine/battle/core.asm | |
parent | 89be95cdeda1bf2b4eccc2164d835236bd89bba1 (diff) |
Label and comment BattleTransition
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 538b91e3..68c3f892 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 |