Skip to content

Commit

Permalink
Missing usage of def_script_pointers (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortyne authored Aug 26, 2023
1 parent 35d8064 commit 9a780d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/VictoryRoad2F.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a780d4

Please sign in to comment.