mirror of
https://github.com/pret/pokered.git
synced 2026-03-21 17:45:50 -05:00
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
41 lines
1.0 KiB
NASM
41 lines
1.0 KiB
NASM
Museum2F_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
Museum2F_TextPointers:
|
|
def_text_pointers
|
|
dw_const Museum2FYoungsterText, TEXT_MUSEUM2F_YOUNGSTER
|
|
dw_const Museum2FGrampsText, TEXT_MUSEUM2F_GRAMPS
|
|
dw_const Museum2FScientistText, TEXT_MUSEUM2F_SCIENTIST
|
|
dw_const Museum2FBrunetteGirlText, TEXT_MUSEUM2F_BRUNETTE_GIRL
|
|
dw_const Museum2FHikerText, TEXT_MUSEUM2F_HIKER
|
|
dw_const Museum2FSpaceShuttleSignText, TEXT_MUSEUM2F_SPACE_SHUTTLE_SIGN
|
|
dw_const Museum2FMoonStoneSignText, TEXT_MUSEUM2F_MOON_STONE_SIGN
|
|
|
|
Museum2FYoungsterText:
|
|
text_far _Museum2FYoungsterText
|
|
text_end
|
|
|
|
Museum2FGrampsText:
|
|
text_far _Museum2FGrampsText
|
|
text_end
|
|
|
|
Museum2FScientistText:
|
|
text_far _Museum2FScientistText
|
|
text_end
|
|
|
|
Museum2FBrunetteGirlText:
|
|
text_far _Museum2FBrunetteGirlText
|
|
text_end
|
|
|
|
Museum2FHikerText:
|
|
text_far _Museum2FHikerText
|
|
text_end
|
|
|
|
Museum2FSpaceShuttleSignText:
|
|
text_far _Museum2FSpaceShuttleSignText
|
|
text_end
|
|
|
|
Museum2FMoonStoneSignText:
|
|
text_far _Museum2FMoonStoneSignText
|
|
text_end
|