Identify more unnamed labels

This commit is contained in:
Rangi
2020-06-29 12:25:58 -04:00
parent 022f9e6af1
commit f2efda1f68
9 changed files with 250 additions and 255 deletions

View File

@@ -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