diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-02-21 13:06:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-21 15:06:22 -0300 |
| commit | 6f60872ddbce56d7cb0299a53610519e349c383d (patch) | |
| tree | e4906ed2692d95d1e192e46fa7ce773d21f835e2 /src/boot_O2_g3 | |
| parent | 9297e6dd5220dd4aac84ab67e99d4a1a64f77b02 (diff) | |
Lens docs (#1123)
* match MirRay_ReflectedBeam
* match Actor_DrawLensActors
* match func_80B9E8D4
* lens docs
* more lens docs
* fix
* cleanup
* move define down
* Actor_AddToLensActors
* small comment adj
* add one more comment
* fix bss
Diffstat (limited to 'src/boot_O2_g3')
| -rw-r--r-- | src/boot_O2_g3/CIC6105.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot_O2_g3/CIC6105.c b/src/boot_O2_g3/CIC6105.c index 78eed1a77..4745ad5c8 100644 --- a/src/boot_O2_g3/CIC6105.c +++ b/src/boot_O2_g3/CIC6105.c @@ -1,3 +1,4 @@ +#include "prevent_bss_reordering.h" #include "global.h" UNK_TYPE4 D_8009BE30; |
