mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-25 07:22:04 -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}
10 lines
161 B
NASM
Executable File
10 lines
161 B
NASM
Executable File
SECTION "bin.asm@Unknownaebc", ROMX
|
|
|
|
Unknownaebc:
|
|
INCBIN "bin/unknown_aebc.bin"
|
|
|
|
SECTION "bin.asm@Unknownbb43", ROMX
|
|
|
|
Unknownbb43:
|
|
INCBIN "bin/unknown_bb43.bin"
|