aboutsummaryrefslogtreecommitdiff
path: root/tileset.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-05-07 17:01:22 +0200
committerAstatin <[email protected]>2025-05-07 17:01:22 +0200
commit4b02238d88af30c98b2f8d44e5200fb80b04bcad (patch)
treed69861ff5fe1ebed41f9697335948bde512f10f4 /tileset.gbasm
parent7284cc51dedb4f77fe6c1fa1da735b52609b1d4d (diff)
I was adding the frog and then broke everything to fix the viewport thingy
Diffstat (limited to 'tileset.gbasm')
-rw-r--r--tileset.gbasm20
1 files changed, 10 insertions, 10 deletions
diff --git a/tileset.gbasm b/tileset.gbasm
index 5dd99f3..93fa7f3 100644
--- a/tileset.gbasm
+++ b/tileset.gbasm
@@ -345,21 +345,21 @@ OBJ_Tile_Image_Data:
.Frog:
; Frog side
- .DB $00, $00, $38, $38, $7f, $47, $7c, $67, $7c, $47, $38, $3f, $40, $7f, $70, $7f ; 0x62
- .DB $40, $7f, $30, $3f, $10, $1f, $24, $3f, $4a, $7b, $9b, $fb, $94, $f7, $63, $63 ; 0x63
- .DB $00, $00, $00, $00, $e0, $e0, $10, $f0, $08, $f8, $04, $fc, $04, $fc, $04, $fc ; 0x64
- .DB $02, $fe, $02, $fe, $02, $fe, $82, $fe, $84, $fc, $e2, $fe, $02, $fe, $fe, $fe ; 0x65
+ .DB $00, $00, $3f, $3f, $7c, $47, $7c, $67, $7c, $47, $b8, $ff, $c0, $ff, $b8, $ff ; 0x62
+ .DB $40, $7f, $3c, $33, $10, $1f, $24, $3f, $4a, $7b, $9b, $fb, $92, $f3, $63, $63 ; 0x63
+ .DB $00, $00, $80, $80, $40, $c0, $30, $f0, $08, $f8, $04, $fc, $06, $fa, $0e, $f2 ; 0x64
+ .DB $3f, $e1, $4f, $f1, $87, $fb, $be, $fe, $b3, $cf, $fd, $ff, $01, $ff, $fe, $fe ; 0x65
; Frog back
- .DB $00, $00, $38, $38, $7f, $4f, $70, $5f, $60, $7f, $40, $7f, $40, $7f, $40, $7f ; 0x66
- .DB $a0, $ff, $b0, $ff, $90, $ff, $90, $ff, $90, $ff, $88, $ff, $8c, $ff, $f3, $f3 ; 0x67
- .DB $00, $00, $38, $38, $fc, $e4, $1c, $f4, $0c, $fc, $04, $fc, $04, $fc, $04, $fc ; 0x68
- .DB $0a, $fe, $1a, $fe, $12, $fe, $12, $fe, $12, $fe, $22, $fe, $62, $fe, $9e, $9e ; 0x69
+ .DB $00, $00, $3e, $3e, $41, $7f, $40, $7f, $60, $7f, $40, $7f, $40, $7f, $80, $ff ; 0x66
+ .DB $80, $ff, $b8, $c7, $fe, $91, $ff, $d0, $7f, $70, $cf, $f8, $8f, $fc, $ff, $ff ; 0x67
+ .DB $00, $00, $f8, $f8, $04, $fc, $04, $fc, $0c, $fc, $04, $fc, $04, $fc, $02, $fe ; 0x68
+ .DB $02, $fe, $3a, $c6, $fe, $12, $fe, $16, $fc, $1c, $e6, $3e, $e2, $7e, $fe, $fe ; 0x69
; Frog front
- .DB $00, $00, $38, $38, $7f, $47, $7c, $57, $7c, $47, $38, $3f, $43, $7f, $c3, $fc ; 0x6a
+ .DB $00, $00, $38, $38, $7f, $47, $7c, $57, $7c, $47, $78, $7f, $41, $7f, $c7, $fe ; 0x6a
.DB $87, $f8, $87, $f8, $83, $fc, $97, $fc, $94, $ff, $a2, $ff, $62, $7f, $7f, $7f ; 0x6b
- .DB $00, $00, $38, $38, $fc, $c4, $7c, $d4, $7c, $c4, $38, $f8, $84, $fc, $86, $7e ; 0x6c
+ .DB $00, $00, $38, $38, $fc, $c4, $7c, $d4, $7c, $c4, $3c, $fc, $84, $fc, $c6, $7e ; 0x6c
.DB $c2, $3e, $c2, $3e, $82, $7e, $d2, $7e, $52, $fe, $8a, $fe, $8c, $fc, $fc, $fc ; 0x6d
Animation_Sprites_Data: