GreyBidoof
You used a Master Ball on the GreyBidoof!
- 770
- Posts
- 11
- Years
- Age 28
- Goldenrod City, Johto
- Seen Jun 14, 2020
Do we have someone that can edit music?
maybe you could take them directly from the rom?
Well, first off, I did some looking into music hacking a few days ago, and I found out that only people that are actually familiar with digital music can create their own custom music for Pokemon games.
However, though, there is a way to Insert music found somewhere by converting it to the right format and using the right tools; It seemed fairly easy to me.
Oh, yeah, and, I doubt that we can insert Hg/Ss Music because DS music is probably too much for GBA to handle.
Oh, yeah, Skf, How're you doing on that part of the hack at the start when we're in Team Dark's lab and all?
maybe or I can find a public source of them for gba.
XD there goes the custom music then lol.
Yeah I saw that to.
Maybe there are some gen 2 public music sources already for gba I'm going to see.
Im almost finished with the lab part already [since it's just mostly message scripts but finding out how to hide the player sprite until its ready to break out of the lab]. Seeing how to make it so when u are at players house with Team Dark it fades into the lab scene and then fades into route 1. I going to find how to do that before I continue doing those scripts.
Gogo has a rombase with hg/ss music in firered if you are interested. Also tutorial in how to insert music
Short Autobiography:I recently learned the basics of using programs like Advanced Map, A-Starter, YAPE and A-Text(This was around 2 months ago so I do have to refresh my memory on how to use some of these programs). I tried to make a ROM hack by myself but got busy and eventually quit.
Past experience: I tried to make a ROM myself but quit. I know how to use programs stated above.
Skills: I can script, map and I can sprite(very basic), but I came here wanting to apply for Beta Testing when the game finishes.
Experience example(s): Apparently I tried posting 2 pictures of a slightly changed Pallet Town and Prof. Oak talking about bacon, but PC won't allow me to post pictures unless I have made 15 posts(I'm new to PC so I have very little posts and never knew about this)
Time Zone: GMT + 8
Availability: *If ever you choose me I just want to work part-time* Mostly Fridays (8-10 PM GMT +8) or on the weekends (schedule changes, but I can adjust)
Contact Information:E-mail or PM me here.
P.S I'm not sure if I'm calling it the right terms/way i.e 'I can script, map' :X Sorry for my newbness if ever cause I'm new to this.
#dynamic 0x800000
#org @start
lock
faceplayer
msgbox @1 0x4
closeonkeypress
fadescreen 0x1
fadescreen 0x0
msgbox @2 0x6
applymovement 10 @walk1
waitmovement 10
msgbox @3 0x6
applymovement 10 @walk2
waitmovement 10
hidesprite 10
special 0x0
msgbox @4 0x6
fadescreen 0x1
hidesprite 10
hidesprite 10
hidesprite 10
fadescreen 0x0
showsprite 0?
applymovement 10 @walk3
msgbox @5 0x6
applymovement 10 @walk4
waitmovement 10
hidesprite 10
setvar 0x6000 0x1
setflag 0x1206
release
end
#org @1
= SCIENTIST 1: Alright Kira.\nEverything is ready to go and we\lcan start the experiment any time\lyou are ready.\pKira: Excellent. Soon\nwe will turn all Pokemon into\lDark Pokemon and brainwash\leverone into Team Dark members.\lNow start it up.\pSCIENTIST 2: Starting it up sir.\p[PLAYER]: Awwwww.\p\nCHARIZARD: RROOOAAAARRR\pSCIENTIST 1: Subject 1 and\nSubject 2 responding.\pSCIENTIST 2: Mechine at maximum\npower. Launching device.\pKira: Mwahaaa!
#org @2
= Kira: Yes finally! HAahaaa!\nIt worked. Look at this\lrandom Pokemon I just caught.\p\nSCIENTIST1: Yes Kira the\lexperimennt did indeed work.\p\nABBY: King KIRA. What are your\lorders my lord.
#org @3
= KIRA: Yes the brainwashing is a\nsuccess. Now I'm KING KIRA.\pLt. ABBY I want you to take these\nSHADOW BADGES and give them to the\lthe top members who are fit to be\l
called ADMINs\pLT. ABBY: As you wish my Lord.\pKIRA: Now go.
#org @4
= [PLAYER]: Aaaa hhhaaaaaaaa\pSCIENTEST2: Sir KIRA the power\nlevel is too much. It seems\l[PLAYER] is over loading the\lengines. This place is going to\lblow soon.\pKIRA: Who cares. We got what we\nwanted. Lets leave now and this\lplace can finally take out that\lannoying brat who kept getting in\lour way. Now move out.
#org @5
= [PLAYER]: Come on CHARIZARD.\nLets get out of here.
#org @walk1
#raw 0x0 0x10 0x10 0x10 0x10 0xFE
#org @walk2
#raw 0x0 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0xFE
#org @walk3
#raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE
#org @walk4
#raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE
It's great you got that part of the script down.Sure np. Welcome aboard.
Anyway here is the script I did yesterday. This is the 2nd part, the 1st part of the intro is losing against Team Dark at Player's house and then I would like to have it fade to the lab scene [which will have the player warp to route 1 after that]. But since I'm figuring out how to make the losing battle and having the scripts work right [I even made a thread asking for help on how I would go about doing it] anyway here is the script in its not finished stage
Spoiler:
Code:#dynamic 0x800000 #org @start lock faceplayer msgbox @1 0x4 closeonkeypress fadescreen 0x1 fadescreen 0x0 msgbox @2 0x6 applymovement 10 @walk1 waitmovement 10 msgbox @3 0x6 applymovement 10 @walk2 waitmovement 10 hidesprite 10 special 0x0 msgbox @4 0x6 fadescreen 0x1 hidesprite 10 hidesprite 10 hidesprite 10 fadescreen 0x0 showsprite 0? applymovement 10 @walk3 msgbox @5 0x6 applymovement 10 @walk4 waitmovement 10 hidesprite 10 setvar 0x6000 0x1 setflag 0x1206 release end #org @1 = SCIENTIST 1: Alright Kira.\nEverything is ready to go and we\lcan start the experiment any time\lyou are ready.\pKira: Excellent. Soon\nwe will turn all Pokemon into\lDark Pokemon and brainwash\leverone into Team Dark members.\lNow start it up.\pSCIENTIST 2: Starting it up sir.\p[PLAYER]: Awwwww.\p\nCHARIZARD: RROOOAAAARRR\pSCIENTIST 1: Subject 1 and\nSubject 2 responding.\pSCIENTIST 2: Mechine at maximum\npower. Launching device.\pKira: Mwahaaa! #org @2 = Kira: Yes finally! HAahaaa!\nIt worked. Look at this\lrandom Pokemon I just caught.\p\nSCIENTIST1: Yes Kira the\lexperimennt did indeed work.\p\nABBY: King KIRA. What are your\lorders my lord. #org @3 = KIRA: Yes the brainwashing is a\nsuccess. Now I'm KING KIRA.\pLt. ABBY I want you to take these\nSHADOW BADGES and give them to the\lthe top members who are fit to be\l called ADMINs\pLT. ABBY: As you wish my Lord.\pKIRA: Now go. #org @4 = [PLAYER]: Aaaa hhhaaaaaaaa\pSCIENTEST2: Sir KIRA the power\nlevel is too much. It seems\l[PLAYER] is over loading the\lengines. This place is going to\lblow soon.\pKIRA: Who cares. We got what we\nwanted. Lets leave now and this\lplace can finally take out that\lannoying brat who kept getting in\lour way. Now move out. #org @5 = [PLAYER]: Come on CHARIZARD.\nLets get out of here. #org @walk1 #raw 0x0 0x10 0x10 0x10 0x10 0xFE #org @walk2 #raw 0x0 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0xFE #org @walk3 #raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE #org @walk4 #raw 0x0 0x2 0x3 0x1 0x7 0x6 0x7 0x4 0xFE
And we will be using GOGO's HG/SS rombase for the music [thanks man for the rom base]. Which means we will be extracting and re inserting it in our hack.
Short Autobiography: I have been hacking for while now... Seeing as i can do many things with romhacking... i decided to take it to a new level
Past experience: Private romhacks, (I don't want to release them, as i dont think they are ready... but if you want a look i'll give you a look)
Skills: GB/GBC graphic editing, GB/GBC/GBA Pokemon OW Mapping, some Sappy experience, porting pokemon from future generations, and some other things...
Experience example(s): Pokemon DerpedRed (Private), Mido Rush (tends to be restarted)
Time Zone: (UTC-06:00) Central Time (US and Canada)
Availability: Weekends, Summer Vacation
Contact Information: "Zilladragon" (Skype) "Musket Marine" (Starcraft II) "Musket Marine (Lost Silver)" (Steam)
Also I want to be either a mapper, or a beta tester
thanks.It's great you got that part of the script down.
Another thing, Is GoGoJJTech going to PM you the gen 2 music or what? Just curious.
Sure np. Welcome aboard.