diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-27 20:51:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 14:51:00 -0400 |
| commit | fbf797f1e26a163c75ff0785b5cf74598b43d516 (patch) | |
| tree | 62ebfb9501115edcb46a2c999af778c72f8828ce /src/code/main.c | |
| parent | d80e5383709ce77ac94eb7dbb40f906ad44af8a2 (diff) | |
[headers] Create `gfxalloc.h`, `map.h`, move protos to `gfx.h`, `z64{player,view}.h` (#2233)
* [headers] Create gfxalloc.h, map.h, move protos to z64{actor,player,view}.h
* oops
* bss
* comment on player_lib protos & format
* format map.h
* Move SCREEN_{WIDTH,HEIGHT} and SET_FULLSCREEN_VIEWPORT to z64view.h
* bss
* revert move screen_width/height
* bss
Diffstat (limited to 'src/code/main.c')
| -rw-r--r-- | src/code/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/main.c b/src/code/main.c index 85c629a89..aed8a5cea 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -23,7 +23,7 @@ extern struct IrqMgr gIrqMgr; #endif #pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-jp:160 gc-jp-ce:160 gc-jp-mq:160 gc-us:160 gc-us-mq:160" \ - "ntsc-1.2:158" + "ntsc-1.2:156" extern u8 _buffersSegmentEnd[]; |
