Hedgehogger
Learning ASM, but struggling
- 204
- Posts
- 18
- Years
- Somewhere near a box.
- Seen Nov 29, 2010
Well, glad to see RHA started again! Over the time I spent working on Azure Blue in the shadows I got WAY better at both Spriting, and Scripting, and want to apply for both. I would apply for mapping, but I'm too lazy to remake my Ruby maps in FR/LG...and I'm also too lazy to remake the map using the base tiles (Since I would normally use Azure Blue's tiles for a map).
As for spriting... I have the female trainer for Azure Blue , and a few individual revamps I've sucessfully put in. (Be advised, those are only a few of the revamps I've done; I have a whole sheet full of them and still growing, but these I've tested and put in without too much flaw.)
And as for scripting... a GivePokemon script
And, one of the more advanced scripts I've done, in case the first doesn't cut it,
It's a script that I made when remaking the beginning of Azure Blue when you get your first Pokemon. There's a script before it, but it's not of the type permitted. Basically, the script makes it so that you take the Poke Ball you spoke to, and a wild Poochyena runs over and you have to battle it. The only flaw is that the Pokemon option on the menu isn't activated.
As for spriting... I have the female trainer for Azure Blue , and a few individual revamps I've sucessfully put in. (Be advised, those are only a few of the revamps I've done; I have a whole sheet full of them and still growing, but these I've tested and put in without too much flaw.)
And as for scripting... a GivePokemon script
Spoiler:
#org 0x8C0FA0
lock
faceplayer
checkflag 0x480
if 0x1 goto 0x8C00A0
message 0x8C01A0
boxset 0x5
compare LASTRESULT 0x1
if 0x1 goto 0x8C02A0
message 0x8C03A0
boxset 0x6
release
end
#org 0x8C00A0
message 0x8C04A0
boxset 0x6
release
end
#org 0x8C02A0
message 0x8C05A0
boxset 0x6
givepokemon 79 5 0xD
#Raw 0 0 0 0 0 0 0 0
#Raw 0 0 0 0 0 0 0 0
setflag 0x480
release
end
#org 0x8C01A0
= Pardon me, but could you look after this \nPOKeMON? I found it lying on the beach.
#org 0x8C03A0
= Okay. I suppose I'll wait until someone \nelse comes along...
#org 0x8C04A0
= So, how's the POKeMON doing?
#org 0x8C05A0
= Here you are. Take good care of it!\p\v\h01 received a SLOWPOKE!
lock
faceplayer
checkflag 0x480
if 0x1 goto 0x8C00A0
message 0x8C01A0
boxset 0x5
compare LASTRESULT 0x1
if 0x1 goto 0x8C02A0
message 0x8C03A0
boxset 0x6
release
end
#org 0x8C00A0
message 0x8C04A0
boxset 0x6
release
end
#org 0x8C02A0
message 0x8C05A0
boxset 0x6
givepokemon 79 5 0xD
#Raw 0 0 0 0 0 0 0 0
#Raw 0 0 0 0 0 0 0 0
setflag 0x480
release
end
#org 0x8C01A0
= Pardon me, but could you look after this \nPOKeMON? I found it lying on the beach.
#org 0x8C03A0
= Okay. I suppose I'll wait until someone \nelse comes along...
#org 0x8C04A0
= So, how's the POKeMON doing?
#org 0x8C05A0
= Here you are. Take good care of it!\p\v\h01 received a SLOWPOKE!
Spoiler:
#org 0x801700
lock
faceplayer
checkflag 0x20D
if 0x1 jump 0x803100
message 0x801800
boxset 0x5
compare LASTRESULT 0x1
if 0x1 jump 0x801900
message 0x801A00
boxset 0x6
release
end
#org 0x801900
applymovement 0x3 0x801E00
pausemove 0
applymovement 0x4 0x801F00
pausemove 5
#Raw 0 0 0 0 0 0 0 0
#Raw 0 0 0 0 0 0 0 0
message 0x801B00
boxset 0x6
givepokemon 280 5 0x0
#Raw 0 0 0 0 0 0 0 0
#Raw 0 0 0 0 0 0 0 0
setflag 0x20D
message 0x803000
boxset 0x6
release
end
#org 0x803100
message 0x803200
boxset 0x6
release
end
#org 0x801E00
#raw 0x54
#raw 0xFE
#org 0x801F00
#raw 0x8
#raw 0x8
#raw 0x8
#raw 0x8
#raw 0x8
#raw 0x8
#raw 0x3
#raw 0xFE
#org 0x801800
= Do you want TORCHIC, the FIRE\nPOKeMON?
#org 0x801A00
= Choose carefully.
#org 0x801B00
= Ah, you chose TORCHIC!\nIt's one of my personal favorites!\p\v\h01 received a TORCHIC!
#org 0x803000
= Ack! A wild POKeMON!\nNow's your chance!
lock
faceplayer
checkflag 0x20D
if 0x1 jump 0x803100
message 0x801800
boxset 0x5
compare LASTRESULT 0x1
if 0x1 jump 0x801900
message 0x801A00
boxset 0x6
release
end
#org 0x801900
applymovement 0x3 0x801E00
pausemove 0
applymovement 0x4 0x801F00
pausemove 5
#Raw 0 0 0 0 0 0 0 0
#Raw 0 0 0 0 0 0 0 0
message 0x801B00
boxset 0x6
givepokemon 280 5 0x0
#Raw 0 0 0 0 0 0 0 0
#Raw 0 0 0 0 0 0 0 0
setflag 0x20D
message 0x803000
boxset 0x6
release
end
#org 0x803100
message 0x803200
boxset 0x6
release
end
#org 0x801E00
#raw 0x54
#raw 0xFE
#org 0x801F00
#raw 0x8
#raw 0x8
#raw 0x8
#raw 0x8
#raw 0x8
#raw 0x8
#raw 0x3
#raw 0xFE
#org 0x801800
= Do you want TORCHIC, the FIRE\nPOKeMON?
#org 0x801A00
= Choose carefully.
#org 0x801B00
= Ah, you chose TORCHIC!\nIt's one of my personal favorites!\p\v\h01 received a TORCHIC!
#org 0x803000
= Ack! A wild POKeMON!\nNow's your chance!