From 92b05fc64952a02b868d4256c09419635c36e7f4 Mon Sep 17 00:00:00 2001 From: Randy Thiemann Date: Thu, 26 Oct 2023 16:41:55 +0200 Subject: [PATCH] Add bone tile. --- bin/DMGTRIS.GBC | Bin 65536 -> 65536 bytes src/include/globals.asm | 1 + src/include/hardware.inc | 2 +- src/res/sources/tiles.gbr | Bin 39009 -> 39009 bytes src/res/tiles.inc | 4 ++-- 5 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bin/DMGTRIS.GBC b/bin/DMGTRIS.GBC index b82ba012e03e830da9b50f08d091bc6b1b85ee46..ce7d655075d25d9f631517071a62af6fc2bf2d19 100644 GIT binary patch delta 62 zcmZo@U}6n$cI0Hd@8hq{8UMg}431fV`Mv%fhh4wI7u J7PJ0G0=U8P5;Fh* diff --git a/src/include/globals.asm b/src/include/globals.asm index 8936697..c2ba887 100644 --- a/src/include/globals.asm +++ b/src/include/globals.asm @@ -160,6 +160,7 @@ DEF TILE_SELECTED EQU 193 DEF TILE_UNSELECTED EQU 194 DEF TILE_BLANK EQU 1 DEF TILE_PIECE_SMALL_0 EQU 233 +DEF TILE_PIECE_BONE EQU 126 ; Button mode. DEF BUTTON_MODE_NORM EQU 0 diff --git a/src/include/hardware.inc b/src/include/hardware.inc index 941350c..a878668 100644 --- a/src/include/hardware.inc +++ b/src/include/hardware.inc @@ -61,7 +61,7 @@ DEF HARDWARE_INC EQU 1 ; Uncomment this line to build a rom with the registers scrambled for the analogue pocket. -;DEF BUILD_POCKET EQU 1 +; DEF BUILD_POCKET EQU 1 ; Usage: rev_Check_hardware_inc ; Examples: rev_Check_hardware_inc 4.1.2 diff --git a/src/res/sources/tiles.gbr b/src/res/sources/tiles.gbr index 303c623644841b43fc33cbafe5d9609112aad6ab..6a58efbc8c6a4be2a23b456e1b41209f52b99520 100644 GIT binary patch delta 63 zcmaF3f$8A}rVR%a7#TMoRN(TTd^(hS@&#=UA!cS~MlgcYlQ)D&Pd=+IHTir2*Jk|! JEsco<8~||~5*7de delta 42 ycmaF3f$8A}rVR%a7@0R8RN(TT>|O0JS%6V$^7#U;&H4pe8XS^LIS(b7LYM$#e-2;( diff --git a/src/res/tiles.inc b/src/res/tiles.inc index 2c95364..4e630bc 100644 --- a/src/res/tiles.inc +++ b/src/res/tiles.inc @@ -272,8 +272,8 @@ Tiles:: DB $00,$FF,$55,$FF,$FF,$FF,$00,$00 DB $DB,$E7,$A5,$C3,$42,$81,$91,$00 DB $42,$81,$A5,$C3,$DB,$E7,$00,$00 - DB $00,$00,$00,$00,$00,$00,$00,$00 - DB $00,$00,$00,$00,$00,$00,$00,$00 + DB $FF,$FF,$FF,$99,$FF,$BD,$FF,$BD + DB $FF,$BD,$FF,$99,$FF,$FF,$00,$00 DB $00,$00,$00,$00,$00,$00,$3C,$3C DB $00,$00,$00,$00,$00,$00,$00,$00 DB $00,$00,$18,$18,$18,$18,$30,$30