- 62
- Posts
- 15
- Years
- Seen Oct 24, 2013
Name:ShinyBill (Guilherme Afonso - Real name xD)
E-Mail:I'll send by PM if needed.
MSN/AIM/YIM/ICQ: I'll send by PM if needed.
Time Zone: GMT Lisbon
Skills:Mapper, Scripter, Text Editor (I translate everything for Portuguese.)
Proof of Work:
Maps:
Script:
My version of a HEADBUTT tree for a behavior byte.
Past Experience:I'm in the Bolens Productions team as well but I can handle both.
E-Mail:I'll send by PM if needed.
MSN/AIM/YIM/ICQ: I'll send by PM if needed.
Time Zone: GMT Lisbon
Skills:Mapper, Scripter, Text Editor (I translate everything for Portuguese.)
Proof of Work:
Maps:
Spoiler:
![[PokeCommunity.com] ROM Raiders [PokeCommunity.com] ROM Raiders](https://i42.tinypic.com/14e1mqe.jpg)
Script:
Spoiler:
Code:
#org $start
lockall
checkattack 0x1D
compare 0x800D 0x06
if 0x01 goto $dontknow
storepokemon2 0x00 0x800D
setanimation 0x00 0x800D
message $message1
$message1 1 = Do you want to HEADBUTT it?
boxset 5
compare 0x800D 0x00
if 0x01 goto $dontwant
message $message2
$message2 1 = \v\h02 used HEADBUTT!
boxset 6
closemsg
doanimation 0x25
waitstate
setvar 0x8004 0x01
setvar 0x8005 0x01
setvar 0x8006 0x0C
setvar 0x8007 0x02
special 0x136
pause 0x20
special 0xAB
end
#org $dontknow
message $message3
$message3 1 = It may be able to be knocked out.
boxset 6
releaseall
end
#org $dontwant
releaseall
end
Past Experience:I'm in the Bolens Productions team as well but I can handle both.