mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-26 08:13:44 -05:00
11 lines
245 B
NASM
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
|