diff options
author | yenatch <yenatch@gmail.com> | 2013-08-24 04:10:38 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-24 04:10:38 -0400 |
commit | 17725d7af1d55b4a23659d4b8d3ff3925979e7e6 (patch) | |
tree | 4325ea10dd3dfa4e898ec3dc37ad5f2276e0cacd /engine/scripting.asm | |
parent | 18e42e8c6e1825b00958c1a8813d377ad36c9e07 (diff) |
battle init and some overworld actions
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm index 68487a49d..0676c8681 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -1497,9 +1497,9 @@ Script_loadtrainer: ; 0x97424 Script_startbattle: ; 0x97436 ; script command 0x5f - call $2879 - ld a, $16 - call $2d83 + call Function2879 + ld a, PREDEF_START_BATTLE + call Predef ld a, [$d0ee] and $3f ld [$c2dd], a |