diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-06-11 09:49:44 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-11 09:49:44 -0600 |
| commit | b594f112e05c46fa4f8da2e4be74ba1a28ee50b4 (patch) | |
| tree | 5b15245bb14120a8acac7c57ed4936525a5ed8d7 /src/buffers | |
| parent | 78a7d156c9a080fab1c530d2aa8210c6d4cf5596 (diff) | |
Update lus (#16)
* Updates
Diffstat (limited to 'src/buffers')
| -rw-r--r-- | src/buffers/buffers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffers/buffers.c b/src/buffers/buffers.c index 1218438a9..30a9e700e 100644 --- a/src/buffers/buffers.c +++ b/src/buffers/buffers.c @@ -4,8 +4,10 @@ #include "buffers.h" ALIGNED8 union_D_802BFB80 D_802BFB80; +// [nothing][screen][player] ALIGNED8 struct_D_802DFB80 D_802DFB80[2][2][8]; #ifdef AVOID_UB +// [buffer][screen][player] Buffer might be two separate buffers or something? ALIGNED8 struct_D_802F1F80 D_802F1F80[2][4][8]; #else ALIGNED8 u16 D_802F1F80[2][4][0x100 * 8]; |
