- 32
- Posts
- 11
- Years
- Seen Aug 27, 2018
I'm trying to write a code for a battle and for some reason after he says the first text box in the pre battle script it erases the rest of the dialogue and replaces it with the after battle script. If you look below, it changes my script after compiling and when I reopen I see the ........hm added on the end.
'---------------
#org 0x23CA49
trainerbattle 0x0 0x126 0x0 0x823CB14 0x823CB58
msgbox 0x823CB75 MSG_NORMAL '"RED: Wow, you beat me. It seems I\..."
end
'---------
' Strings
'---------
#org 0x23CB14
= RED: Well if it isn't the champ!\pI was on my way to KANTO just now.\n.................. hmmm
#org 0x23CB58
= .................. hmmm
#org 0x23CB75
= RED: Wow, you beat me. It seems I\nneed more training.\pMaybe Mt. Silver?\nHmm.... \p[player]!!!\n Keep training and keep battling. The POKéMON\p world is big and full of challenges!\n BON VOYAGE!
'---------------
#org 0x23CA49
trainerbattle 0x0 0x126 0x0 0x823CB14 0x823CB58
msgbox 0x823CB75 MSG_NORMAL '"RED: Wow, you beat me. It seems I\..."
end
'---------
' Strings
'---------
#org 0x23CB14
= RED: Well if it isn't the champ!\pI was on my way to KANTO just now.\n.................. hmmm
#org 0x23CB58
= .................. hmmm
#org 0x23CB75
= RED: Wow, you beat me. It seems I\nneed more training.\pMaybe Mt. Silver?\nHmm.... \p[player]!!!\n Keep training and keep battling. The POKéMON\p world is big and full of challenges!\n BON VOYAGE!