diff options
Diffstat (limited to 'home/bankswitch.asm')
-rw-r--r-- | home/bankswitch.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/home/bankswitch.asm b/home/bankswitch.asm index a0e0d9d..1df28e1 100644 --- a/home/bankswitch.asm +++ b/home/bankswitch.asm @@ -1,10 +1,6 @@ INCLUDE "constants.asm" -; if DEBUG SECTION "home/bankswitch.asm", ROM0 -; 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 |