pokered/scripts/UndergroundPathRoute7Copy.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
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.
2023-07-13 21:27:56 -04:00

25 lines
837 B
NASM

UndergroundPathRoute7Copy_Script:
ld a, ROUTE_7
ld [wLastMap], a
ret
UndergroundPathRoute7Copy_TextPointers:
def_text_pointers
dw_const UndergroundPathRoute7CopyUnusedGirlText, TEXT_UNDERGROUNDPATHROUTE7COPY_UNUSED_GIRL
dw_const UndergroundPathRoute7CopyUnusedMiddleAgedManText, TEXT_UNDERGROUNDPATHROUTE7COPY_UNUSED_MIDDLE_AGED_MAN
UndergroundPathRoute7CopyUnusedGirlText:
text_far _UndergroundPathRoute7CopyUnusedGirlText
text_end
UndergroundPathRoute7CopyUnusedTeamRocketHadAHideoutText:
text_far _UndergroundPathRoute7CopyUnusedTeamRocketHadAHideoutText
text_end
UndergroundPathRoute7CopyUnusedMiddleAgedManText:
text_far _UndergroundPathRoute7CopyUnusedMiddleAgedManText
text_end
UndergroundPathRoute7CopyUnusedGoesUnderSaffronText:
text_far _UndergroundPathRoute7CopyUnusedGoesUnderSaffronText
text_end