- 32
- Posts
- 11
- Years
- Seen Aug 27, 2018
So this is making really mad as it is the last thing needed for my project. I couldn't get a trainer battle to work then I saw that in pokemon you cant rewrite a longer message than the original. So I used free space funder on the emerald rom and found an offset. I changed the advanced map offset to this new one and wrote the script. Now when I compile and open it up again it all is gone. Pls help.
Here is my script.
dynamic 0x800000
'---------------
#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 just on my way to KANTO.\nYou saved the region, no?\pWhat?\nA battle? Hahaha\pFine then, just be warned.\nI won't hold back!\pShow me the power of a\nHOENN CHAMPION!!
#org 0x23CB58
= ..................
#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 \pPOKéMON world is big and full of\nchallenges!\p BON VOYAGE!
Here is my script.
dynamic 0x800000
'---------------
#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 just on my way to KANTO.\nYou saved the region, no?\pWhat?\nA battle? Hahaha\pFine then, just be warned.\nI won't hold back!\pShow me the power of a\nHOENN CHAMPION!!
#org 0x23CB58
= ..................
#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 \pPOKéMON world is big and full of\nchallenges!\p BON VOYAGE!