diff options
| author | Vortyne <104168801+Vortyne@users.noreply.github.com> | 2023-08-26 11:08:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-26 10:08:59 -0500 |
| commit | 9a780d4501933a46d244fa817d75f91d59ad2e28 (patch) | |
| tree | c4b4b7b9ca799c6a02a73392756de955107a9163 /scripts | |
| parent | Correct constant name (SILPH, not SLIPH) (#422) (diff) | |
| download | pokeyellow-9a780d4501933a46d244fa817d75f91d59ad2e28.tar.gz pokeyellow-9a780d4501933a46d244fa817d75f91d59ad2e28.tar.xz pokeyellow-9a780d4501933a46d244fa817d75f91d59ad2e28.zip | |
Missing usage of def_script_pointers (#423)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/VictoryRoad2F.asm | 1 |
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 |
