diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2021-10-11 19:28:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 15:28:16 -0300 |
| commit | 565b1f7579876e08f2898fe07549cb348a222e93 (patch) | |
| tree | 7de0a7fd533c48b057a715829ed4bc78c4ddd5f3 /src/boot_O2_g3 | |
| parent | d061f1c66653e0b35c3d2e8bd15ffdf5bf783877 (diff) | |
`flg_set.c` OK and documented (#335)
* Draw OK, Update very much not
* Flag table imported
* Update OK
* Actually OK this time
* Begin documenting
* Rename some stuff
* Rename functions
* spec
* Review
* Format
* Anghelo's review
* Fix lifemeter bss
* Format
* Missed one
* idle.c bss
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/idle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot_O2_g3/idle.c b/src/boot_O2_g3/idle.c index 4be8a1094..f2cded98c 100644 --- a/src/boot_O2_g3/idle.c +++ b/src/boot_O2_g3/idle.c @@ -1,3 +1,4 @@ +#include "prevent_bss_reordering.h" #include "global.h" u8 D_80096B20 = 1; |
