no, i'm not dead yet

This commit is contained in:
ShaffyYoutube 2019-05-08 12:04:16 +02:00
parent ee7c1ab282
commit 54b4b1d685
18 changed files with 17 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -66,6 +66,7 @@ _spriteluaconsolemessages equ 1
.include Graphics/RhythmGame/Toss2/toss2.asm .include Graphics/RhythmGame/Toss2/toss2.asm
.include Graphics/RhythmGame/Remix8/remix8.asm .include Graphics/RhythmGame/Remix8/remix8.asm
.include Graphics/ToysMenu/Toys/toys.asm .include Graphics/ToysMenu/Toys/toys.asm
.include Graphics/EndlessMenu/games/games.asm
.include Graphics/WarningScreen/warningscreen.asm .include Graphics/WarningScreen/warningscreen.asm
.include asm_relocate.asm .include asm_relocate.asm

View File

@ -87,6 +87,8 @@ DSDecmp.exe -c lz10 Graphics/ToysMenu/Toys/d08208_horse_tile2.bin Graphics/ToysM
DSDecmp.exe -c lz10 Graphics/ToysMenu/Toys/cda118_meow_tile1.bin Graphics/ToysMenu/Toys/cda118_meow_tile1 DSDecmp.exe -c lz10 Graphics/ToysMenu/Toys/cda118_meow_tile1.bin Graphics/ToysMenu/Toys/cda118_meow_tile1
DSDecmp.exe -c lz10 Graphics/ToysMenu/Toys/cdbacc_rap_tile1.bin Graphics/ToysMenu/Toys/cdbacc_rap_tile1 DSDecmp.exe -c lz10 Graphics/ToysMenu/Toys/cdbacc_rap_tile1.bin Graphics/ToysMenu/Toys/cdbacc_rap_tile1
DSDecmp.exe -c lz10 Graphics/ToysMenu/Toys/cdd0d4_love_tile1.bin Graphics/ToysMenu/Toys/cdd0d4_love_tile1 DSDecmp.exe -c lz10 Graphics/ToysMenu/Toys/cdd0d4_love_tile1.bin Graphics/ToysMenu/Toys/cdd0d4_love_tile1
DSDecmp.exe -c lz10 Graphics/EndlessMenu/games/c702d0_upbeat_tile1.bin Graphics/EndlessMenu/games/c702d0_upbeat_tile1
DSDecmp.exe -c lz10 Graphics/EndlessMenu/games/c34478_head_tile1.bin Graphics/EndlessMenu/games/c34478_head_tile1
rhcomp.exe Graphics/RhythmGame/CCCA5C_MiscGraphics.bin rhcomp.exe Graphics/RhythmGame/CCCA5C_MiscGraphics.bin
rhcomp.exe Graphics/EndlessMenu/cc4a00_endless_tilemap.bin rhcomp.exe Graphics/EndlessMenu/cc4a00_endless_tilemap.bin
rhcomp.exe Graphics/ToysMenu/cd931c_toys_screen_map.bin rhcomp.exe Graphics/ToysMenu/cd931c_toys_screen_map.bin

View File

@ -356,13 +356,17 @@
08D6988E .byt:000E 08D6988E .byt:000E
08D6989C x93037e_assembly1 08D6989C x93037e_assembly1
08D6989C .byt:000E 08D6989C .byt:000E
08D698AC d1ad4c_warningscreen_tile 08D698AC c702d0_upbeat_tile1
08D698AC .byt:0A75 08D698AC .byt:1360
08D6A324 d1ad4c_warningscreen_tile_map_dat 08D6AC0C c34478_head_tile1
08D6A324 .byt:0466 08D6AC0C .byt:054A
08D6A78C d1ad4c_warningscreen_tile_map_rle 08D6B158 d1ad4c_warningscreen_tile
08D6A78C .byt:008F 08D6B158 .byt:0A75
08D6A81B d1ad4c_warningscreen_tile_map_rle_end 08D6BBD0 d1ad4c_warningscreen_tile_map_dat
08D6BBD0 .byt:0466
08D6C038 d1ad4c_warningscreen_tile_map_rle
08D6C038 .byt:008F
08D6C0C7 d1ad4c_warningscreen_tile_map_rle_end
08CD7948 .dbl:0004 08CD7948 .dbl:0004
0890CEF6 .byt:0014 0890CEF6 .byt:0014
0890CEE8 .byt:000E 0890CEE8 .byt:000E
@ -1025,6 +1029,8 @@
08930608 .dbl:0004 08930608 .dbl:0004
08930386 .byt:0008 08930386 .byt:0008
08930394 .byt:0008 08930394 .byt:0008
08C702D0 .dbl:0004
08C34478 .dbl:0004
08D1AD4C .dbl:0004 08D1AD4C .dbl:0004
08D1B00C .dbl:0004 08D1B00C .dbl:0004
08D1B010 .dbl:0004 08D1B010 .dbl:0004

View File

@ -53,5 +53,6 @@
.include Graphics/RhythmGame/Toss2/toss2_relocate.asm .include Graphics/RhythmGame/Toss2/toss2_relocate.asm
.include Graphics/RhythmGame/Remix8/remix8_relocate.asm .include Graphics/RhythmGame/Remix8/remix8_relocate.asm
.include Graphics/ToysMenu/Toys/toys_relocate.asm .include Graphics/ToysMenu/Toys/toys_relocate.asm
.include Graphics/EndlessMenu/games/games_relocate.asm
.include Graphics/WarningScreen/warningscreen_relocate.asm .include Graphics/WarningScreen/warningscreen_relocate.asm
;eof ;eof