summaryrefslogtreecommitdiff
path: root/home/bankswitch.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/bankswitch.asm')
-rw-r--r--home/bankswitch.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/bankswitch.asm b/home/bankswitch.asm
index 1ad45f1..278013c 100644
--- a/home/bankswitch.asm
+++ b/home/bankswitch.asm
@@ -1,6 +1,10 @@
INCLUDE "constants.asm"
+if DEBUG
SECTION "Bankswitch", ROM0[$32C2]
+else
+SECTION "Bankswitch", ROM0[$3286]
+endc
; Moved to a rst vector in final US releases (not sure about JP)
; All rst vectors are unused at this point in development