• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

ROM Reaverz Hacking Team

Status
Not open for further replies.
ok, restarting is getting boring.. can anyone give me a BIG list of bugs in FoR? The BIGGEST list you can give..
i would have to play through it
actually im kinda in the mood to do this, but i have no time
my grandparents came here and they will stay for christmas
also my sister deleted all her pictures (like 10 GB) and i have to restore them :D
ill play it when i got some time
 
hey :3

here are the pictures for the male one : https://img152.imageshack.us/my.php?image=backspritemalelofbysabp3.png

i hope you also like them, for inserting, x-buster has to do this, because i didn't ever know how to do it xD

so, what has to be done next?

and why don't we ask our betatesters to make a buglist for FoR? this is their job's, isn't it? ^^
 
hey :3

here are the pictures for the male one : https://img152.imageshack.us/my.php?image=backspritemalelofbysabp3.png

i hope you also like them, for inserting, x-buster has to do this, because i didn't ever know how to do it xD

so, what has to be done next?

and why don't we ask our betatesters to make a buglist for FoR? this is their job's, isn't it? ^^
Beautiful^^ as always
just the blue is a bit darker than on the other pic, the intro pic you made
but i think the ingame sprite matches this one more...

good idea, send a patch to the beta testers and let them collect bugs
 
im bored of testing it myself, i'll pm .Pichu-kun while you pm your testers..ok?
ok, but i dunno if they changed their names meanwhile^^
.pichu-kun is one of them anyway

edit: i pmed two of them, dunno the names of the other two since they changed them^^
i finished the second biggest town of huoshi^^ i actually planend to name it huoxin but now its name is shujing. it has a big palace, but its not as epic as the one that will be in huoshi city :p

i think ill add a panorama image to the shq soon so you can see all the huoshi maps

edit: Lucario 9 replied, he will test FoR now

edit: alright, check the news section of the shq to see the huoshi panorama
i had to scale the quality down a lot or it would have been 10 MB^^
 
Last edited:
Read the RHN, they wrote a very useful tip there which can be used in minigames but also in some events:
Tips and Trick
An interesting Tip or Trick that you may not know
This weeks tip will teach you how to change the players overworld.
Ok, So open VBA and make sure you're in a place you can see the hero. Go tools > Memory Viewer.
Now a new window should appear called Memory Viewer. In the top right corner, there is an empty box next to the Go button. Type "2020648" there and press Go.
At the first line it should give you A0 00 3A 08. Reversing this gives us 083A00A0, the 08 is to show its pointing somewhere in the rom.
Let's say I inserted my new sprite at, 3A0420 (Ruby Brendan Sprite). Reversed that, and add 8000000. 20 04 3A 08.
Now overwrite the A0 00 3A 08 with 20 04 3A 08 in Memory Viewer, and go back to the game.
Has the overworld changed into a Brendan sprite with the wrong palette? YAY, Now you can edit the sprite to whatever you want in the overworld editor or repoint to empty space and insert a new OW.

For this to be useful in a hack we'll need to be able to use it in a script. The writebytetooffset command will edit bytes in the Memory Viewer. Below is an example of the script.

#org 0x16582F
checkflag 0x851
compare LASTRESULT 0x1
if 0x1 goto 0x8166917
msgbox 0x817F723 '"Would you like to transform?"
callstd 0x5
closeonkeypress
compare LASTRESULT 0x1
if 0x0 goto 0x801EE9E
setflag 0x851
writebytetooffset 0x20 0x2020648
writebytetooffset 0x4 0x2020649
end

'-----------------------
#org 0x166917
msgbox 0x817D80D '"Want to stay transformed?"
callstd 0x5
closeonkeypress
compare LASTRESULT 0x1
if 0x1 goto 0x801EE9E
writebytetooffset 0xA0 0x2020648
clearflag 0x851
writebytetooffset 0x0 0x2020649
end

'-----------------------
#org 0x1EE9E
end

Tip donated by Darthatron/X-Buster, thanks to Sebbe for the article
 
Cool new tip X-Buster
If you need a tester i can do it for you guys
 
lol ok^^
seems to be really useful
maybe we should go get some more for beta testers? you could ask in the thread
 
He Neti do you need any scripting help?
Please I'm bored
 
He Neti do you need any scripting help?
Please I'm bored
colcolstyles is curretnly doing a script for me...
so currently i dont have work for you^^
he sent me an email saying hes nearly finished, but the patch will go to cooley (?) then to fix the grass animation and then to XBuster to insert the region map
well that will take some time and since he can export and import it other work can be done at the same time
 
Status
Not open for further replies.
Back
Top