- 15
- Posts
- 4
- Years
- Seen Nov 11, 2020
This is my first time scripting something like this and I'm lost. I'm using CFRU and wanted to try the battle frontier.
What happens is that there's text from presumably a frontier trainer and then nothing happens.
Code:
'---------------
#org 0x800000
special 0x27
special 0xF5
waitstate
special 0x28
special 0x23
waitstate
special 0x73
special 0x52
special 0x53
#define 0x5028 0x4080
setvar 0x8000 0
setvar 0x8001 0
special2 0x5028 0x52
setvar 0x8000 0
setvar 0x8001 0
special 0x53
callstd MSG_NORMAL
What happens is that there's text from presumably a frontier trainer and then nothing happens.
Last edited: