Add bone tile.

This commit is contained in:
Randy Thiemann 2023-10-26 16:41:55 +02:00
parent e172eb16a1
commit 92b05fc649
5 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -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

View File

@ -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 <min_ver>
; Examples: rev_Check_hardware_inc 4.1.2

Binary file not shown.

View File

@ -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