shithub: pokered

ref: 6bb3d82e7a11d2fbdada3e5a57e51d9ec7fff142
dir: /engine/events/hidden_objects/fighting_dojo.asm/

View raw version
PrintFightingDojoText2:
	call EnableAutoTextBoxDrawing
	tx_pre_jump EnemiesOnEverySideText

EnemiesOnEverySideText::
	text_far _EnemiesOnEverySideText
	text_end

PrintFightingDojoText3:
	call EnableAutoTextBoxDrawing
	tx_pre_jump WhatGoesAroundComesAroundText

WhatGoesAroundComesAroundText::
	text_far _WhatGoesAroundComesAroundText
	text_end

PrintFightingDojoText:
	call EnableAutoTextBoxDrawing
	tx_pre_jump FightingDojoText

FightingDojoText::
	text_far _FightingDojoText
	text_end