- 10
- Posts
- 7
- Years
- Delft (Netherlands)
- Seen May 20, 2024
When I try to edit a Trainer script, some of the text keeps being saved in a strange way. Script:
However, whenever I compile / save / do the usual routine, it alters itself to
Note the change at #org 0x17237D. Also, every character after "back!" gets automatically replaced by the "I'll enjoy the view before turning\nback to Ceria." text. Does anyone know a fix to this issue?
Code:
'---------------
#org 0x160588
trainerbattle 0x0 0x3 0x0 0x817234A 0x817237D
msgbox 0x8172398 MSG_NORMAL '"I'll enjoy the view before turning..."
end
'---------
' Strings
'---------
#org 0x17234A
= Let's battle!
#org 0x17237D
= Now I'll have to walk back!
#org 0x172398
= I'll enjoy the view before turning\nback to Ceria.
However, whenever I compile / save / do the usual routine, it alters itself to
Code:
'---------------
#org 0x160588
trainerbattle 0x0 0x3 0x0 0x817234A 0x817237D
msgbox 0x8172398 MSG_NORMAL '"I'll enjoy the view before turning..."
end
'---------
' Strings
'---------
#org 0x17234A
= Let's battle!
#org 0x17237D
= Now I'll have to walk back!I'll enjoy the view before turning\nback to Ceria.
#org 0x172398
= I'll enjoy the view before turning\nback to Ceria.