Some of the code breaker codes don't work Invincibilty weapon Modifier and Armor Modifier Could someone find codes that will work I'm looking for a walk through enemies code Thanks!
Announcement
Collapse
No announcement yet.
Request Super Ghouls N Ghosts GBA Code Breaker codes
Collapse
X
-
hi how's it going sometimes codes don't work because you have an outdated code breaker device if you're using vba emu it is also using an outdated rom that's why some codes don't work at least I think that's why also sometimes if you are using a rom of a different region the codes won't work I don't know really why some codes work and why some other don't I never really understood but SGnG is a cool game with levels from the nes and genesis version too this is so cool to type without using any punctuation marks later
-
It's because a lot of them are just wrong.
For example, the code for Infinite Armor is as follows:
When decoding using the ar v1/2 algorithm, we get this:Code:04163EA3 909A396A 3FEE2CF6 CC894558
We see that the original hacker wanted two 8-bit ram writes, but used the wrong code type. The first byte should be a 0 instead of a 3. 3 is the correct byte for codebreaker/GSSP codes, but not ar/gs v1/2.Code:32020463 00000066 32020464 000000EE
So, the raw code should be:
And encoded would be:Code:02020463 00000066 02020464 000000EE
And, after looking at it, you can see that this code could be condensed to one line, since gba cheat devices can all write 16-bit values as well.Code:B39C34E5 3C3ECF67 4692948B 9F35E758
I believe the 16-bit one-liner would be this, though I'm not sure of the endianness. Writing 0xEE66 to 0x2020463-
AR/GSA 1/2-
AR/GSA 3/4-Code:90291398 BDCFB94A
CBA/GSSPCode:858A7423 3A934C12
Code:82020463 EE66
Comment
-
haha. I was just talking to you about stuff like that. When I began to read your post, I was like what the hell, it seemed like someone else was posting under your name because you don't type like that. I was about to bitch you for typing like that, haha. I actually rechecked who the poster was in the middle of reading the post. I thought maybe it was someone who created a similiar looking user name as you. I hate when people type with no punctuation. It makes readers strain to try to read/understand what the person is trying to say.hi how's it going sometimes codes don't work because you have an outdated code breaker device if you're using vba emu it is also using an outdated rom that's why some codes don't work at least I think that's why also sometimes if you are using a rom of a different region the codes won't work I don't know really why some codes work and why some other don't I never really understood but SGnG is a cool game with levels from the nes and genesis version too this is so cool to type without using any punctuation marks laterLast edited by OldSchoolGamer; 09-16-2011, 12:41:10 PM.Now broadcasting from the underground command post. Deep in the bowels of a hidden bunker. Somewhere under the brick & steel of a nondescript building. We've once again made contact w/ our leader, OSG
Comment
-
Could always try codetwink for gba codes. Thats where i used to post the gba codes I made ages ago here is the link to your codes http://cheats.codetwink.com/gba/view/5256/Spoiler Alert! Click to view...
THE BAD GUY!!!!!!
Comment
Comment