|
Hacking List This is a list of the codes used for hacking MEKA save states in Phantasy Star Gaiden. If you do not yet know how to hack save states, click here for an explanation. * For numerical values that can take more than two hexadecimal digits (numbers over 255), to enter in a number lower than 255, use the first two spots listed. For a number between 256 and 65535 (That is, numbers that would take between 3 and 4 digits to enter), you have to put in the first two digits in the second spot, and the last two in the first. For numbers taking 5 or 6, the first two digits go in the third spot, next two in second spot, and last two in third spot For first character (add 1D for next character) Items Phantasy Star Gaiden uses an unusual item system. There are places in the code for each individual item. The number you put in that place indicates the number of that item you have. For example, if you want 255 Ceramic Swords, put FF in 5FC 5F5 Wood Cane5F6 Short Sword 5F7 Iron Sword 5F8 Psycho Spear 5F9 Silver Sword 5FA Iron Ax 5FB Titanium Sword 5FC Ceramic Sword 5FD Stun Star 5FE Heat Gun 5FF Laser Gun 600 Bastard Sword 601 Rapier 602 Slasher 603 Pole Ax 604 Battle Ax 605 Laconian Sword 609 Leather Armor 60A White Robe 60B Light Armor 60C Iron Armor 60D Wind Robe 60E Reflect Armor 60F Magic Robe 610 Draconia Armor 611 Royal Robe 612 Diamond Armor 613 Frade Robe 614 Laconian Armor 61D Leather Shield 61E Iron Shield 61F Ceramic Shield 620 Perseus Shield 621 Laser Shield 622 Laconian Shield 627 Monomate 628 Dimate 629 Torch 62A Escapipe 62B Raise 62C Trimate 62D Cure 62E Laser Ring 62F Sage 630 Spirit 631 Patriot Ring 632 Jet Boot 633 Call Flute 634 Needle 635 Bait 636 Flash Bomb 637 Typhoon Bomb 638 Ouzo 639 Policy 63A Net 63B Wisdom Mirror 63C Light 63D Telepipe 63E Scroll of Truth 63F Map 640 Cave Key 641 ATV 642 Sluice Key 643 Kura Bracelet Equipment Enter these values in your character's Weapon, Armor and Shield spots. Keep in mind that entering Magic and Items is useless. Also if you put a piece of armor for a weapon, the PRT value of the armor will be added to the STR (Same if you put a weapon for armor) 00 Nothing MAGIC 01 Heal WEAPONS 1F Wood Cane ARMOR 33 Leather Armor SHIELDS 47 Leather Shield ITEMS 51 Monomate Magic There are three slots for Magic, which is divided into three lists of eight (Spells with an asterisk by them seem to have been dummied out and are useless). First come the codes for the spells in each list: 5A9 00 Nothing 5AA 00 Nothing 5AB 00 Nothing To give yourself the spell you want, enter its code in the corresponding slot. So if you want the first character to know Terror, Tandle, and Repel, enter 02 in 5A9, 02 in 5AA, and 40 in 5AB Status Ailments If you want to edit a character's status ailment (or an enemy's for that matter), you'll need to know the codes for all the status ailments. So...here they are. 00 Nothing If you want multiple ailments, simply add the values of the ailments you want. For example, if you want your character to be stunned, brainwarped, frozen, and muted, add 01 + 02 + 04 + 40 = 47. Put 47 in, and you character will have all those ailments.
|