Posts

Showing posts from November, 2018

Binary Rom Hacking (Hack Tool)

This is not a tutorial for binary hacking, it is a reccomendation. We have  TL's Quick Enchancer . Includes: Running Indoors Catch pokemon gain exp EV cap to 252 etcetera....

Pokemon Rom Hacking Tutorial (Game)

When I post this, the game will not yet be made because this was made in advance. Pokemon Rom Hacking Tutorial Now, this game will showcase the rom hacking tutorials, which all will be put in the game. An example of this is a group of guys in Pewter city blocking the exit. They are going to be used to train you guys. The only way you could continue is if you remove them with AdvanceMap (or any usable mapping software) or move them away somewhere random. Smart, eh? Anyway, the first towns will be the basics. There's also the XSE Province from Viridian to Cerulean, for tutorial purposes. In Viridian, there's a setflag area, where MOST  of the setflags are used. This game is a bit likely to be released in 2019, but I'm positive this will be finished before December ends. Now, rom hacking will be easier just by playing a game :) Thus ending this announcement.

Cry Editing

We'll be learning how to edit cries. This'll be easy so no need to panic. Anyway, here is the cry editing hack tool:  Click me! I do not own the tool, but this is an easy step for cry editing. Fair Warning: The sound of your file, when replaced, will have a loud disruptive glitch-like... well, sounds almost like a fart, will be added because the sound is from another console (I think). Cry Editing Now, to replace the cries, you need to IMPORT CRIES. You cry file should contain the following: .wav file format 8-bit If you don't know where to find such, click  here . Tips If you replace a cry, do not go to the next one without saving, or else the cry you edited will revert to the previous one. Thus, ending this short tutorial.

XSE Tutorial #2: Giving Pokemon

Let me clear, the first 10-15 tutorials will be he basics. Then the rest are tutorials that you might not understand without knowing the basics. So I suggest you go through this series by ORDER . The full script Here is the full script: #dynamic 0x80000 #org @givepokemon lock faceplayer checkflag 0x1200 if 0x1 goto @done msgbox @question 0x5 compare LASTRESULT 0x1 if 0x1 goto @giveit msgbox @nothanks 0x6 release end #org @done msgbox @checkup 0x6 release end #org @giveit msgbox @thanks 0x6 givepokemon 0xB5 0x32 0x0 0x0 0x0 0x0 fanfare 0x13E msgbox @received 0x6 waitfanfare setflag 0x1200 msgbox @thankssequel 0x6 release end #org @question = Hey trainer!\pYou want an Ampharos?\nIt's Level 50! #org @nothanks = Alright fine! You won't\nmake it in the trainer\lworld anyway! #org @thanks = Good! Here! #org @thankssequel = I hope you become the /n strongest trainer! #org @recieved = \v\h01 got a mon! #org @check...

XSE Episode 1: Basic Talk Script

Image
For this tutorial, you'll need: AdvanceMap XSE (obviously) Winrar Let's start off with opening AdvanceMap. Open Advancemap (Through WinRar) Click "File" Look for you rom. Click it. Click "Open". Alright, here is the path for most of the towns: The rom opened here is Pokemon Fire Red . For Emerald: From header >>> 1 >>> Select Town/ City Now we'll return to both versions. Look for a desired sprite. Once you CLICK on it, you will see this: on the right bar. Look for the Script Offset and change it to a VALID OFFSET. (let''s say $80000) Then, open XSE and your rom in it. Here is the full script: We will go through them one by one. #dynamic 0x80000 As you can see, 800000 is the offset I gave the chosen person. Now, #dynamic will always appear on the same line and all the scripts you create . Format: #dynamic 0x(offset given) #org @start After @ is a name. Yo...

Introduction to Pokemon Rom Hacking

What is Pokemon Rom Hacking? Pokemon Rom Hacking is a skill you can use for editing pokemon roms. There are TWO kinds of hacks: Alternative or Complete (that's what I would call it). Alternative Rom Hacking is altering the rules, starters, pokemon, encounters, difficulty etc. Complete rom hacking is harder than the Alternative, the story is completely changed and someimes pokemon are added or replaced. I suggest you start with the Alternative because it's way easier. What is the difference between Cheats and Hacks? Don't get mad when you hear this, but they HAVE A DIFFERENCE. No offense, but if you mistake cheating with hacking, you're wrong. Due to the pokemon vocabulary, those who put "hack tutorials" which are just "cheat tutorials" are, and again, NO OFFENSE, can be thought of by people as clickbait. If you get offended by this, it's okay, I never meant to offend anyone. I'm just answering this question. Cheats are ...