- 6
- Posts
- 8
- Years
- Any
- Verdia
- Seen Aug 20, 2023
Title.
Everything in the config.h is commented correctly, yet it still won't work.
Here's the basic test script that I tried using, pretty much the same one in the CFRU document:
#dynamic 0xAFFF00
#org @set1
msgbox @1 0x6
setvar 0x503A 0x1
setvar 0x503B 0x1
trainerbattle 0x3 0x146 0x100 @LossMessage
end
#org @1
= battle me
#org @LossMessage
= test 2
Any clue?
EDIT: okay I don't really know how, but I made it work.
so this is solved ig
Everything in the config.h is commented correctly, yet it still won't work.
Here's the basic test script that I tried using, pretty much the same one in the CFRU document:
Spoiler:
#dynamic 0xAFFF00
#org @set1
msgbox @1 0x6
setvar 0x503A 0x1
setvar 0x503B 0x1
trainerbattle 0x3 0x146 0x100 @LossMessage
end
#org @1
= battle me
#org @LossMessage
= test 2
Any clue?
EDIT: okay I don't really know how, but I made it work.
so this is solved ig
Last edited: