summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorE <shealyrd@email.uscupstate.edu>2020-12-05 19:06:48 -0600
committerE <shealyrd@email.uscupstate.edu>2020-12-05 19:06:48 -0600
commit488c10aea82907742629d560fb0b26bb13e19fb3 (patch)
treeaf1f43b7a9084357ea47cbad163671097eb03fa1 /src/engine
parentd1ca8c6a6a425dc34c399ec3ed751e519d9ac397 (diff)
Adding FireClubLobbbyAfterDuel
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/bank03.asm18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/engine/bank03.asm b/src/engine/bank03.asm
index 5033048..bb1c33c 100644
--- a/src/engine/bank03.asm
+++ b/src/engine/bank03.asm
@@ -5326,7 +5326,23 @@ ScriptJump_FinishedSecondRonaldFight ; e959 (3:6959)
run_command ScriptCommand_QuitScriptFully
; 0xe963
- INCROM $e963, $ed57
+ INCROM $e963, $ed49
+
+FireClubLobbbyAfterDuel: ; ed49 (3:6d49)
+ ld hl, .after_duel_table
+ call FindEndOfBattleScript
+ ret
+; 0xed50
+
+.after_duel_table
+ db NPC_JESSICA
+ db NPC_JESSICA
+ dw $6dba
+ dw $6dce
+ db $00
+
+; 0xed57
+
FireClubPressedA: ; ed57 (3:6d57)
ld hl, SlowpokePaintingObjectTable