summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rwxr-xr-xmain.asm5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.asm b/main.asm
index 919f2aa..bbfb2be 100755
--- a/main.asm
+++ b/main.asm
@@ -197,7 +197,4 @@ SECTION "bank3E",ROMX,BANK[$3E]
INCLUDE "engine/music2.asm"
SECTION "bank3F",ROMX,BANK[$3F]
-Func_fc000: ; fc000 (3f:4000)
-INCBIN "baserom.gbc",$fc000,$fc003 - $fc000
-Func_fc003: ; fc003 (3f:4003)
-INCBIN "baserom.gbc",$fc003,$100000 - $fc003 \ No newline at end of file
+INCLUDE "engine/sfx.asm" \ No newline at end of file