Jump to content

>
Viewing Profile

elixirdream

Member Since 27 May 2008
Offline Last Active Jul 30 2011 03:19 AM

Posts I've Made

In Topic: Pokemon B/W no$gba-Fix

19 September 2010 - 06:48 PM

the offset between both black and white is +20h
which is black address +20h = white address

however i tried
noping 02180bae // bx r14 doesn't get me pass the start new game screen

*will come back and take a look at this by tomorrow


EDIT2: nop-ing the bne fix the problem

EDIT: Ops double post

for those who are using black
can you try this

52006f2c fdd8f1d8
02006f2c 00000000
d2000000 00000000
52180b88 42018811
52180b8c 4770d1fc
12180b8c 000046c0
d2000000 00000000

this code doesn't require any activator and i hope it will give you the same effect like the activator version
it is for BLACK


this is the fix for white
52006f2c fde8f1d8
02006f2c 00000000
d2000000 00000000
52180ba8 42018811
52180bac 4770d1fc
12180bac 000046c0
d2000000 00000000

i managed to get to the professor with this code smile.gif
that means getting passed the select new game!

In Topic: Pokemon B/W no$gba-Fix

19 September 2010 - 06:36 PM

QUOTE(Mastermind_X @ Sep 20 2010, 01:35 AM) <{POST_SNAPBACK}>
Okay, I admit, I messed something up. The second line overwrites a bx r14 instruction, what isn't that critical, 'cause there is another one just some lines below that one, but we should rather use the correct one.


02006F2C 00000000 <= remains the same, removes the blue screen
02180B8C 70460000 <= "4670" translates to "bx r14" which is a simpler way of doing "pop rX + bx rX" ... maybe that helps something.

Just in order to ask. Does it work for white..?


i am looking into it now
so basically you are noping that....

In Topic: Pokemon B/W no$gba-Fix

19 September 2010 - 06:30 PM

don't thank me ....thanks Mastermind_X for his awesomeness tongue.gif
he is also the reason i come back to gbatemp for a short while

In Topic: Pokemon B/W no$gba-Fix

19 September 2010 - 06:24 PM

for white version.. i think the condition i set should be different

QUOTE(Mastermind_X @ Sep 20 2010, 01:24 AM) <{POST_SNAPBACK}>
Well... I'm not in Codehacking anymore. Hopefully you can find a solution... If someone wanted to sum up all the problems, I could see what I can do.
In the meantime, I will continue decrypting and decompressing the ROM to get rid of all the AP-Stuff.

greetz
MX


Nevertheless, you are awesome!
Indebted to you (it makes code hacking so much easier)

In Topic: Pokemon B/W no$gba-Fix

19 September 2010 - 06:10 PM

QUOTE(Mastermind_X @ Sep 19 2010, 10:11 PM) <{POST_SNAPBACK}>
Hi Guys,

no$gba-Fix for Pokemon B/W (tested with Black)

02006F2C 00000000
02180B8C 00000000

Enter it as ARDS RAW code. (Debugger Version press Ctrl+G and NOP out the desired adresses)


greetz
MX


YOU ARE AWESOME

Thanks for the fix
however, by locking 02180b8c might be the reason that cause random crashes after battle
because the value on this address seems like ever changing

i personally had managed to boot the game with only 02006f2c 0000000 and it works
0 crash from the first two trainer battle

so what i will propose here would be

Black
52006f2c fdd8f1d8
02006f2c 00000000
d2000000 00000000
94000130 FCFB0000
02180b8c 00000000
D2000000 00000000

Hold SEL+L+R until you get pass the START NEW GAME/LOAD SAVE

EDIT: maybe my friend prof. 9 will fix and come out with a better solution (sleeping time for me). This is just a temporary FIX