diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 17:32:21 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 17:32:21 -0400 |
commit | 64da1f5d6bf96ff7f35165476ecc8d623f76060d (patch) | |
tree | a41a8b72ddf548ad53c1373b5082e247527efe37 /scripts/PowerPlant.asm | |
parent | 62e137f6cedeeebb8457fdb710ea725f73ded49f (diff) |
Move graphics-only object file sources into gfx/
Previously this wasn't working, but now the Makefile uses pokegold's technique for running scan_includes.
It also enables and fixes some rgbds warnings ("Non-local labels without a colon are deprecated").
Diffstat (limited to 'scripts/PowerPlant.asm')
-rwxr-xr-x | scripts/PowerPlant.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PowerPlant.asm b/scripts/PowerPlant.asm index 35b4893f..f720b6f8 100755 --- a/scripts/PowerPlant.asm +++ b/scripts/PowerPlant.asm @@ -7,7 +7,7 @@ PowerPlant_Script: ld [wPowerPlantCurScript], a ret -PowerPlant_ScriptPointers +PowerPlant_ScriptPointers: dw CheckFightingMapTrainers dw DisplayEnemyTrainerTextAndStartBattle dw EndTrainerBattle |