diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-09-24 11:39:39 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-09-24 11:39:39 -0400 |
| commit | c299cf10675164502a7c487a29014b2927a403c0 (patch) | |
| tree | 9b86cf7c96cb46e35a38a7f7b018efb032fabbcb /data/maps | |
| parent | Add constants and table macros for the map sprite sets (#392) (diff) | |
| download | pokeyellow-c299cf10675164502a7c487a29014b2927a403c0.tar.gz pokeyellow-c299cf10675164502a7c487a29014b2927a403c0.tar.xz pokeyellow-c299cf10675164502a7c487a29014b2927a403c0.zip | |
Use a SPRITE_SET_LENGTH constant
Diffstat (limited to 'data/maps')
| -rw-r--r-- | data/maps/sprite_sets.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/maps/sprite_sets.asm b/data/maps/sprite_sets.asm index 23274aa2..76ddee34 100644 --- a/data/maps/sprite_sets.asm +++ b/data/maps/sprite_sets.asm @@ -63,8 +63,7 @@ SplitMapSpriteSets: assert_table_length NUM_SPLIT_SETS SpriteSets: - ; each sprite set has 9 walking sprites and 2 still sprites - table_width 9 + 2, SpriteSets + table_width SPRITE_SET_LENGTH, SpriteSets ; SPRITESET_PALLET_VIRIDIAN db SPRITE_BLUE |
