summaryrefslogtreecommitdiff
path: root/src/engine/fox_game.c
diff options
context:
space:
mode:
authorSonicDcer <alejandro.asenjo88@gmail.com>2025-05-25 22:25:19 -0300
committerSonicDcer <alejandro.asenjo88@gmail.com>2025-05-25 22:25:19 -0300
commitadc650af4b5be3326501be1a5c3b5fdacf085724 (patch)
tree76ae1f6cdafd63cb82bbf2812e52fb420ba3a44e /src/engine/fox_game.c
parent9c87f7092fba5d4ba30be3c2b52f9c0b90dce45e (diff)
format
Diffstat (limited to 'src/engine/fox_game.c')
-rw-r--r--src/engine/fox_game.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/engine/fox_game.c b/src/engine/fox_game.c
index a0266dc6..9591dad8 100644
--- a/src/engine/fox_game.c
+++ b/src/engine/fox_game.c
@@ -569,11 +569,11 @@ void Game_Update(void) {
Radio_Draw();
if (gShowHud) {
HUD_Draw();
- CALL_CANCELLABLE_EVENT(DrawEdgeArrowsHUDEvent){
+ CALL_CANCELLABLE_EVENT(DrawEdgeArrowsHUDEvent) {
HUD_EdgeArrows_Update();
}
}
- CALL_CANCELLABLE_EVENT(DrawBossHealthHUDEvent){
+ CALL_CANCELLABLE_EVENT(DrawBossHealthHUDEvent) {
HUD_DrawBossHealth();
}
}
@@ -605,15 +605,15 @@ void Game_Update(void) {
if (!partialFill) {
Graphics_FillRectangle(&gMasterDisp, OTRGetRectDimensionFromLeftEdge(0), 0,
- OTRGetRectDimensionFromRightEdge(SCREEN_WIDTH), SCREEN_HEIGHT,
- gFillScreenRed, gFillScreenGreen, gFillScreenBlue, gFillScreenAlpha);
+ OTRGetRectDimensionFromRightEdge(SCREEN_WIDTH), SCREEN_HEIGHT, gFillScreenRed,
+ gFillScreenGreen, gFillScreenBlue, gFillScreenAlpha);
}
Audio_dummy_80016A50();
// @port: @event: Call GamePostUpdateEvent
CALL_EVENT(GamePostUpdateEvent);
- gLastPathTexScroll = gPathTexScroll;
+ gLastPathTexScroll = gPathTexScroll;
}
}