I'm trying to use the choices command with the Variable Width Font Dialogues patch. (VWF Dialogues)
The code I used is as follows:
Message0052: ; Message 105-1
.header
db $00
db %00001000,%01111000,%11010001,%11000000,$01,%00100000
dw $7FFF,$0000
db %11111100
db %00001111,$13,$13,$23,$29
.body
db $FD
db "-SUPER LEAVES-",$FA,$ED
db "You might find a Super Leaf along "
db "the way.",$FA,$ED
db "You DO know how to use it...",$FD
db "...right?",$FD
db $F0
db $cc
dl .option_1
dl .option_2
db "Of course!",$FD
db "Super what?",$FD
.option_1
db "Good! Then keep going!"
db $FA,$FF
.option_2
db "Well, a Super Leaf transforms you",$FD
db "into Raccoon Luigi.",$FA,$ED
db "After jumping, you can float",$FD
db "down by rapidly pressing",$FD
db "the jump button.",$FA,$ED
db "You can also swing your tail",$FD
db "to knock out enemies.",$FA,$ED
db "And, coolest of all...",$FA,$ED
db "If you get a running start,",$FD
db "you can fly by rapidly",$FD
db "pressing the jump button,",$FD
db "like when you float.",$FA,$ED
db "But be careful:",$FD
db "Your flight doesn't last",$FD
db "forever. After a short",$FD
db "time, you will start floating",$FD
db "down. So be careful where",$FD
db "you land! Happy Tails!"
db $FA,$FF
When I test it out, I only get half of my first choice, then my second choice, then an infinite loop of "0000000000000".
Am I using the wrong command? Or did I just misplace something?--------------------
Signed,
-LuigiTime
Follow Us On