mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
961a895ca0
Also renames all routes to their numeric order in data.
16 lines
218 B
NASM
16 lines
218 B
NASM
; Leftovers from a deleted map?
|
|
DeletedMap_ScriptLoader:
|
|
ret
|
|
|
|
DeletedMap_TextPointers:
|
|
dw DeletedMapText1
|
|
|
|
DeletedMapText1:
|
|
text "べんりな よのなかだね"
|
|
done
|
|
|
|
DeletedMap_TextPointers2:
|
|
rept 9
|
|
ret
|
|
endr
|