aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/VictoryRoad2F.asm
diff options
context:
space:
mode:
authorVortyne <104168801+Vortyne@users.noreply.github.com>2023-08-26 11:08:59 -0400
committerGitHub <noreply@github.com>2023-08-26 10:08:59 -0500
commit9a780d4501933a46d244fa817d75f91d59ad2e28 (patch)
treec4b4b7b9ca799c6a02a73392756de955107a9163 /scripts/VictoryRoad2F.asm
parentCorrect constant name (SILPH, not SLIPH) (#422) (diff)
downloadpokeyellow-9a780d4501933a46d244fa817d75f91d59ad2e28.tar.gz
pokeyellow-9a780d4501933a46d244fa817d75f91d59ad2e28.tar.xz
pokeyellow-9a780d4501933a46d244fa817d75f91d59ad2e28.zip
Missing usage of def_script_pointers (#423)
Diffstat (limited to 'scripts/VictoryRoad2F.asm')
-rw-r--r--scripts/VictoryRoad2F.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/VictoryRoad2F.asm b/scripts/VictoryRoad2F.asm
index 5cbd5376..347d16a5 100644
--- a/scripts/VictoryRoad2F.asm
+++ b/scripts/VictoryRoad2F.asm
@@ -37,6 +37,7 @@ VictoryRoad2FReplaceTileBlockScript:
ret
VictoryRoad2F_ScriptPointers:
+ def_script_pointers
dw_const VictoryRoad2FDefaultScript, SCRIPT_VICTORYROAD2F_DEFAULT
dw_const DisplayEnemyTrainerTextAndStartBattle, SCRIPT_VICTORYROAD2F_START_BATTLE
dw_const EndTrainerBattle, SCRIPT_VICTORYROAD2F_END_BATTLE