Coding Questions and other Quandaries
#75
Excellent explanation. There was apparently much more to the button activators than I thought.

Playing around with 06 code type last night with Pokemon Colosseum (GCN).

Naturally, the addresses where your items are stored changes with each new boot up. So I was using a save state for a playground.

I was trying out the 06 code type with the item list. When you start a new game, you have around 9 items on your list e.g. healing items, weapons etc...
Conveniently, the item and quantity are written as such 0x00XX00YY in one are sequentially.
XX = Item
YY = Quantity

I went through the items one by one and found there are a total of 257 items. There may be more??? Gotta find 'em all right?

So this here code gives you every item in the item list with a quantity of 99. Lol!!!!

0646E58C 00000408
00010063 00020063
00030063 00040063
00050063 00060063
00070063 00080063
00090063 000A0063
000B0063 000C0063
000D0063 000E0063
000F0063 00100063
00110063 00120063
00130063 00140063
00150063 00160063
00170063 00180063
00190063 001A0063
001B0063 001C0063
001D0063 001E0063
001F0063 00200063
00210063 00220063
00230063 00240063
00250063 00260063
00270063 00280063
00290063 002A0063
002B0063 002C0063
002D0063 002E0063
002F0063 00300063
00310063 00320063
00330063 00340063
00350063 00360063
00370063 00380063
00390063 003A0063
003B0063 003C0063
003D0063 003E0063
003F0063 00400063
00410063 00420063
00430063 00440063
00450063 00460063
00470063 00480063
00490063 004A0063
004B0063 004C0063
004D0063 004E0063
004F0063 00500063
00510063 00520063
00530063 00540063
00550063 00560063
00570063 00580063
00590063 005A0063
005B0063 005C0063
005D0063 005E0063
005F0063 00600063
00610063 00620063
00630063 00640063
00650063 00660063
00670063 00680063
00690063 006A0063
006B0063 006C0063
006D0063 006E0063
006F0063 00700063
00710063 00720063
00730063 00740063
00750063 00760063
00770063 00780063
00790063 007A0063
007B0063 007C0063
007D0063 007E0063
007F0063 00800063
00810063 00820063
00830063 00840063
00850063 00860063
00870063 00880063
00890063 008A0063
008B0063 008C0063
008D0063 008E0063
008F0063 00900063
00910063 00920063
00930063 00940063
00950063 00960063
00970063 00980063
00990063 009A0063
009B0063 009C0063
009D0063 009E0063
009F0063 00A00063
00A10063 00A20063
00A30063 00A40063
00A50063 00A60063
00A70063 00A80063
00A90063 00AA0063
00AB0063 00AC0063
00AD0063 00AE0063
00AF0063 00B00063
00B10063 00B20063
00B30063 00B40063
00B50063 00B60063
00B70063 00B80063
00B90063 00BA0063
00BB0063 00BC0063
00BD0063 00BE0063
00BF0063 00C00063
00C10063 00C20063
00C30063 00C40063
00C50063 00C60063
00C70063 00C80063
00C90063 00CA0063
00CB0063 00CC0063
00CD0063 00CE0063
00CF0063 00D00063
00D10063 00D20063
00D30063 00D40063
00D50063 00D60063
00D70063 00D80063
00D90063 00DA0063
00DB0063 00DC0063
00DD0063 00DE0063
00DF0063 00E00063
00E10063 00E20063
00E30063 00E40063
00E50063 00E60063
00E70063 00E80063
00E90063 00EA0063
00EB0063 00EC0063
00ED0063 00EE0063
00EF0063 00F00063
00F10063 00F20063
00F30063 00F40063
00F50063 00F60063
00F70063 00F80063
00F90063 00FA0063
00FB0063 00FC0063
00FD0063 00FE0063
00FF0063 01010063
01020063 00000000
E0000000 80008000

I'm probably going to have ??? in regards to the code handler and that game. It gets mighty pissed off when you tinker with it.
Had to quickly activate/deactivate the above code so it wouldn't bring the game to it's knees. Yes, I know it is constantly writing that string,
But like I said, the game doesn't like playing with the code handler and button activators.

Now to study the button activator explanation you gave above.

Thanks!!!!!!!
Reply


Messages In This Thread
RE: Coding Questions and other Quandaries - by Hackwiz - 12-29-2021, 02:00 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)