mirror of
https://github.com/pret/pokeyellow.git
synced 2026-03-22 01:44:23 -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.
26 lines
837 B
NASM
26 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
|