SET -> set

This commit is contained in:
xCrystal
2017-12-29 17:15:01 +01:00
parent 6464d077ee
commit 69762a2bfd
13 changed files with 30 additions and 30 deletions

View File

@@ -45,7 +45,7 @@ MOVE_LENGTH EQU const_value
; indexes for:
; - PlayerStats and EnemyStats (see wram.asm)
; - party_struct and battle_struct members (see macros/wram.asm)
const_value SET 1
const_value set 1
const STAT_HP
const STAT_ATK
const STAT_DEF
@@ -65,7 +65,7 @@ ATKDEFDV_SHINY EQU $EA
SPDSPCDV_SHINY EQU $AA
; battle classes (wBattleMode values)
const_value SET 1
const_value set 1
const WILD_BATTLE
const TRAINER_BATTLE
@@ -140,7 +140,7 @@ const_value SET 1
; status condition bit flags
SLP EQU %111 ; 0-7 turns
const_value SET 3
const_value set 3
const PSN
const BRN
const FRZ