diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2022-02-13 00:29:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-13 00:29:48 +0100 |
| commit | ed0daabf98a92ab0232dcfb9ea071bd3411b762e (patch) | |
| tree | f4732c1708fd47480cdbd032899b76995b735723 /src/code/z_map_mark.c | |
| parent | 8926b0858247a1861a045af9cf33ce616054945e (diff) | |
Run formatter (#1139)
Diffstat (limited to 'src/code/z_map_mark.c')
| -rw-r--r-- | src/code/z_map_mark.c | 8 |
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) { |
