-DefaulT
I herd u liek mudkarps?
- 157
- Posts
- 15
- Years
- Hi Five City
- Seen Feb 11, 2025
i been busy with work, but im free now LETS GO!
Well hey im sure you will do fine, your in so long as you don't try to pester me into what music should be added :)(sorry I had a member before and we didn't quite get along because of his...erm begging and pestering)
Other than that welcome to the team!
Yeah we are but it'd be much easier if you had MSN as the whole team does and discussing is easier there.
Hey guys, there is a new position to the team. We need people who knows how to insert music and when I say that I mean completely. I need someone that can insert the music without having to replace the current ones. What I have planned is inserting Ruby music into firered because there are a few events involving Team Aqua and Magma, which reminds me I also need someone who can insert OWs without replacing the current one. I have tried both but hex-editing isn't my thing and I've messed up on it a few times.
I look forward to meeting new members who wants to take either of these jobs.
Thank you guys
~tyson:)
Does a Yellow Remake sound that bad to you guys?:)
No one seems to wanna join...
That is some pretty good scripting there but i don't think that is advanced yet :\I can jump on as a scripter. I am pretty good with scripting, and since I am in college, I have a bunch of time to kill.
Position wanted:
Basic/(possibly)Advanced Scripter
Examples of my work:
Causes an earthquake, then fades out. When it fades back in, rocks block the player's path.
Spoiler:#dynamic 0x800000
#org @start
lock
checkflag 0x100c
if 0x1 goto @end
msgbox @talk 0x6
setvar 0x8004 0xF
setvar 0x8005 0xF
setvar 0x8006 0xA
setvar 0x8007 0x5
special 0x136
pause 0x40
fadescreen 0x3
call @tiles
call @people
fadescreen 0x2
setflag 0x100C
release
end
#org @tiles
setmaptile 0xD 0xF 0x236 0x0
setmaptile 0x12 0xE 0x9F 0x0
setmaptile 0x1A 0x0D 0x9F 0x0
setmaptile 0x15 0xE 0xB7 0x1
setmaptile 0x18 0xE 0xB7 0x1
special 0x8E
return
#org @end
msgbox @careful 0x6
release
end
#org @people
showsprite 0x1
showsprite 0x2
showsprite 0x3
showsprite 0x4
showsprite 0x5
#org @talk
= Watch out!!
#org @careful
= You should be more careful,\nyou could have been hurt!
As the player completes tasks, the rocks slowly get cleared away, first exposing the gym, then the path to the next map
A nurse Joy Replacement Script that charges $10 for a basic heal:
Spoiler:#dynamic 0x800000
#org @start
lock
faceplayer
call @center
release
end
#org @center
showmoney 0x0 0x0 0x0
msgbox @msgWelcome 0x5
copyvar 0x8000 LASTRESULT
compare 0x8000 0x1
if 0x1 goto @heal
compare 0x8000 0x0
if 0x1 goto @noheal
compare 0x8000 0x7F
if 0x1 goto @cancel
end
#org @heal
checkmoney 0xA 0x0
compare LASTRESULT 0x0
if 0x1 goto @noMoney
paymoney 0xA 0x0
updatemoney 0x0 0x0 0x0
sound 0xF8
pause 0x40
msgbox @msgHeal 0x6
hidemoney 0x0 0x0
pause 0xA
fadescreen 0x1
pause 0x78
special 0x0
fadescreen 0x0
msgbox @msgThankYou 0x6
release
end
#org @noheal
hidemoney 0x0 0x0
msgbox @msgNoHeal 0x6
release
end
#org @cancel
hidemoney 0x0 0x0
msgbox @msgNoHeal 0x6
release
end
#org @noMoney
hidemoney 0x0 0x0
msgbox @msgNoMoney 0x6
release
end
#org @msgWelcome
= Welcome to the healing center.\pWe will heal the wounds of your\npokémon for just \hB710.\pWould you like us to heal your\npokémon?
#org @msgHeal
= Let me take your pokémon for a\nbit.
#org @msgNoHeal
= Come back if you change your mind.
#org @msgThankYou
= Your pokémon are good as new.\nThank you for using our services.
#org @msgNoMoney
= Sorry, you do not have enough\nmoney.\pPlease go earn some money\nand come back later.
#org @Goodbye
= We hope to see you again.
With that script, you can also have trainers in the world that will heal your pokemon for a small fee.
Yeah sure you can join, earthquakes will come in handy, but your the last scriptor, we have enough now, and Im the only one who seems to be scripting the game but its fine.I can jump on as a scripter. I am pretty good with scripting, and since I am in college, I have a bunch of time to kill.
Position wanted:
Basic/(possibly)Advanced Scripter
Examples of my work:
Causes an earthquake, then fades out. When it fades back in, rocks block the player's path.
Spoiler:#dynamic 0x800000
#org @start
lock
checkflag 0x100c
if 0x1 goto @end
msgbox @talk 0x6
setvar 0x8004 0xF
setvar 0x8005 0xF
setvar 0x8006 0xA
setvar 0x8007 0x5
special 0x136
pause 0x40
fadescreen 0x3
call @tiles
call @people
fadescreen 0x2
setflag 0x100C
release
end
#org @tiles
setmaptile 0xD 0xF 0x236 0x0
setmaptile 0x12 0xE 0x9F 0x0
setmaptile 0x1A 0x0D 0x9F 0x0
setmaptile 0x15 0xE 0xB7 0x1
setmaptile 0x18 0xE 0xB7 0x1
special 0x8E
return
#org @end
msgbox @careful 0x6
release
end
#org @people
showsprite 0x1
showsprite 0x2
showsprite 0x3
showsprite 0x4
showsprite 0x5
#org @talk
= Watch out!!
#org @careful
= You should be more careful,\nyou could have been hurt!
As the player completes tasks, the rocks slowly get cleared away, first exposing the gym, then the path to the next map
A nurse Joy Replacement Script that charges $10 for a basic heal:
Spoiler:#dynamic 0x800000
#org @start
lock
faceplayer
call @center
release
end
#org @center
showmoney 0x0 0x0 0x0
msgbox @msgWelcome 0x5
copyvar 0x8000 LASTRESULT
compare 0x8000 0x1
if 0x1 goto @heal
compare 0x8000 0x0
if 0x1 goto @noheal
compare 0x8000 0x7F
if 0x1 goto @cancel
end
#org @heal
checkmoney 0xA 0x0
compare LASTRESULT 0x0
if 0x1 goto @noMoney
paymoney 0xA 0x0
updatemoney 0x0 0x0 0x0
sound 0xF8
pause 0x40
msgbox @msgHeal 0x6
hidemoney 0x0 0x0
pause 0xA
fadescreen 0x1
pause 0x78
special 0x0
fadescreen 0x0
msgbox @msgThankYou 0x6
release
end
#org @noheal
hidemoney 0x0 0x0
msgbox @msgNoHeal 0x6
release
end
#org @cancel
hidemoney 0x0 0x0
msgbox @msgNoHeal 0x6
release
end
#org @noMoney
hidemoney 0x0 0x0
msgbox @msgNoMoney 0x6
release
end
#org @msgWelcome
= Welcome to the healing center.\pWe will heal the wounds of your\npokémon for just \hB710.\pWould you like us to heal your\npokémon?
#org @msgHeal
= Let me take your pokémon for a\nbit.
#org @msgNoHeal
= Come back if you change your mind.
#org @msgThankYou
= Your pokémon are good as new.\nThank you for using our services.
#org @msgNoMoney
= Sorry, you do not have enough\nmoney.\pPlease go earn some money\nand come back later.
#org @Goodbye
= We hope to see you again.
With that script, you can also have trainers in the world that will heal your pokemon for a small fee.