Danny0317
Fluorite's back, brah
- 1,067
- Posts
- 11
- Years
- Age 25
- Seen Nov 19, 2023
Made this level script, having two problems. One of them is that the lass (0xC) doesn't move, and the other one is that the player can't move after it finishes.
Thanks :)
Spoiler:
'---------------
#org 0x71A2DC
#raw 0x2
#raw pointer 0x871A2E2
#raw 0x0
'---------------
#org 0x71A2E2
#raw word 0x4001
#raw word 0x0
#raw pointer 0x8805051
#raw word 0x0
'---------------
#org 0x805051
checkflag 0x200
if 0x1 goto 0x880541D
lock
msgbox 0x88051CD MSG_NORMAL '"[green_fr]Mayor: Everyone come her..."
msgbox 0x8805231 MSG_NORMAL '"[black_fr]Youngster: Important\nan..."
msgbox 0x880525F MSG_NORMAL '"[red_fr]Lass: What?"
msgbox 0x8805270 MSG_NORMAL '"[green_fr]No time for questions! C..."
applymovement 0xA 0x8805420
applymovement 0xB 0x8805420
applymovement 0xC 0x8805420
applymovement 0x9 0x8805420
applymovement MOVE_PLAYER 0x8805420
waitmovement 0x0
applymovement MOVE_PLAYER 0x8805423
applymovement 0xA 0x8805433
applymovement 0xC 0x880543C
applymovement 0xD 0x8805444
waitmovement 0x0
msgbox 0x8805297 MSG_NORMAL '"[green_fr]Now that I have gathered..."
msgbox 0x880533A MSG_NORMAL '"[green_fr]I had heard some rumors ..."
msgbox 0x88053C0 MSG_NORMAL '"[green_fr]I will be giving each of..."
msgbox 0x8805403 MSG_NORMAL '"Up first is the camper!"
applymovement 0xE 0x8805454
waitmovement 0x0
msgbox 0x8805459 MSG_NORMAL '"[green_fr]Camper! I have two Pokém..."
msgbox 0x88054D9 MSG_NORMAL '"[green_fr]Shroomish it is! Here it..."
applymovement 0xA 0x8805512
waitmovement 0x0
msgbox 0x880551A MSG_NORMAL '"[blue_fr]Thank you sir!"
applymovement 0xA 0x880552E
hidesprite 0xA
applymovement 0xE 0x8805534
waitmovement 0x0
msgbox 0x8805538 MSG_NORMAL '"[green_fr]Now, lass. It is your tu..."
msgbox 0x880558C MSG_NORMAL '"[red_fr]I would like the Nidoran p..."
msgbox 0x88055B2 MSG_NORMAL '"[green_fr]Alright, here it is. Now..."
applymovement 0xC 0x88055F4
msgbox 0x88055DC MSG_NORMAL '"[red_fr]Thank you so much!"
applymovement 0xC 0x88055F7
hidesprite 0xC
msgbox 0x8805600 MSG_NORMAL '"[green_fr]Up next is... the bug ca..."
applymovement MOVE_PLAYER 0x8805624
applymovement 0xB 0x8805624
waitmovement 0x0
applymovement 0xB 0x8805627
waitmovement 0x0
msgbox 0x8805690 MSG_NORMAL '"[green_fr]You.. you have always lo..."
msgbox 0x8805714 MSG_NORMAL '"[orange_fr]I would like Surskit."
msgbox 0x880572F MSG_NORMAL '"[red_fr]You already know, be caref..."
msgbox 0x8805752 MSG_NORMAL '"[orange_fr]Thank you sir!"
applymovement 0xB 0x8805766
applymovement 0xE 0x880576F
waitmovement 0x0
msgbox 0x8805773 MSG_NORMAL '"[player] Alright r now that you ..."
msgbox 0x8805821 MSG_YESNO '"Do you want Sneasel?"
compare LASTRESULT 0x1
if 0x1 goto 0x8805838
compare LASTRESULT 0x0
if 0x0 goto 0x8805923
end
'---------------
#org 0x80541D
release
end
'---------------
#org 0x805838
givepokemon 0xD7 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox 0x880588F MSG_KEEPOPEN '"[black_fr]Got the Sneasel from the..."
waitfanfare
closeonkeypress
setflag 0x828
msgbox 0x88058B4 MSG_YESNO '"[black_fr]Would you like to give y..."
compare LASTRESULT 0x1
if 0x1 goto 0x8805877
compare LASTRESULT 0x0
if 0x1 goto 0x88058E9
end
'---------------
#org 0x805923
givepokemon 0xCF 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox 0x8805962 MSG_KEEPOPEN '"[black_fr]Got the Gligar from the ..."
waitfanfare
closeonkeypress
setflag 0x828
msgbox 0x88058B4 MSG_YESNO '"[black_fr]Would you like to give y..."
compare LASTRESULT 0x1
if 0x1 goto 0x8805877
compare LASTRESULT 0x0
if 0x1 goto 0x88058E9
end
'---------------
#org 0x805877
setvar 0x8004 0x0
call 0x8805887
goto 0x88058F0
'---------------
#org 0x8058E9
closeonkeypress
goto 0x88058F0
'---------------
#org 0x805887
fadescreen 0x1
special 0x9E
waitstate
return
'---------------
#org 0x8058F0
msgbox 0x88058FE MSG_NORMAL '"[red_fr]Now go [player]..\nPlease ..."
setflag 0x200
release
end
'---------
' Strings
'---------
#org 0x8051CD
= [green_fr]Mayor: Everyone come here to the\nmiddle of the town! I have an\limportant announcement to make.
#org 0x805231
= [black_fr]Youngster: Important\nannouncement? What?
#org 0x80525F
= [red_fr]Lass: What?
#org 0x805270
= [green_fr]No time for questions! Come\nhere!
#org 0x805297
= [green_fr]Now that I have gathered all you\nyoung ones here, there is\lsomething I must say. There were\lonce two rivaling evil teams in\lHoenn, Team Magma, and Team Aqua.
#org 0x80533A
= [green_fr]I had heard some rumors that\nthey have been spotted here in\lRegma.. And that can't mean\lanything good. Now that I've said\lthat..
#org 0x8053C0
= [green_fr]I will be giving each of you a\nPokémon to protect yourselves!
#org 0x805403
= Up first is the camper!
#org 0x805459
= [green_fr]Camper! I have two Pokémon\nhere. I want you to choose one of\lthese two: Shroomish or Sandshrew.\p Blue-fr Shroomish please!
#org 0x8054D9
= [green_fr]Shroomish it is! Here it is\ncamper, now be careful!
#org 0x80551A
= [blue_fr]Thank you sir!
#org 0x805538
= [green_fr]Now, lass. It is your turn to\nchoose. Do you want a Bulbasaur or\la Nidoran(F)?
#org 0x80558C
= [red_fr]I would like the Nidoran please!
#org 0x8055B2
= [green_fr]Alright, here it is. Now be\ncareful.
#org 0x8055DC
= [red_fr]Thank you so much!
#org 0x805600
= [green_fr]Up next is... the bug catcher.
#org 0x805690
= [green_fr]You.. you have always loved\nto catch Pokémon but you were too\lyoung to keep them. Now you get to\lchoose one: Surskit or Paras.
#org 0x805714
= [orange_fr]I would like Surskit.
#org 0x80572F
= [red_fr]You already know, be careful.
#org 0x805752
= [orange_fr]Thank you sir!
#org 0x805773
= [player] Alright r now that you are\nthe only one left.. choose.\lYou have Sneasel ang Gligar. The\lreason I called you last is\lbecause you get to choose from the\lstrongest ones.
#org 0x805821
= Do you want Sneasel?
#org 0x80588F
= [black_fr]Got the Sneasel from the mayor.
#org 0x8058B4
= [black_fr]Would you like to give your\nPokémon a nickname?
#org 0x805962
= [black_fr]Got the Gligar from the mayor.
#org 0x8058FE
= [red_fr]Now go [player]..\nPlease be careful..
'-----------
' Movements
'-----------
#org 0x805420
#raw 0x62 'Exclamation Mark (!)
#raw 0xFE 'End of Movements
#org 0x805423
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1 'Face up
#raw 0xFE 'End of Movements
#org 0x805433
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x80543C
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x805444
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x5 'Face Up (Faster)
#raw 0xFE 'End of Movements
#org 0x805454
#raw 0x1F
#raw 0x1F
#raw 0x1D
#raw 0x0 'Face Down
#raw 0xFE 'End of Movements
#org 0x805512
#raw 0x1F 'Step Left (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x4 'Face Down (Faster)
#raw 0xFE 'End of Movements
#org 0x80552E
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x805534
#raw 0xB 'Step Right (Very Slow)
#raw 0x0 'Face Down
#raw 0xFE 'End of Movements
#org 0x8055F4
#raw 0x66 'Happy (^_^)
#raw 0xFE 'End of Movements
#org 0x8055F7
#raw 0x12 'Step Left (Normal)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x805624
#raw 0x63 'Question Mark (?)
#raw 0xFE 'End of Movements
#org 0x805627
#raw 0x1D 'Step Down (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x805766
#raw 0x1F 'Step Left (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x80576F
#raw 0x20 'Step Right (Fast)
#raw 0x0 'Face Down
#raw 0xFE 'End of Movements
#org 0x71A2DC
#raw 0x2
#raw pointer 0x871A2E2
#raw 0x0
'---------------
#org 0x71A2E2
#raw word 0x4001
#raw word 0x0
#raw pointer 0x8805051
#raw word 0x0
'---------------
#org 0x805051
checkflag 0x200
if 0x1 goto 0x880541D
lock
msgbox 0x88051CD MSG_NORMAL '"[green_fr]Mayor: Everyone come her..."
msgbox 0x8805231 MSG_NORMAL '"[black_fr]Youngster: Important\nan..."
msgbox 0x880525F MSG_NORMAL '"[red_fr]Lass: What?"
msgbox 0x8805270 MSG_NORMAL '"[green_fr]No time for questions! C..."
applymovement 0xA 0x8805420
applymovement 0xB 0x8805420
applymovement 0xC 0x8805420
applymovement 0x9 0x8805420
applymovement MOVE_PLAYER 0x8805420
waitmovement 0x0
applymovement MOVE_PLAYER 0x8805423
applymovement 0xA 0x8805433
applymovement 0xC 0x880543C
applymovement 0xD 0x8805444
waitmovement 0x0
msgbox 0x8805297 MSG_NORMAL '"[green_fr]Now that I have gathered..."
msgbox 0x880533A MSG_NORMAL '"[green_fr]I had heard some rumors ..."
msgbox 0x88053C0 MSG_NORMAL '"[green_fr]I will be giving each of..."
msgbox 0x8805403 MSG_NORMAL '"Up first is the camper!"
applymovement 0xE 0x8805454
waitmovement 0x0
msgbox 0x8805459 MSG_NORMAL '"[green_fr]Camper! I have two Pokém..."
msgbox 0x88054D9 MSG_NORMAL '"[green_fr]Shroomish it is! Here it..."
applymovement 0xA 0x8805512
waitmovement 0x0
msgbox 0x880551A MSG_NORMAL '"[blue_fr]Thank you sir!"
applymovement 0xA 0x880552E
hidesprite 0xA
applymovement 0xE 0x8805534
waitmovement 0x0
msgbox 0x8805538 MSG_NORMAL '"[green_fr]Now, lass. It is your tu..."
msgbox 0x880558C MSG_NORMAL '"[red_fr]I would like the Nidoran p..."
msgbox 0x88055B2 MSG_NORMAL '"[green_fr]Alright, here it is. Now..."
applymovement 0xC 0x88055F4
msgbox 0x88055DC MSG_NORMAL '"[red_fr]Thank you so much!"
applymovement 0xC 0x88055F7
hidesprite 0xC
msgbox 0x8805600 MSG_NORMAL '"[green_fr]Up next is... the bug ca..."
applymovement MOVE_PLAYER 0x8805624
applymovement 0xB 0x8805624
waitmovement 0x0
applymovement 0xB 0x8805627
waitmovement 0x0
msgbox 0x8805690 MSG_NORMAL '"[green_fr]You.. you have always lo..."
msgbox 0x8805714 MSG_NORMAL '"[orange_fr]I would like Surskit."
msgbox 0x880572F MSG_NORMAL '"[red_fr]You already know, be caref..."
msgbox 0x8805752 MSG_NORMAL '"[orange_fr]Thank you sir!"
applymovement 0xB 0x8805766
applymovement 0xE 0x880576F
waitmovement 0x0
msgbox 0x8805773 MSG_NORMAL '"[player] Alright r now that you ..."
msgbox 0x8805821 MSG_YESNO '"Do you want Sneasel?"
compare LASTRESULT 0x1
if 0x1 goto 0x8805838
compare LASTRESULT 0x0
if 0x0 goto 0x8805923
end
'---------------
#org 0x80541D
release
end
'---------------
#org 0x805838
givepokemon 0xD7 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox 0x880588F MSG_KEEPOPEN '"[black_fr]Got the Sneasel from the..."
waitfanfare
closeonkeypress
setflag 0x828
msgbox 0x88058B4 MSG_YESNO '"[black_fr]Would you like to give y..."
compare LASTRESULT 0x1
if 0x1 goto 0x8805877
compare LASTRESULT 0x0
if 0x1 goto 0x88058E9
end
'---------------
#org 0x805923
givepokemon 0xCF 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox 0x8805962 MSG_KEEPOPEN '"[black_fr]Got the Gligar from the ..."
waitfanfare
closeonkeypress
setflag 0x828
msgbox 0x88058B4 MSG_YESNO '"[black_fr]Would you like to give y..."
compare LASTRESULT 0x1
if 0x1 goto 0x8805877
compare LASTRESULT 0x0
if 0x1 goto 0x88058E9
end
'---------------
#org 0x805877
setvar 0x8004 0x0
call 0x8805887
goto 0x88058F0
'---------------
#org 0x8058E9
closeonkeypress
goto 0x88058F0
'---------------
#org 0x805887
fadescreen 0x1
special 0x9E
waitstate
return
'---------------
#org 0x8058F0
msgbox 0x88058FE MSG_NORMAL '"[red_fr]Now go [player]..\nPlease ..."
setflag 0x200
release
end
'---------
' Strings
'---------
#org 0x8051CD
= [green_fr]Mayor: Everyone come here to the\nmiddle of the town! I have an\limportant announcement to make.
#org 0x805231
= [black_fr]Youngster: Important\nannouncement? What?
#org 0x80525F
= [red_fr]Lass: What?
#org 0x805270
= [green_fr]No time for questions! Come\nhere!
#org 0x805297
= [green_fr]Now that I have gathered all you\nyoung ones here, there is\lsomething I must say. There were\lonce two rivaling evil teams in\lHoenn, Team Magma, and Team Aqua.
#org 0x80533A
= [green_fr]I had heard some rumors that\nthey have been spotted here in\lRegma.. And that can't mean\lanything good. Now that I've said\lthat..
#org 0x8053C0
= [green_fr]I will be giving each of you a\nPokémon to protect yourselves!
#org 0x805403
= Up first is the camper!
#org 0x805459
= [green_fr]Camper! I have two Pokémon\nhere. I want you to choose one of\lthese two: Shroomish or Sandshrew.\p Blue-fr Shroomish please!
#org 0x8054D9
= [green_fr]Shroomish it is! Here it is\ncamper, now be careful!
#org 0x80551A
= [blue_fr]Thank you sir!
#org 0x805538
= [green_fr]Now, lass. It is your turn to\nchoose. Do you want a Bulbasaur or\la Nidoran(F)?
#org 0x80558C
= [red_fr]I would like the Nidoran please!
#org 0x8055B2
= [green_fr]Alright, here it is. Now be\ncareful.
#org 0x8055DC
= [red_fr]Thank you so much!
#org 0x805600
= [green_fr]Up next is... the bug catcher.
#org 0x805690
= [green_fr]You.. you have always loved\nto catch Pokémon but you were too\lyoung to keep them. Now you get to\lchoose one: Surskit or Paras.
#org 0x805714
= [orange_fr]I would like Surskit.
#org 0x80572F
= [red_fr]You already know, be careful.
#org 0x805752
= [orange_fr]Thank you sir!
#org 0x805773
= [player] Alright r now that you are\nthe only one left.. choose.\lYou have Sneasel ang Gligar. The\lreason I called you last is\lbecause you get to choose from the\lstrongest ones.
#org 0x805821
= Do you want Sneasel?
#org 0x80588F
= [black_fr]Got the Sneasel from the mayor.
#org 0x8058B4
= [black_fr]Would you like to give your\nPokémon a nickname?
#org 0x805962
= [black_fr]Got the Gligar from the mayor.
#org 0x8058FE
= [red_fr]Now go [player]..\nPlease be careful..
'-----------
' Movements
'-----------
#org 0x805420
#raw 0x62 'Exclamation Mark (!)
#raw 0xFE 'End of Movements
#org 0x805423
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1 'Face up
#raw 0xFE 'End of Movements
#org 0x805433
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x80543C
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x805444
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x1D 'Step Down (Fast)
#raw 0x5 'Face Up (Faster)
#raw 0xFE 'End of Movements
#org 0x805454
#raw 0x1F
#raw 0x1F
#raw 0x1D
#raw 0x0 'Face Down
#raw 0xFE 'End of Movements
#org 0x805512
#raw 0x1F 'Step Left (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x4 'Face Down (Faster)
#raw 0xFE 'End of Movements
#org 0x80552E
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x805534
#raw 0xB 'Step Right (Very Slow)
#raw 0x0 'Face Down
#raw 0xFE 'End of Movements
#org 0x8055F4
#raw 0x66 'Happy (^_^)
#raw 0xFE 'End of Movements
#org 0x8055F7
#raw 0x12 'Step Left (Normal)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x805624
#raw 0x63 'Question Mark (?)
#raw 0xFE 'End of Movements
#org 0x805627
#raw 0x1D 'Step Down (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x20 'Step Right (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x805766
#raw 0x1F 'Step Left (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0x1E 'Step Up (Fast)
#raw 0xFE 'End of Movements
#org 0x80576F
#raw 0x20 'Step Right (Fast)
#raw 0x0 'Face Down
#raw 0xFE 'End of Movements
Thanks :)
Last edited: