mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-06-22 15:30:14 -05:00
19 lines
282 B
NASM
19 lines
282 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "scripts/DeletedMap.asm", ROMX
|
|
; Leftovers from a deleted map?
|
|
DeletedMap_ScriptLoader:
|
|
ret
|
|
|
|
DeletedMap_TextPointers:
|
|
dw DeletedMapText1
|
|
|
|
DeletedMapText1:
|
|
text "べんりな よのなかだね"
|
|
done
|
|
|
|
DeletedMap_TextPointers2:
|
|
rept 9
|
|
ret
|
|
endr
|