mirror of
https://github.com/pret/pokeyellow.git
synced 2024-11-23 14:00:03 +00:00
36 lines
501 B
NASM
36 lines
501 B
NASM
SSAnne2FRoomsPrintGentleman5Text::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _SSAnne2FRoomsGentleman5Text
|
|
text_end
|
|
|
|
SSAnne2FRoomsPrintLittleBoyText::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _SSAnne2FRoomsLittleBoyText
|
|
text_end
|
|
|
|
SSAnne2FRoomsPrintBrunetteGirlText::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _SSAnne2FRoomsBrunetteGirlText
|
|
text_end
|
|
|
|
SSAnne2FRoomsPrintBeautyText::
|
|
ld hl, .text
|
|
call PrintText
|
|
ret
|
|
|
|
.text
|
|
text_far _SSAnne2FRoomsBeautyText
|
|
text_end
|