Assign trainer consts to script cmd args
This commit is contained in:
@@ -16,23 +16,23 @@ PokemonLeague_ChampionsRoom_MapScript2_162AF2:: @ 8162AF2
|
||||
end
|
||||
|
||||
EventScript_162B1E:: @ 8162B1E
|
||||
checktrainerflag FLAG_0x1B6
|
||||
checktrainerflag TRAINER_CHAMPION_TERRY
|
||||
goto_if_eq EventScript_162B57
|
||||
checktrainerflag FLAG_0x2E3
|
||||
checktrainerflag TRAINER_CHAMPION_TERRY_4
|
||||
goto_if_eq EventScript_162B57
|
||||
return
|
||||
|
||||
EventScript_162B31:: @ 8162B31
|
||||
checktrainerflag FLAG_0x1B7
|
||||
checktrainerflag TRAINER_CHAMPION_TERRY_2
|
||||
goto_if_eq EventScript_162B57
|
||||
checktrainerflag FLAG_0x2E4
|
||||
checktrainerflag TRAINER_CHAMPION_TERRY_5
|
||||
goto_if_eq EventScript_162B57
|
||||
return
|
||||
|
||||
EventScript_162B44:: @ 8162B44
|
||||
checktrainerflag FLAG_0x1B8
|
||||
checktrainerflag TRAINER_CHAMPION_TERRY_3
|
||||
goto_if_eq EventScript_162B57
|
||||
checktrainerflag FLAG_0x2E5
|
||||
checktrainerflag TRAINER_CHAMPION_TERRY_6
|
||||
goto_if_eq EventScript_162B57
|
||||
return
|
||||
|
||||
@@ -142,27 +142,27 @@ EventScript_162CBC:: @ 8162CBC
|
||||
return
|
||||
|
||||
EventScript_162CC5:: @ 8162CC5
|
||||
trainerbattle 3, 438, 0, Text_178E3F
|
||||
trainerbattle 3, TRAINER_CHAMPION_TERRY, 0, Text_178E3F
|
||||
return
|
||||
|
||||
EventScript_162CD0:: @ 8162CD0
|
||||
trainerbattle 3, 439, 0, Text_178E3F
|
||||
trainerbattle 3, TRAINER_CHAMPION_TERRY_2, 0, Text_178E3F
|
||||
return
|
||||
|
||||
EventScript_162CDB:: @ 8162CDB
|
||||
trainerbattle 3, 440, 0, Text_178E3F
|
||||
trainerbattle 3, TRAINER_CHAMPION_TERRY_3, 0, Text_178E3F
|
||||
return
|
||||
|
||||
EventScript_162CE6:: @ 8162CE6
|
||||
trainerbattle 3, 739, 0, Text_178E3F
|
||||
trainerbattle 3, TRAINER_CHAMPION_TERRY_4, 0, Text_178E3F
|
||||
return
|
||||
|
||||
EventScript_162CF1:: @ 8162CF1
|
||||
trainerbattle 3, 740, 0, Text_178E3F
|
||||
trainerbattle 3, TRAINER_CHAMPION_TERRY_5, 0, Text_178E3F
|
||||
return
|
||||
|
||||
EventScript_162CFC:: @ 8162CFC
|
||||
trainerbattle 3, 741, 0, Text_178E3F
|
||||
trainerbattle 3, TRAINER_CHAMPION_TERRY_6, 0, Text_178E3F
|
||||
return
|
||||
|
||||
Movement_162D07:: @ 8162D07
|
||||
|
||||
Reference in New Issue
Block a user