Skip to content

Commit

Permalink
minor dta cleanup to fix debug errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Feb 23, 2024
1 parent 733f4ba commit 99c8e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _ark/config/modifiers.dta
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
(mod_awesome unlocked)
(mod_blackvenue (activate {set $blackvenue TRUE} {modifier_mgr deactivate_modifier mod_nohud} #ifndef HX_EE {modifier_mgr deactivate_modifier mod_choose_venue} #endif {set $crowdsfx FALSE}) (deactivate {set $blackvenue FALSE} {set $crowdsfx TRUE}) unlocked)
(mod_songtitle unlocked)
#ifndef HX_OG
(mod_songtitlestats unlocked)
#endif
(mod_staticfills (activate {modifier_mgr deactivate_modifier mod_freestyledrums}) unlocked)
(mod_freestyledrums (activate {modifier_mgr deactivate_modifier mod_staticfills}) (disables (modifier_achievements_feature modifier_online_feature)) unlocked)
(mod_mididrum unlocked)
Expand Down
3 changes: 1 addition & 2 deletions _ark/drum_trainer/drum_trainer_menu.dta
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#ifdef HX_WII
(allow_home_menu TRUE)
#endif
(enter
{set $iamingamenow FALSE})
(SELECT_MSG
{if_else
{player_on_instrument $player_num kControllerDrum}
Expand Down Expand Up @@ -86,6 +84,7 @@
[player_num]}}
{ui goto_screen drum_trainer_loading_screen})
(enter
{set $iamingamenow FALSE}
{session clear})
(TRANSITION_COMPLETE_MSG
{if
Expand Down

0 comments on commit 99c8e6d

Please sign in to comment.