Ninja Caterpie
AAAAAAAAAAAAA
- 5,979
- Posts
- 17
- Years
- Best City OCE
- Seen Oct 18, 2021
What trouble are you having with it?
Well, add 0x0 0x0 givepokemon section.
You should add a fanfare and a goto for nicknaming.
I copied this section from thethethethe's tutorial and changed it to be XSE-compatible.
If you want, I'll write a complete script.
Well, add 0x0 0x0 givepokemon section.
You should add a fanfare and a goto for nicknaming.
I copied this section from thethethethe's tutorial and changed it to be XSE-compatible.
If you want, I'll write a complete script.
Code:
fanfare 0x13E
message @pointer (You got Totodile!)
boxset 4
waitfanfare
#raw 0x68
setflag 0x828
message @nickname (Would you like to give it a nickname)
boxset 5
compare LASTRESULT 0x1
if b_true gosub @name
message @care (Take care of Totodile!)
boxset 6
#org @name
call 0x1A74EB
return