Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cellanim credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ ctrTeppan_klonoa.zlib - Aaronloll
ctrTeppan_remix2.zlib - ???
ctrTeppan_SIR.zlib - EpicHaxGuy
ctrTeppan_wackyworkbench.zlib - deni_iguess
ctrTeppan_RMSpace.zlib - Clicktuck
ctrWoodCat_bomb.zlib - Alm
ctrWoodCat_klonoaheroes.zlib - Sofuto
ctrWoodCat_klonoa.zlib - Aaronloll
Expand All @@ -115,6 +116,7 @@ ntrBackbeat_remix6.zlib - ???
ntrBackbeat_sandcanyon.zlib - deni_iguess
ntrBackbeat_v1.zlib - ???
ntrBackbeat_v2.zlib - ???
ntrBackbeat_RMSpace.zlib - Clicktuck
ntrBlueBirds_2.zlib - ???
ntrBlueBirds_bomb.zlib - Alm
ntrBlueBirds_rmx2.zlib - ???
Expand Down Expand Up @@ -314,4 +316,4 @@ skiMeat_arrange.zlib - Seanski2
skiMeat_tofu.zlib - Seanski2
swfSoumen_waluigi.zlib - EpicHaxGuy
VeryNormalMarchers.zlib - ???
winKarate_Mania.zlib - ???
winKarate_Mania.zlib - ???
Binary file added romfs/cellanim/ctrTeppan_RMSpace.zlib
Binary file not shown.
Binary file added romfs/cellanim/ntrBackbeat_RMSpace.zlib
Binary file not shown.
12 changes: 9 additions & 3 deletions tickflow/utils/endless/loadGames.tickflow
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@ endif
rest 0xC
0xB2<1> cellanim_slot
if 1
random 5
random 6
switch
case 0
set_cellanim 4, u"rom:/cellanim/ctrTeppan_long.zlib", -1
Expand All @@ -1767,6 +1767,9 @@ if 1
case 4
set_cellanim 4, u"rom:/cellanim/ctrTeppan_wackyworkbench.zlib", -1
break
case 5
set_cellanim 4, u"rom:/cellanim/ctrTeppan_RMSpace.zlib", -1
break
endswitch
game_cellanim 0x3E, 4
0xB3<1> cellanim_slot, 0
Expand Down Expand Up @@ -4385,7 +4388,7 @@ rest 0xC
0xB2<1> cellanim_slot
if 1
set_sfx 4, u"GROUP_NTR_BACKBEAT"
random 7
random 8
switch
case 0
set_cellanim 4, u"rom:/cellanim/ntrBackbeat_v0.zlib", -1
Expand All @@ -4408,6 +4411,9 @@ if 1
case 6
set_cellanim 4, u"rom:/cellanim/ntrBackbeat_candymountain.zlib", -1
break
case 7
set_cellanim 4, u"rom:/cellanim/ntrBackbeat_RMSpace.zlib", -1
break
endswitch
game_cellanim 0xF, 4
0xB3<1> cellanim_slot, 0
Expand Down Expand Up @@ -6263,4 +6269,4 @@ else
game_effect 0x39, 5
0xB3<1> cellanim_slot, 1
endif
return
return