mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Fewer underscores in constants
This commit is contained in:
parent
4c5c791264
commit
351146024b
39 changed files with 92 additions and 92 deletions
|
|
@ -70,7 +70,7 @@ ItemUsePtrTable: ; d5e1 (3:55e1)
|
|||
dw ItemUseMedicine ; FULL_HEAL
|
||||
dw ItemUseMedicine ; REVIVE
|
||||
dw ItemUseMedicine ; MAX_REVIVE
|
||||
dw ItemUseGuardSpec ; GUARD_SPEC_
|
||||
dw ItemUseGuardSpec ; GUARD_SPEC
|
||||
dw ItemUseSuperRepel ; SUPER_REPL
|
||||
dw ItemUseMaxRepel ; MAX_REPEL
|
||||
dw ItemUseDireHit ; DIRE_HIT
|
||||
|
|
@ -78,7 +78,7 @@ ItemUsePtrTable: ; d5e1 (3:55e1)
|
|||
dw ItemUseMedicine ; FRESH_WATER
|
||||
dw ItemUseMedicine ; SODA_POP
|
||||
dw ItemUseMedicine ; LEMONADE
|
||||
dw UnusableItem ; S_S__TICKET
|
||||
dw UnusableItem ; S_S_TICKET
|
||||
dw UnusableItem ; GOLD_TEETH
|
||||
dw ItemUseXStat ; X_ATTACK
|
||||
dw ItemUseXStat ; X_DEFEND
|
||||
|
|
@ -90,7 +90,7 @@ ItemUsePtrTable: ; d5e1 (3:55e1)
|
|||
dw UnusableItem ; SILPH_SCOPE
|
||||
dw ItemUsePokeflute ; POKE_FLUTE
|
||||
dw UnusableItem ; LIFT_KEY
|
||||
dw UnusableItem ; EXP__ALL
|
||||
dw UnusableItem ; EXP_ALL
|
||||
dw ItemUseOldRod ; OLD_ROD
|
||||
dw ItemUseGoodRod ; GOOD_ROD
|
||||
dw ItemUseSuperRod ; SUPER_ROD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue