aboutsummaryrefslogtreecommitdiff
path: root/tileset.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-09-05 15:29:27 +0200
committerAstatin <[email protected]>2025-09-05 15:29:27 +0200
commit03c359596bdacbf39cdc244d2f164d0ec94d5505 (patch)
tree7e4d8d8056b2560f550d68635caa2ae851c7b911 /tileset.gbasm
parent16c308b2567d1dddb44ca928fe376b4a6219744f (diff)
Add static human at campsiteHEADlatestmain
Diffstat (limited to 'tileset.gbasm')
-rw-r--r--tileset.gbasm22
1 files changed, 22 insertions, 0 deletions
diff --git a/tileset.gbasm b/tileset.gbasm
index d1126a7..a17dae4 100644
--- a/tileset.gbasm
+++ b/tileset.gbasm
@@ -394,6 +394,28 @@ Entity_Tile_Image_Data:
.Frog.end:
+.Human:
+
+ ; Human side
+ .DB $0f, $0f, $10, $1f, $1c, $13, $1e, $1d, $0f, $0a, $0f, $0d, $17, $19, $0f, $09 ; 0x6e
+ .DB $07, $07, $0a, $0d, $0f, $0f, $07, $06, $05, $07, $04, $07, $08, $0f, $0f, $0f ; 0x6f
+ .DB $c0, $c0, $20, $e0, $10, $f0, $08, $f8, $08, $f8, $88, $78, $c8, $b8, $d0, $b0 ; 0x70
+ .DB $f0, $f0, $a8, $78, $f4, $ec, $dc, $d4, $4c, $cc, $40, $c0, $20, $e0, $e0, $e0 ; 0x71
+
+ ; Human back
+ .DB $07, $07, $08, $0f, $10, $1f, $10, $1f, $10, $1f, $10, $1f, $10, $1f, $0f, $08 ; 0x72
+ .DB $0f, $0f, $0a, $0d, $1f, $1f, $1c, $17, $1c, $1f, $04, $07, $0c, $0f, $0f, $0f ; 0x73
+ .DB $c0, $c0, $20, $e0, $10, $f0, $10, $f0, $10, $f0, $10, $f0, $10, $f0, $e0, $20 ; 0x74
+ .DB $f8, $f8, $b8, $68, $e4, $fc, $7c, $d4, $7c, $fc, $40, $c0, $60, $e0, $e0, $e0 ; 0x75
+
+ ; Human front
+ .DB $07, $07, $08, $0f, $13, $1c, $17, $1b, $1f, $14, $1f, $16, $1e, $19, $1f, $14 ; 0x76
+ .DB $0f, $0f, $0d, $0a, $1f, $1f, $1c, $17, $1c, $1f, $04, $07, $08, $0f, $0f, $0f ; 0x77
+ .DB $c0, $c0, $20, $e0, $10, $f0, $90, $70, $d0, $b0, $f0, $d0, $f0, $50, $f0, $50 ; 0x78
+ .DB $f0, $f0, $78, $a8, $ec, $f4, $74, $dc, $7c, $fc, $40, $c0, $20, $e0, $e0, $e0 ; 0x79
+
+.Human.end:
+
Entity_Tile_Image_Data.end:
Animation_Sprites_Data: