aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorNarishma-gb <194818981+Narishma-gb@users.noreply.github.com>2025-11-27 19:39:25 +0100
committerGitHub <noreply@github.com>2025-11-27 13:39:25 -0500
commit3a4382c6055e21da72357dd18638947a2acbbda9 (patch)
treecb383fbd6a0dc57e3b0f9e9483c2a3f898f42f96 /macros
parentAvoid magic numbers for most `CopyData` calls (#542) (diff)
downloadpokeyellow-3a4382c6055e21da72357dd18638947a2acbbda9.tar.gz
pokeyellow-3a4382c6055e21da72357dd18638947a2acbbda9.tar.xz
pokeyellow-3a4382c6055e21da72357dd18638947a2acbbda9.zip
Use more Pokemon data constants, create MOVE_NAME_LENGTH (#543)
Diffstat (limited to 'macros')
-rw-r--r--macros/ram.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/macros/ram.asm b/macros/ram.asm
index 61358434..5f7c5228 100644
--- a/macros/ram.asm
+++ b/macros/ram.asm
@@ -4,8 +4,6 @@ MACRO? flag_array
ds ((\1) + 7) / 8
ENDM
-DEF BOX_STRUCT_LENGTH EQU 25 + NUM_MOVES * 2
-
MACRO box_struct
\1Species:: db
\1HP:: dw