Identify more unnamed labels
This commit is contained in:
@@ -26,7 +26,7 @@ box_struct: MACRO
|
||||
\1CaughtGender::
|
||||
\1CaughtLocation:: db
|
||||
\1Level:: db
|
||||
\1End::
|
||||
\1BoxEnd::
|
||||
ENDM
|
||||
|
||||
party_struct: MACRO
|
||||
@@ -41,7 +41,7 @@ party_struct: MACRO
|
||||
\1Speed:: dw
|
||||
\1SpclAtk:: dw
|
||||
\1SpclDef:: dw
|
||||
\1StatsEnd::
|
||||
\1StructEnd::
|
||||
ENDM
|
||||
|
||||
red_box_struct: MACRO
|
||||
@@ -80,7 +80,6 @@ battle_struct: MACRO
|
||||
\1Species:: db
|
||||
\1Item:: db
|
||||
\1Moves:: ds NUM_MOVES
|
||||
\1MovesEnd::
|
||||
\1DVs:: dw
|
||||
\1PP:: ds NUM_MOVES
|
||||
\1Happiness:: db
|
||||
@@ -94,7 +93,6 @@ battle_struct: MACRO
|
||||
\1Speed:: dw
|
||||
\1SpclAtk:: dw
|
||||
\1SpclDef:: dw
|
||||
\1StatsEnd::
|
||||
\1Type::
|
||||
\1Type1:: db
|
||||
\1Type2:: db
|
||||
|
Reference in New Issue
Block a user