Skip to content

Commit

Permalink
why the fuck is this uncommitted, i havent worked on this in a week
Browse files Browse the repository at this point in the history
  • Loading branch information
bitten2up committed Jan 9, 2025
1 parent 1a3f031 commit e3b13ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/b_battle.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static void b_battleMain()
r_sprite(&bitgame.enemy.entitySprite);
}

void b_battleAttack()
static void b_battleAttack()
{
// TODO: make a menu framework, this will do for now though

Expand Down
4 changes: 3 additions & 1 deletion src/bit_game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* main game loop
************************************************************/
// Horible, despratly needs to be cleaned up...
//
// 2024, seems better

////////////////////////////////////////////////////////////
// Headers
Expand Down Expand Up @@ -100,7 +102,7 @@ void bit_main()
break;
case battle:
#ifdef DISCORD
updateDiscordPresence("Battling", "herself");
updateDiscordPresence("Battling", "herself?????");
#endif
b_battle();
break;
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//----------------------------------------------------------
// main.cpp
/***********************************************************
* this file setus up everything
* this file sets up everything
************************************************************/

////////////////////////////////////////////////////////////
Expand Down

0 comments on commit e3b13ea

Please sign in to comment.