mirror of
https://github.com/pret/pokegold.git
synced 2026-04-25 08:04:46 -05:00
7 lines
186 B
NASM
7 lines
186 B
NASM
ChrisStateSprites:
|
|
db PLAYER_NORMAL, SPRITE_CHRIS
|
|
db PLAYER_BIKE, SPRITE_CHRIS_BIKE
|
|
db PLAYER_SURF, SPRITE_SURF
|
|
db PLAYER_SURF_PIKA, SPRITE_SURFING_PIKACHU
|
|
db -1 ; end
|