Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txt

This commit is contained in:
luckytyphlosion
2020-07-04 18:14:40 -04:00
parent aecf2dbf6e
commit d7df6bf6e3
8 changed files with 30 additions and 77 deletions
-2
View File
@@ -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)