diff options
author | YamaArashi <shadow962@live.com> | 2016-06-11 21:30:05 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-12 00:52:13 -0700 |
commit | fd2235e678c58cebd6255b5e658e704ee5138591 (patch) | |
tree | 6b7a3e2ae3030f4078ac4cbf9b59cd9529055fa2 /engine/hidden_object_functions14.asm | |
parent | a51037eeeedb03e29d8675626018cf02750882fa (diff) |
sync engine code with pokeyellow
Diffstat (limited to 'engine/hidden_object_functions14.asm')
-rwxr-xr-x | engine/hidden_object_functions14.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/hidden_object_functions14.asm b/engine/hidden_object_functions14.asm index 7591fac0..fcc79f6d 100755 --- a/engine/hidden_object_functions14.asm +++ b/engine/hidden_object_functions14.asm @@ -66,18 +66,18 @@ ViridianSchoolNotebookText4: PrintFightingDojoText2: call EnableAutoTextBoxDrawing - tx_pre_jump FightingDojoText_52a10 + tx_pre_jump EnemiesOnEverySideText -FightingDojoText_52a10: - TX_FAR _FightingDojoText_52a10 +EnemiesOnEverySideText: + TX_FAR _EnemiesOnEverySideText db "@" PrintFightingDojoText3: call EnableAutoTextBoxDrawing - tx_pre_jump FightingDojoText_52a1d + tx_pre_jump WhatGoesAroundComesAroundText -FightingDojoText_52a1d: - TX_FAR _FightingDojoText_52a1d +WhatGoesAroundComesAroundText: + TX_FAR _WhatGoesAroundComesAroundText db "@" PrintFightingDojoText: |