Skip to content

Commit

Permalink
Update mix minigame config
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Nov 5, 2023
1 parent a29321a commit ffd373c
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
Binary file modified nitrofiles/bg/pestle_minigame.img
Binary file not shown.
Binary file modified nitrofiles/bg/pestle_minigame.map
Binary file not shown.
Binary file modified nitrofiles/bg/pestle_minigame.pal
Binary file not shown.
Binary file modified nitrofiles/bg/pipette_minigame.img
Binary file not shown.
Binary file modified nitrofiles/bg/pipette_minigame.map
Binary file not shown.
Binary file modified nitrofiles/bg/pipette_minigame.pal
Binary file not shown.
4 changes: 2 additions & 2 deletions source/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,8 @@ void Game::StartMenuScreen(bool debugMode)

if (debugFlag)
{
// StartGame(GAME_STORY_MODE);
// return;
StartGame(GAME_STORY_MODE);
return;
}

mode = MAIN_MENU;
Expand Down
2 changes: 1 addition & 1 deletion source/minigames.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class MixMinigame : public Minigame
const char PIPE_SPRITES_NAME[32] = "sprite/mixing_pipes";
const char MIX_BACKGROUND_NAME[32] = "bg/mix_minigame";
const u32 PIPE_OFFSET = 40;
const int TARGET_PIPE_POS[2] = { 110, 60 };
const int TARGET_PIPE_POS[2] = { 110, 64 };
const int TARGET_POS_VARIENCE = 2;
bool pipeInPlace = false;
int pipeInPlaceFrames = 0;
Expand Down

0 comments on commit ffd373c

Please sign in to comment.