summaryrefslogtreecommitdiff
path: root/src/code/z_map_mark.c
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2022-02-13 00:29:48 +0100
committerGitHub <noreply@github.com>2022-02-13 00:29:48 +0100
commited0daabf98a92ab0232dcfb9ea071bd3411b762e (patch)
treef4732c1708fd47480cdbd032899b76995b735723 /src/code/z_map_mark.c
parent8926b0858247a1861a045af9cf33ce616054945e (diff)
Run formatter (#1139)
Diffstat (limited to 'src/code/z_map_mark.c')
-rw-r--r--src/code/z_map_mark.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/code/z_map_mark.c b/src/code/z_map_mark.c
index a096a9b56..8718b8de4 100644
--- a/src/code/z_map_mark.c
+++ b/src/code/z_map_mark.c
@@ -63,10 +63,10 @@ void MapMark_Init(GlobalContext* globalCtx) {
Overlay_Load(overlay->vromStart, overlay->vromEnd, overlay->vramStart, overlay->vramEnd, overlay->loadedRamAddr);
sLoadedMarkDataTable = gMapMarkDataTable;
- sLoadedMarkDataTable = (void*)(u32)((overlay->vramTable != NULL)
- ? (void*)((u32)overlay->vramTable -
- (s32)((u32)overlay->vramStart - (u32)overlay->loadedRamAddr))
- : NULL);
+ sLoadedMarkDataTable = (void*)(u32)(
+ (overlay->vramTable != NULL)
+ ? (void*)((u32)overlay->vramTable - (s32)((u32)overlay->vramStart - (u32)overlay->loadedRamAddr))
+ : NULL);
}
void MapMark_ClearPointers(GlobalContext* globalCtx) {