pokered/scripts/UndergroundPathRoute7Copy.asm

26 lines
837 B
NASM
Raw Permalink Normal View History

UndergroundPathRoute7Copy_Script:
ld a, ROUTE_7
ld [wLastMap], a
2014-05-18 18:19:10 +00:00
ret
UndergroundPathRoute7Copy_TextPointers:
def_text_pointers
dw_const UndergroundPathRoute7CopyUnusedGirlText, TEXT_UNDERGROUNDPATHROUTE7COPY_UNUSED_GIRL
dw_const UndergroundPathRoute7CopyUnusedMiddleAgedManText, TEXT_UNDERGROUNDPATHROUTE7COPY_UNUSED_MIDDLE_AGED_MAN
2014-05-18 18:19:10 +00:00
UndergroundPathRoute7CopyUnusedGirlText:
text_far _UndergroundPathRoute7CopyUnusedGirlText
text_end
2014-05-18 18:19:10 +00:00
UndergroundPathRoute7CopyUnusedTeamRocketHadAHideoutText:
text_far _UndergroundPathRoute7CopyUnusedTeamRocketHadAHideoutText
text_end
2014-05-18 18:19:10 +00:00
UndergroundPathRoute7CopyUnusedMiddleAgedManText:
text_far _UndergroundPathRoute7CopyUnusedMiddleAgedManText
text_end
2014-05-18 18:19:10 +00:00
UndergroundPathRoute7CopyUnusedGoesUnderSaffronText:
text_far _UndergroundPathRoute7CopyUnusedGoesUnderSaffronText
text_end