Champio30
Pokemon: Team Alpha's Revenge
- 61
- Posts
- 16
- Years
- Seen Sep 29, 2014
an example of a trainerbattle is.
And im using PKSV.
#org 0x8(script offset)
'--------------------------------------
trainerbattle 0x0 0x(This is where you put the pokemon's Hex) 0x0 and 2 free spaces ex.0x81C22D9 0x81C2308
msgbox (a random offset) ' Insert message.
callstd MSG_NORMAL ' Normal Msg
end
#org 0x81C22D9 (the first offset is for what they say before battle)
= ' Lets BAttle!
#org 0x81C2308 (what they say when the lose)
= ' I LOST!!
#org (the offset from the first message box)
= ' (the same message that was in the message box above)
Here is a trainerbattle script all together made by me
# org 0x860000
'-----------------------------
trainerbattle 0x0 0x155 0x0 0x8610000 0x8620000
msgbox 0x863000 ' I hate it when I lose battles.
callstd MSG_NORMAL ' Normal message
end
#org 0x8610000
= ' Let us battle!
#org 0x8620000
= ' Aww man, I lost!
#org 0x8630000
= I hate it when I lose battles.
Sorry for no Code thing i cant put it until i get 15 posts
And im using PKSV.
#org 0x8(script offset)
'--------------------------------------
trainerbattle 0x0 0x(This is where you put the pokemon's Hex) 0x0 and 2 free spaces ex.0x81C22D9 0x81C2308
msgbox (a random offset) ' Insert message.
callstd MSG_NORMAL ' Normal Msg
end
#org 0x81C22D9 (the first offset is for what they say before battle)
= ' Lets BAttle!
#org 0x81C2308 (what they say when the lose)
= ' I LOST!!
#org (the offset from the first message box)
= ' (the same message that was in the message box above)
Here is a trainerbattle script all together made by me
# org 0x860000
'-----------------------------
trainerbattle 0x0 0x155 0x0 0x8610000 0x8620000
msgbox 0x863000 ' I hate it when I lose battles.
callstd MSG_NORMAL ' Normal message
end
#org 0x8610000
= ' Let us battle!
#org 0x8620000
= ' Aww man, I lost!
#org 0x8630000
= I hate it when I lose battles.
Sorry for no Code thing i cant put it until i get 15 posts