summaryrefslogtreecommitdiff
path: root/asm/emerald.s
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-08 01:08:16 -0800
committerYamaArashi <shadow962@live.com>2016-01-08 01:08:16 -0800
commitb4781cdf03fc43946b0e9f0686bce58083fe84cd (patch)
tree9290747628c10aac13fee3a7d2eefe86f6886feb /asm/emerald.s
parent4e95a132955541349558aeeba29a44890aefcee2 (diff)
gpu_regs.c
Diffstat (limited to 'asm/emerald.s')
-rw-r--r--asm/emerald.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/emerald.s b/asm/emerald.s
index a8ed6cd82..1b48e8b07 100644
--- a/asm/emerald.s
+++ b/asm/emerald.s
@@ -15,7 +15,7 @@ Start:
.include "asm/main.s"
.include "genasm/malloc.s"
.include "asm/dma3_manager.s"
- .include "asm/gpu_reg_manager.s"
+ .include "genasm/gpu_regs.s"
.include "asm/gpu_bg.s"
.include "asm/pixel_buffer.s"
.include "asm/window.s"