diff --git a/png/sprite/player-stand.png b/png/sprite/player-stand.png new file mode 100644 index 0000000..a66e6ad Binary files /dev/null and b/png/sprite/player-stand.png differ diff --git a/png/sprite/player.png b/png/sprite/player.png index e151969..ee3aaa9 100644 Binary files a/png/sprite/player.png and b/png/sprite/player.png differ diff --git a/src/player.s b/src/player.s index 002c0e2..a5622b5 100644 --- a/src/player.s +++ b/src/player.s @@ -12,11 +12,15 @@ PLAYER_Y:: dw PLAYER_DIR:: db PLAYER_STATE:: db +PLAYER_FRAME:: db PLAYER_VY:: dw PLAYER_INV:: ds (2 * PLAYER_INV_SIZE) Section "Player Code", ROM0 +standSprites: + INCBIN "png/sprite/player-stand.2bpp" + spriteData: INCBIN "png/sprite/player.2bpp" @@ -367,4 +371,4 @@ Player_AddInvItem:: ; Remove item(s) from the player's inventory ; @param b Item ID -; @param c Item quantity \ No newline at end of file +; @param c Item quantity