diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-07-04 18:14:40 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-07-04 18:14:40 -0400 |
commit | d7df6bf6e3b6066bef0bd0602b0b9c2d036f100a (patch) | |
tree | 84f7564fdc72867f44e9c5acf6b1dae78b5f13b6 /constants | |
parent | aecf2dbf6e26469cc40ab2c3aec155aecba7091b (diff) |
Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc_constants.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/constants/misc_constants.inc b/constants/misc_constants.inc index 959465a5a..1f4a6a23a 100644 --- a/constants/misc_constants.inc +++ b/constants/misc_constants.inc @@ -3,8 +3,6 @@ .set NULL, 0 - .set MOVE_NAME_LENGTH, 13 - .set SPRITE_SIZE_8x8, (OAM_SIZE_0 >> 28) | (OAM_SQUARE >> 14) .set SPRITE_SIZE_16x16, (OAM_SIZE_1 >> 28) | (OAM_SQUARE >> 14) .set SPRITE_SIZE_32x32, (OAM_SIZE_2 >> 28) | (OAM_SQUARE >> 14) |