Skip to content
Clément Gallet edited this page Jul 15, 2014 · 4 revisions

Testing glitched weapons

To do at the beginning of a battle. Writing the item directly in the in-battle weapon slot does not work, so let's write it in the first slot of the item list, and we have to equip it manually. Don't forget to equip a shield on the other weapon slot, otherwise the character will attack using the other slot.

  • $2686 = item id (see below)
  • $2687 = 0x10 (weapon)
  • $2689 = 0x01 (quantity)
  • $268A = 0x00 (everyone can equip it)
(9F) Moogle Suit
(A0) Nutkin Suit
(A1) BehemothSuit 
(A2) Snow Muffler
(A3) NoiseBlaster 
(A4) Bio Blaster
(A5) Flash 
(A6) Chain Saw
(A7) Debilitator 
(A8) Drill 
(A9) Air Anchor
(AA) AutoCrossbow 
(AB) Fire Skean
(AC) Water Edge
(AD) Bolt Edge
(AE) Inviz Edge
(AF) Shadow Edge
(B0) Goggles 
(B1) Star Pendant
(B2) Peace Ring
(B3) Amulet 
(B4) White Cape
(B5) Jewel Ring
(B6) Fairy Ring
(B7) Barrier Ring
(B8) MithrilGlove 
(B9) Guard Ring
(BA) RunningShoes 
(BB) Wall Ring
(BC) Cherub Down
(BD) Cure Ring
(BE) True Knight
(BF) DragoonBoots 
(C0) Zephyr Cape
(C1) Czarina Ring
(C2) Cursed Ring
(C3) Earrings 
(C4) Atlas Armlet
(C5) Blizzard Orb
(C6) Rage Ring
(C7) Sneak Ring
(C8) Pod Bracelet
(C9) Hero Ring
(CA) Ribbon 
(CB) Muscle Belt
(CC) Crystal Orb
(CD) Gold Hairpin
(CE) Economizer 
(CF) Thief Glove
(D0) Gauntlet 
(D1) Genji Glove
(D2) Hyper Wrist
(D3) Offering 
(D4) Beads 
(D5) Black Belt
(D6) Coin Toss
(D7) FakeMustache 
(D8) Gem Box
(D9) Dragon Horn
(DA) Merit Award
(DB) Memento Ring
(DC) Safety Bit
(DD) Relic Ring
(DE) Moogle Charm
(DF) Charm Bangle
(E0) Marvel Shoes
(E1) Back Guard
(E2) Gale Hairpin
(E3) Sniper Sight
(E4) Exp. Egg
(E5) Tintinabar 
(E6) Sprint Shoes
(E7) Rename Card
(E8) Tonic 
(E9) Potion 
(EA) X-Potion 
(EB) Tincture 
(EC) Ether 
(ED) X-Ether 
(EE) Elixir 
(EF) Megalixir 
(F0) Fenix Down
(F1) Revivify 
(F2) Antidote 
(F3) Eyedrop 
(F4) Soft 
(F5) Remedy 
(F6) Sleeping Bag
(F7) Tent 
(F8) Green Cherry
(F9) Magicite 
(FA) Super Ball
(FB) Echo Screen
(FC) Smoke Bomb
(FD) Warp Stone
(FE) Dried Meat

Testing glitched commands

At the beginning of the battle, change the value of address $202E to change the first command of the first character. Values to test are between 0x20 and 0x7F.

Clone this wiki locally