Hacking Emulation ROM Hack GBA Emulator Translation inserting text without crashing

q-tipper

Member
OP
Newcomer
Joined
Dec 27, 2022
Messages
8
Trophies
0
Age
32
XP
54
Country
Estonia
i want to add text without crashing, let me explain:
If, for example, I add a single letter to a text, adding 1 byte to the game, the game will no longer work, is there a way to avoid this?
 

Maeson

Well-Known Member
Member
Joined
Apr 3, 2013
Messages
1,183
Trophies
1
XP
3,407
Country
Spain
Of course the game will not longer work, by adding bytes of information you shift everything after those bytes, so when the code of the game looks for the exact part of a code or text, it is no longer there and reads the incorrect data.

If you want to change text, you have to either use the space already used by the text, or learn how the text routine work, locate free space on the rom and relocate the text there, changing the pointers that tell the game where it needs to look for each string of text.
 

Maeson

Well-Known Member
Member
Joined
Apr 3, 2013
Messages
1,183
Trophies
1
XP
3,407
Country
Spain
It's often long strings of "00", sometimes "FF". "Random" characters are game code.


You can check romhacking.net for tutorials and newbie information on this stuff.
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,373
Country
United Kingdom
Hashes should not be a problem for the GBA.

As above you need to repoint. GBA pointers are typically within the ROM itself, which leads most to the shorthand of "pointers start with 08" as the GBA ROM is visible at 08000000 through 09FFFFFF (and a few other locations but I am going to be hard pressed to find an example of anything using those) and as most are 16 megs or less then only 08 gets touched. To that end most search for 08 and if you have a bunch of them with say 6 bytes between them (08??##%% where the blank is the location in the ROM, give or take some byte flipping, though 08 is a perfectly valid thing to find within the pointer itself so don't expect hard 6 byte gaps, and I have seen other things within pointer fields like formatting commands). Obviously everything uses pointers but text should be fairly obvious (if you know where the text is then the pointer will match, and most other things will be fairly fixed lengths where text might not be).

Most look for extra space at the end of the ROM (00 and FF being the usual filler, I have examples of games that use it as useful info but most of those come down to "skip 100 bytes and then start using that as blank space").
Bonus for the GBA is you can trivially expand a GBA ROM to 32 megabytes if you need to (literally just add space to the end of the ROM), though if you can keep it under 16 megs then that is considered good form for various flash cart users (very few will not be able to run the full 32 but it can be tedious vs 16).
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    That Dell data breach is worse than people probably realize....
  • Psionic Roshambo @ Psionic Roshambo:
    When I worked for Dell we had access to data about military contracts and addresses for high ranking people.
  • Psionic Roshambo @ Psionic Roshambo:
    I personally handled a call from the second highest person at Raytheon. That call bothered me a lot... The guy was nice and smart what bothered me was the way management basically just blew him off instead of going the extra mile to help him.
  • Psionic Roshambo @ Psionic Roshambo:
    In the end that call ended up costing Dell millions in lost contracts with Raytheon, and really the issue could have been solved for like 450 bucks lol
  • NinStar @ NinStar:
    sometimes I wonder why anyone would ever buy mega man x legacy collection 2
  • NinStar @ NinStar:
    I always thought that capcom shuffled the games in these collection, but apparently they are all in chronological order, which makes legacy collection 2 worthless
  • BakerMan @ BakerMan:
    guys, i want to start singing pirate metal songs and sea shanties if i play sea of thieves
  • The Real Jdbye @ The Real Jdbye:
    find a pirate metal playlist
    +2
  • The Real Jdbye @ The Real Jdbye:
    and sing along
  • BakerMan @ BakerMan:
    nevermind i just learned swearing is against the rules in sea of thieves

    i was about to start singing the song i last put in "what song are you currently listening to" yesterday
  • BakerMan @ BakerMan:
    but yeah ig so
  • The Real Jdbye @ The Real Jdbye:
    swearing not allowed in a pirate game? what has the world come to
  • BakerMan @ BakerMan:
    (here's the song for context)
  • BigOnYa @ BigOnYa:
    Just add -izle to the end of every curse word, you will be fine.
    +2
  • The Real Jdbye @ The Real Jdbye:
    i like alestorm
    +1
  • The Real Jdbye @ The Real Jdbye:
    @BigOnYa too many syllables
    +1
  • BakerMan @ BakerMan:
    same lmao
  • BigOnYa @ BigOnYa:
    hi, welcome to the Temp!
    +1
  • BakerMan @ BakerMan:
    Welcome to the Underground!
    +1
  • BakerMan @ BakerMan:
    the booty boogie from (once again) the donkey kong country cartoon could also be a good song to sing while playing sea of thieves
  • BigOnYa @ BigOnYa:
    Please insert 25 cents for an additional 30 minutes of talk time.
    +1
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=tG7fk_DUz5g +1