mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
parent
e1f6bb5393
commit
95ec2cf039
139 changed files with 863 additions and 437 deletions
|
|
@ -5,6 +5,7 @@ overworld_sprite: MACRO
|
|||
ENDM
|
||||
|
||||
SpriteSheetPointerTable:
|
||||
table_width 4, SpriteSheetPointerTable
|
||||
; graphics, tile count
|
||||
overworld_sprite RedSprite, 12 ; SPRITE_RED
|
||||
overworld_sprite BlueSprite, 12 ; SPRITE_BLUE
|
||||
|
|
@ -78,3 +79,4 @@ SpriteSheetPointerTable:
|
|||
overworld_sprite GamblerAsleepSprite, 4 ; SPRITE_UNUSED_GAMBLER_ASLEEP_1
|
||||
overworld_sprite GamblerAsleepSprite, 4 ; SPRITE_UNUSED_GAMBLER_ASLEEP_2
|
||||
overworld_sprite GamblerAsleepSprite, 4 ; SPRITE_GAMBLER_ASLEEP
|
||||
assert_table_length NUM_SPRITES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue