Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/engine/events/hidden_objects/fighting_dojo.asm
1271 views
1
PrintFightingDojoText2:
2
call EnableAutoTextBoxDrawing
3
tx_pre_jump EnemiesOnEverySideText
4
5
EnemiesOnEverySideText::
6
text_far _EnemiesOnEverySideText
7
text_end
8
9
PrintFightingDojoText3:
10
call EnableAutoTextBoxDrawing
11
tx_pre_jump WhatGoesAroundComesAroundText
12
13
WhatGoesAroundComesAroundText::
14
text_far _WhatGoesAroundComesAroundText
15
text_end
16
17
PrintFightingDojoText:
18
call EnableAutoTextBoxDrawing
19
tx_pre_jump FightingDojoText
20
21
FightingDojoText::
22
text_far _FightingDojoText
23
text_end
24
25