fix polyrhythm palette & Select to quit -> Select to Quit

This commit is contained in:
Shaffy 2022-11-03 12:55:42 +01:00
parent 594bb63358
commit 1d1acf0db1
12 changed files with 43 additions and 25 deletions

File diff suppressed because one or more lines are too long

View File

@ -98,11 +98,12 @@ tools\DSDecmp.exe -c lz10 src/Graphics/EndlessMenu/games/c702d0_upbeat_tile1.bin
tools\DSDecmp.exe -c lz10 src/Graphics/EndlessMenu/games/c34478_head_tile1.bin src/Graphics/EndlessMenu/games/c34478_head_tile1
tools\DSDecmp.exe -c lz10 src/Graphics/Warning_Screen/D1AD4C_warningscreen_tile.bin src/Graphics/Warning_Screen/D1AD4C_warningscreen_tile
tools\rhcomp.exe src/Graphics/Rhythm_Games/MiscGraphics/CCCA5C_MiscGraphics.bin
tools\rhcomp.exe src/Graphics/Rhythm_Games/Polyrhythm/C02628_built1_intro1map.bin
tools\rhcomp.exe src/Graphics/EndlessMenu/cc4a00_endless_tilemap.bin
tools\rhcomp.exe src/Graphics/EndlessMenu/games/C35F18_head_tilemap.bin
tools\rhcomp.exe src/Graphics/EndlessMenu/games/C360B0_head_tilemap.bin
tools\rhcomp.exe src/Graphics/ToysMenu/Toys/cdbe6c_rap_tilemap.bin
tools\rhcomp.exe src/Graphics/ToysMenu/Toys/cda400_meow_tilemap.bin
tools\rhcomp.exe src/Graphics/ToysMenu/Toys/cdbe6c_rap_tilemap.bin
tools\rhcomp.exe src/Graphics/ToysMenu/Toys/CDD5B8_love_tilemap.bin
tools\rhcomp.exe src/Graphics/ToysMenu/cd931c_toys_screen_map.bin
tools\rhcomp.exe src/Graphics/Drums/cc6ccc_drums_map.bin

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -9,4 +9,10 @@
.import src/Graphics/Rhythm_Games/Polyrhythm/8F6090_assembly0.bin
.org 0x088F60AA
.import src/Graphics/Rhythm_Games/Polyrhythm/8F60AA_assembly1.bin
.org 0x08C02628
.dw C02628_built1_intro1map_data
.org 0x08C02628+4
.dw C02628_built1_intro1map_rle
.org 0x08C02628+8
.dh C02628_built1_intro1map_rle_end - C02628_built1_intro1map_rle
;eof

View File

@ -7,4 +7,11 @@ c0212c_built1_intro1:
.align 4
c781ac_built1_tile1:
.import src/Graphics/Rhythm_Games/Polyrhythm/c781ac_built1_tile1.cdat
.align 4
C02628_built1_intro1map_data:
.import src/Graphics/Rhythm_Games/Polyrhythm/C02628_built1_intro1map.dat
.align 4
C02628_built1_intro1map_rle:
.import src/Graphics/Rhythm_Games/Polyrhythm/C02628_built1_intro1map.rle
C02628_built1_intro1map_rle_end:
;eof

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long