Hacking List
This is a list of the codes used for hacking Zsnes save states in Terranigma. If you do not yet know how to hack save states, read the explanation. If you need additional help, email Hiryuu.
* 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; IE your experience and ryo), you have to put in the first two digits in the second spot, and the last two in the first.
Experience, Gems, and Magirocks aren't stored using hexadecimal, they use decimal (digits 0-10). So when you are editing these values, enter the digits for the last applicable offset first, and head backwards (like is explained above), but don't use hexadecimal.
Places in the code
STATS ETC.
- 125B Equipped Item
- 125D Equipped Weapon
- 125F Equipped Armor
- 1269 Level
- 126A-126B Max HP
- 126C-126D Additional Strength (+XX)
- 126E-126F Additional Defense (+XX)
- 1270-1271 Current HP
- 1272-1273 Defense
- 1275-1276 Strength
- 1279 Luck
- 12A3-12A5 Experience**
- 12A7-12A9 Gems**
- 1400-1401 Magirocks**
ITEMS
Item locations alternate the item code followed by the number of that item in storage (The first offset is the first item code, second is the number of that item, the third offset is the second item code, etc.)
- 18C13-18C48 Items
- 18C49-18C52 Special Items
- 18C53-18C5A Special Weapons
- 18C5B-18C72 Weapons
- 18C73-18C7A Special Armor
- 18C7B-18C92 Armor
- 18C93-18CA6 Rings
- 18CA7-18CB0 Pins
Items and Equipment
(Placing a value not listed will give you a nonexistant item which may freeze your game if used)
- 00 Nothing
RINGS
- 01 Fire Ring
- 02 Pyro Ring
- 03 Ice Ring
- 04 Snow Ring
- 05 Zap Ring
- 06 Boom Ring
- 07 Geo Ring
- 08 Sky Ring
- 09 Ray Ring
- 0A Elec Ring
PINS
- 0B Grass Pin
- 0C Wind Pin
- 0D Bone Pin
- 0E Horn Pin
- 0F Water Pin
REGULAR ITEMS
- 10 S. Bulb
- 11 M. Bulb
- 12 L. Bulb
- 13 P. Cure
- 14 Stardew
- 15 Serum
- 16 H. Water
- 17 STR Potion
- 18 DEF Potion
- 19 Luck Potion
- 1A Life Potion
UNIQUE ITEMS
- 30 Aloe Leaves
- 31 Carrot
- 32 Crystal Thread
- 33 Snowgrass Leaf
- 34 Red Scarf
- 35 Holy Seal
- 36 Protect Bell
- 37 Saphire
- 38 Black Opal
- 39 Ruby
- 3A Topaz
- 3B Portrait
- 3C Sleep Potion
- 3D Jail Key
- 3E Tower Key
- 3F Ra Dewdrop
- 40 Royal Letter
- 41 Heaven Statue
- 42 Grass Whistle
- 43 Dog Whistle
- 44 Airplane Parts
- 45 Grenade
- 46 Beeper
- 47 Transceiver
- 48 Time Bomb
- 49 Magic Anchor
- 4A Engagement Ring
- 4B Sewer Key
- 4C Starstone
- 4D Powered Gear
- 4E Fancy Clothes
- 4F Matis's Painting
- 50 Mushroom
- 51 Wine
- 52 Tasty Meat
- 53 Camera
- 54 Apartment Key
- 55 Crystal
- 56 Tinned Sardines
- 57 Airfield Plans
- 58 Ginsing
- 59 Sleepless Seal
- 5A Pretty Flower
- 5B Fever Medicine
- 5C Tin Sheet
- 5D Nirlake Letter
- 5E Log
SPECIAL ITEMS
- 7A Jewel Box
- 7B Speed Shoes
- 7C Giant Leaves
- 7D Sharp Claws
- 7E Air Herb
WEAPONS
- 7F "Hex Rod" (doesn't work)
- 80 Hex Rod
- 81 CrySpear
- 82 Ra Spear
- 83 RocSpear
- 84 Sticker
- 85 Neo Fang
- 86 Icepick
- 87 (no name)
- 88 BrnzPike
- 89 Light Rod
- 8A (no name)
- 8B SlvrPike
- 8C FirePike
- 8D Trident
- 8E SoulWand
- 8F ThunPike
- 90 SeaSpear
- 91 GeoStaff
- 92 DrgnPike
- 93 3 Part Rod
- 94 LightPike
- 95 Fauchard
- 96 X-Spear
SPECIAL WEAPONS
- 9C HeroPike
- 9D EnbuPike
- 9E AlphaRod
- 9F BlockRod
ARMOR
- A0 Clothes
- A1 Leather
- A2 LeafSuit
- A3 Ra Armor
- A4 BirdSuit
- A5 Fur Coat
- A6 Ice Suit
- A7 (no name)
- A8 MonkRobe
- A9 NiceSuit
- AA RingMail
- AB SlvrVest
- AC VestArmr
- AD (no name)
- AE SlvrArmr
- AF PoshSuit
- B0 KungFuGi
- B1 DrgnMail
- B2 SoulArmr
- B3 HolySuit
- B4 KingArmr
- B5 Red Armr
- B6 Rags
SPECIAL ARMOR
- BC HeroArmr
- BD Pro Armr
- BE Sea Mail
- BF ElleCape
The text in this document is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. Anyone is free to use, copy, modify and re-distribute this work as long as they agree to the terms in the license.