summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 7bf8b510d..890feac0d 100644
--- a/build.bat
+++ b/build.bat
@@ -1,4 +1,4 @@
as -mcpu=arm7tdmi asm/emerald.s
-ld -T ld_script.txt -o emerald.o a.out
+ld -T ld_script.txt -T wram_syms.txt -o emerald.o a.out
objcopy -O binary emerald.o emerald.gba
fc /b base_emerald.gba emerald.gba