pokegold-spaceworld/home/bankswitch.asm
2020-08-09 15:16:31 -04:00

11 lines
245 B
NASM

INCLUDE "constants.asm"
SECTION "home/bankswitch.asm", ROM0
; Moved to a rst vector in final US releases (not sure about JP).
; All rst vectors are unused at this point in development.
Bankswitch::
ldh [hROMBank], a
ld [MBC3RomBank], a
ret