diff options
Diffstat (limited to 'asm/rotating_gate.s')
-rw-r--r-- | asm/rotating_gate.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/rotating_gate.s b/asm/rotating_gate.s index 3737d9ffc..9c7b3847b 100644 --- a/asm/rotating_gate.s +++ b/asm/rotating_gate.s @@ -1,6 +1,6 @@ - .include "constants/gba_constants.s" - .include "constants/species_constants.s" - .include "asm/macros.s" + .include "constants/gba_constants.inc" + .include "constants/species_constants.inc" + .include "asm/macros.inc" .syntax unified |