summaryrefslogtreecommitdiff
path: root/src/engine/bank03.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2020-12-05 23:03:40 -0600
committerdannye <33dannye@gmail.com>2020-12-05 23:03:40 -0600
commitb1dfed568a346d407f8925a6561c27c23c96adfa (patch)
treeeb73f16b923fcb26a3a7230f00e72c5687762e9f /src/engine/bank03.asm
parentff2d704ab42fdabb33a222a497d15ddb84bd314f (diff)
parent66a5ec1006d54e0e48d544bc0514fba169d47954 (diff)
Merge branch 'master' of https://github.com/pret/poketcg
Diffstat (limited to 'src/engine/bank03.asm')
-rw-r--r--src/engine/bank03.asm59
1 files changed, 57 insertions, 2 deletions
diff --git a/src/engine/bank03.asm b/src/engine/bank03.asm
index 4febfe9..152e8c8 100644
--- a/src/engine/bank03.asm
+++ b/src/engine/bank03.asm
@@ -3444,7 +3444,50 @@ Script_d827: ; d827 (3:5827)
run_command ScriptCommand_QuitScriptFully
; 0xd82d
- INCROM $d82d, $d880
+ INCROM $d82d, $d834
+
+AfterTutorialBattleScript: ; d834 (3:5834)
+ start_script
+ run_command ScriptCommand_PrintTextString
+ tx Text05eb
+ run_command ScriptCommand_PrintTextString
+ tx Text05ef
+ run_command ScriptCommand_CloseTextBox
+ run_command ScriptCommand_MoveActiveNPC
+ dw NPCMovement_d896
+ run_command ScriptCommand_SetPlayerDirection
+ db NORTH
+ run_command ScriptCommand_MovePlayer
+ db NORTH
+ db $01
+ run_command ScriptCommand_MovePlayer
+ db NORTH
+ db $01
+ run_command ScriptCommand_MovePlayer
+ db NORTH
+ db $01
+ run_command ScriptCommand_SetPlayerDirection
+ db EAST
+ run_command ScriptCommand_MovePlayer
+ db EAST
+ db $01
+ run_command ScriptCommand_MovePlayer
+ db EAST
+ db $01
+ run_command ScriptCommand_SetPlayerDirection
+ db NORTH
+ run_command ScriptCommand_PrintTextString
+ tx Text05f0
+ run_command ScriptCommand_CloseTextBox
+ run_command Func_ccdc
+ tx Text05f1
+ run_command ScriptCommand_CloseTextBox
+ run_command ScriptCommand_PrintTextString
+ tx Text05f2
+ run_command Func_d271
+; 0xd860
+
+ INCROM $d860, $d880
NPCMovement_d880: ; d880 (3:5880)
db EAST
@@ -3475,8 +3518,20 @@ NPCMovement_d88b: ; d88b (3:588b)
NPCMovement_d894: ; d894 (4:5894)
db SOUTH | NO_MOVE
db $ff
+
+NPCMovement_d896: ; d896 (3:5896)
+ db NORTH
+ db NORTH
+ db NORTH
+ db EAST
+ db EAST
+ db EAST
+ db EAST
+ db SOUTH | NO_MOVE
+ db $ff
+; 0xd89f
- INCROM $d896, $d8bb
+ INCROM $d89f, $d8bb
Script_Tech6: ; d8bb (3:58bb)
INCROM $d8bb, $d8c6