Skip to content

Instantly share code, notes, and snippets.

@TheJaredWilcurt
Last active December 20, 2018 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheJaredWilcurt/0d77b824946070f8ec7a37553877ce73 to your computer and use it in GitHub Desktop.
Save TheJaredWilcurt/0d77b824946070f8ec7a37553877ce73 to your computer and use it in GitHub Desktop.
// Commands come from the "codes" value in the items.json file. No clue which ones do and don't work.
// bow
!hud bow
// silver arrows
!hud silverarrows
!hud silvers
// bow and silver arrows
!hud bowandarrows
// Bombs
!hud bombs
!hud bomb
// Super Bomb
!hud bomb superbomb
!hud bombs bigbomb
// Boomerang
!hud bluemarang
!hud redmarang
// Boomerang Combo
!hud boomerangs
// Hookshot
!hud hookshot
!hud hs
// Powder
!hud powder
!hud powder bat
// Mushroom
!hud mushroom
// Fire Rod
!hud firerod
!hud firesource
// Ice Rod
!hud icerod
// Bombos
!hud bombos none
!hud bombos mm
!hud bombos tr
!hud bombos both
// Ether
!hud ether none
!hud ether mm
!hud ether tr
!hud ether both
// Quake
!hud quake none
!hud quake mm
!hud quake tr
!hud quake both
// Shovel
!hud shovel
// Lamp
!hud lamp
// Hammer
!hud hammer
// Ocarina/Flute
!hud flute
!hud ocarina
// Bug Catching Net
!hud net
// Book of Mudora
!hud book
// Moon Pearl
!hud pearl
!hud moonpearl
// Bottles
!hud bottle
!hud bottle extra
// Somaria
!hud somaria
!hud redcane
// Cane of Byrna
!hud byrna
!hud bluecane
!hud sakucane
!hud caneofsaku
// Magic Cape
!hud cape
// Mirror
!hud mirror
// Go-Mode
!hud gomode
// Aganhim
!hud aga1
!hud aga
!hud aganhim
// Power Glove
!hud gloves
!hud lift1
// Titan's Mitts
!hud mitts
!hud lift2
// Boots
!hud boots
// Flippers
!hud flippers
// Half-Magic
!hud halfmagic
// Fighter Sword
!hud sword
!hud owsword
// Master Sword
!hud sword2
!hud mst
// Tempered Sword
!hud sword3
!hud tempered
// Golden Sword
!hud sword4
!hud butter
// Uncle's Shield
!hud shield
// Red Shield
!hud shield2
!hud redshield
// Mirror Shield
!hud shield3
!hud mirrorshield
// Green Mail
!hud armor
!hud armor1
!hud greenmail
// Blue Mail
!hud armor2
!hud bluemail
// Red Mail
!hud armor3
!hud redmail
// Eastern Palace
!hud ep
!hud ep crystal
!hud ep pendant
// Desert Palace
!hud dp
!hud dp crystal
!hud dp pendant
// Tower of Hera
!hud toh
!hud toh crystal
!hud toh pendant
// Palace of Darkness
!hud pod
!hud pod crystal
!hud pod pendant
// Swamp Palace
!hud sp
!hud sp crystal
!hud sp pendant
// Skull Woods
!hud sw
!hud sw crystal
!hud sw pendant
// Thieve's Town
!hud tt
!hud tt crystal
!hud tt pendant
// Ice Palace
!hud ip
!hud ip crystal
!hud ip pendant
// Misery Mire
!hud mm
!hud mm crystal
!hud mm pendant
// Turtle Rock
!hud tr
!hud tr crystal
!hud tr pendant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment