mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-08 19:25:24 -05:00
Merges Map Headers and Scripts, also adding Macros to automate some of the identical dummy scripts. Renames all Routes to their proper names.
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
|