summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/engine/bank03.asm46
-rw-r--r--src/engine/bank04.asm2
-rw-r--r--src/macros/scripts.asm2
3 files changed, 25 insertions, 25 deletions
diff --git a/src/engine/bank03.asm b/src/engine/bank03.asm
index 366feee..cac4603 100644
--- a/src/engine/bank03.asm
+++ b/src/engine/bank03.asm
@@ -2321,7 +2321,7 @@ Func_cf7b: ; cf7b (3:4f7b)
jr c, .asm_cf7d
jp IncreaseScriptPointerBy1
-Func_cf96: ; cf96 (3:4f96)
+ScriptCommand_JumpBasedOnFightingClubPupilStatus: ; cf96 (3:4f96)
ld c, $0
get_flag_value EVENT_FLAG_11
or a
@@ -3656,25 +3656,25 @@ Script_Ishihara: ; db4a (3:5b4a)
db $02
run_command ScriptCommand_AskQuestionJump
tx Text072b
- dw .ows_dba8
+ dw .check_ifhave_clefable_incollectionordecks
run_command ScriptCommand_PrintTextQuitFully
tx Text072c
-.ows_dba8
+.check_ifhave_clefable_incollectionordecks
run_command ScriptCommand_CheckIfCardInCollectionOrDecks
db CLEFABLE
- dw .ows_dbaf
+ dw .check_ifhave_clefable_incollectiononly
run_command ScriptCommand_PrintTextQuitFully
tx Text072d
-.ows_dbaf
+.check_ifhave_clefable_incollectiononly
run_command ScriptCommand_CheckIfCardInCollection
db CLEFABLE
- dw .ows_dbb6
+ dw .do_clefable_trade
run_command ScriptCommand_PrintTextQuitFully
tx Text072e
-.ows_dbb6
+.do_clefable_trade
run_command ScriptCommand_MaxOutFlagValue
db EVENT_FLAG_00
run_command ScriptCommand_SetFlagValue
@@ -3712,21 +3712,21 @@ Script_Ishihara: ; db4a (3:5b4a)
run_command ScriptCommand_PrintTextQuitFully
tx Text072c
-.ows_dbe1
+.check_ifhave_clefable_incollectionordecks
run_command ScriptCommand_CheckIfCardInCollectionOrDecks
db DITTO
dw .ows_dbe8
run_command ScriptCommand_PrintTextQuitFully
tx Text0734
-.ows_dbe8
+.check_ifhave_ditto_incollectiononly
run_command ScriptCommand_CheckIfCardInCollection
db DITTO
dw .ows_dbef
run_command ScriptCommand_PrintTextQuitFully
tx Text0735
-.ows_dbef
+.do_ditto_trade
run_command ScriptCommand_MaxOutFlagValue
db EVENT_FLAG_00
run_command ScriptCommand_SetFlagValue
@@ -3760,25 +3760,25 @@ Script_Ishihara: ; db4a (3:5b4a)
db $06
run_command ScriptCommand_AskQuestionJump
tx Text072b
- dw .ows_dc1a
+ dw .check_ifhave_chansey_incollectionordecks
run_command ScriptCommand_PrintTextQuitFully
tx Text072c
-.ows_dc1a
+.check_ifhave_chansey_incollectionordecks
run_command ScriptCommand_CheckIfCardInCollectionOrDecks
- db $b8
- dw .ows_dc21
+ db CHANSEY
+ dw .check_ifhave_chansey_incollectiononly
run_command ScriptCommand_PrintTextQuitFully
tx Text073a
-.ows_dc21
+.check_ifhave_chansey_incollectiononly
run_command ScriptCommand_CheckIfCardInCollection
- db $b8
+ db CHANSEY
dw .ows_dc28
run_command ScriptCommand_PrintTextQuitFully
tx Text073b
-.ows_dc28
+.do_chansey_trade
run_command ScriptCommand_MaxOutFlagValue
db EVENT_FLAG_00
run_command ScriptCommand_SetFlagValue
@@ -4015,7 +4015,7 @@ FightingClubAfterDuel: ; dda3 (3:5da3)
db $00
; ddc3
-
+;ScriptCommand_JumpBasedOnFightingClubPupilStatus
Script_Mitch: ; ddc3 (3:5dc3)
start_script
run_command ScriptCommand_TryGivePCPack
@@ -4023,7 +4023,7 @@ Script_Mitch: ; ddc3 (3:5dc3)
run_command ScriptCommand_JumpIfFlagNonzero2
db EVENT_FLAG_0F
dw Script_Mitch_AlreadyHaveMedal
- run_command Func_cf96
+ run_command ScriptCommand_JumpBasedOnFightingClubPupilStatus
dw .first_interaction
dw .three_pupils_remaining
dw .two_pupils_remaining
@@ -4109,7 +4109,7 @@ Script_LoseToMitch: ; de19 (3:5e19)
tx Text0482
; 0xde21
-Script_Mitch_AlreadyHaveMedal; 0xde21
+Script_Mitch_AlreadyHaveMedal: ; 0xde21
run_command ScriptCommand_PrintTextString
tx Text0483
run_command ScriptCommand_AskQuestionJump
@@ -4129,7 +4129,7 @@ Script_Mitch_AlreadyHaveMedal; 0xde21
run_command ScriptCommand_QuitScriptFully
; 0xde35
-Script_Mitch_GiveBoosters
+Script_Mitch_GiveBoosters:
run_command ScriptCommand_PrintTextString
tx Text0486
run_command ScriptCommand_GiveBoosterPacks
@@ -4141,7 +4141,7 @@ Script_Mitch_GiveBoosters
run_command ScriptCommand_QuitScriptFully
; 0xde40
-Script_Mitch_PrintTrainHarderText
+Script_Mitch_PrintTrainHarderText:
run_command ScriptCommand_PrintTextQuitFully
tx Text0488
; 0xde43
@@ -4152,7 +4152,7 @@ Script_Clerk2: ; ded1 (3:5ed1)
INCROM $ded1, $ded5
-RockClubLobbyAfterDuel; ded5 (3:5ed5)
+RockClubLobbyAfterDuel: ; ded5 (3:5ed5)
ld hl, .after_duel_table
call FindEndOfBattleScript
ret
diff --git a/src/engine/bank04.asm b/src/engine/bank04.asm
index f52cd44..a1e504f 100644
--- a/src/engine/bank04.asm
+++ b/src/engine/bank04.asm
@@ -988,7 +988,7 @@ OverworldScriptTable: ; 1217b (4:617b)
dw Func_cf53
dw Func_cf7b
dw ScriptCommand_CheckRawAmountOfCardsOwned
- dw Func_cf96
+ dw ScriptCommand_JumpBasedOnFightingClubPupilStatus
dw Func_cfc6
dw Func_cfd4
dw Func_d00b
diff --git a/src/macros/scripts.asm b/src/macros/scripts.asm
index 73bb09e..ed7b30d 100644
--- a/src/macros/scripts.asm
+++ b/src/macros/scripts.asm
@@ -34,7 +34,7 @@ ENDM
const Func_cf53_index ; $11
const Func_cf7b_index ; $12
const ScriptCommand_CheckRawAmountOfCardsOwned_index ; $13
- const Func_cf96_index ; $14
+ const ScriptCommand_JumpBasedOnFightingClubPupilStatus_index ; $14
const Func_cfc6_index ; $15
const Func_cfd4_index ; $16
const Func_d00b_index ; $17