mirror of https://github.com/nmlgc/ReC98.git
8 lines
208 B
NASM
8 lines
208 B
NASM
![]() |
INVINCIBILITY_SPRITE_COUNT = 8
|
||
|
|
||
|
public _invincibility_sprites
|
||
|
_invincibility_sprites label
|
||
|
dw INVINCIBILITY_SPRITE_COUNT dup (?)
|
||
|
dw INVINCIBILITY_SPRITE_COUNT dup (?)
|
||
|
dw INVINCIBILITY_SPRITE_COUNT dup (?)
|