mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-26 16:17:19 -05:00
Regex patterns used:
; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\)
; [0-9a-f]{1,2}:[0-9a-f]{4}
; [0-9a-f]{4,5}
;[0-9a-f]{4,5}
;[0-9a-f]{1,2}:[0-9a-f]{1,4}
22 lines
404 B
NASM
22 lines
404 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "maps/placeholder/BaadonRouteGateWest.asm", ROMX
|
|
|
|
BaadonRouteGateWestScriptLoader::
|
|
ret
|
|
|
|
BaadonRouteGateWestTextPointers::
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|
|
dw MapDefaultText
|