summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-08Merge pull request #701 from Henny022p/cleanup/250302HEADmasterHenny022p
Various code cleanup changes
2026-02-08Merge pull request #700 from Henny022p/fix/libfmt-g++14Henny022p
fix libfmt compiler warnings with GCC 14
2026-02-08Merge pull request #699 from Henny022p/fix-script-s-symbolsHenny022p
fix function symbols in script.s
2026-02-08Merge pull request #697 from Henny022p/peahat-delta-speedHenny022p
Document Peahat
2026-02-08Merge pull request #696 from Henny022p/devcontainerHenny022p
Add Devcontainer configuration for easy development start
2025-03-09formattingHenny022p
2025-03-09cleanupHenny022p
2025-03-09cleanup unused and transitive includesHenny022p
2025-03-09disable PACKED and ALIGNED in CLionHenny022p
CLion does not like these macros when doing static analysis, so disable them for that. Does not affect build.
2025-03-09cleanup asm.hHenny022p
2025-03-09use gfx offset constantsHenny022p
2025-03-09cleanup structures.hHenny022p
2025-03-09cleanup headersHenny022p
2025-03-09name transition handler functionsHenny022p
2025-03-09cleanup graphics codeHenny022p
a bit
2025-03-09improve hole manager member namesHenny022p
2025-03-09cleanup hole managerHenny022p
2025-03-09more transition function cleanupHenny022p
2025-03-09add enum for transition shapeHenny022p
2025-03-09clean up some transition functionsHenny022p
2025-03-09replace ScreenTransitionData with TransitionHenny022p
the struct did exist twice
2025-03-09name flag fields in structsHenny022p
2025-03-03"fix" false positive null pointer dereference warningHenny022p
2025-03-03bump libfmt to 11.0.2 to fix compiler warnings with g++ 14Henny022p
11.1.0 introduced new conversion warnings, so we don't use that yet
2025-03-02fix function symbols in script.sHenny022p
Otherwise the functions are not recognized as functions and the exported symbols are missing the 1 bit to mark them as thumb. Happens to work out in the repo, because the functions are only ever called using bl, but the difference is notable when trying to use the symbols to do far calls using bx in romhacks.
2025-03-02confirm apt upgrade commandHenny022p
2025-03-02use RUN instead of ADD to get agbccHenny022p
2025-01-12document unknown members of PeahatHenny022p
2025-01-12rename gUnk_020000B0 to gEnemyTarget and move it to a headerHenny022p
2025-01-12add ssh-client to the devcontainer to allow git over sshHenny022p
2025-01-08add git to devcontainerHenny022p
2025-01-07add basic devcontainer setupHenny022p
2025-01-07introduce AGBCC_PATH config variableHenny022p
2024-02-16Remove fakematch for KinstoneMenu_080A4494 using DWORD (#694)KEKW555
* Remove fakematch for KinstoneMenu_080A4494 using DWORD * Fix fint
2024-02-16Use standard union for Div Mod (#693)KEKW555
* Cleanup ui.c div and mod * Cleanup divRem in pauseMenu.c * Add non matchings * Consistent defines * Restore comment
2024-01-21Patch 1 (#692)Lemeon
* True Match sub_080A5F48 matched sub_080A5F48 using typecast on Div. * True Match DrawChargeBar Matched DrawChargeBar using typecast on Div * Update ui.c changed gUnk_0200AF00 to gHUD. this change is not yet in the repo, which the nonmatch website uses * Update ui.c changes to how my code looks * Update ui.c ; * Update pauseMenu.c * Update ui.c * Update ui.c whitespace... * Update pauseMenu.c fighting with the lint system * Update ui.c that should be the right format now
2024-01-21Merge pull request #689 from KEKW555/KEKW555-patch-3Theo
2024-01-21Merge pull request #688 from KEKW555/KEKW555-patch-2Theo
2024-01-21Merge pull request #687 from tonyjih/masterTheo
2024-01-17Merge branch 'zeldaret:master' into masterTony Jih
2024-01-13Merge pull request #691 from octorock/fix-custom-buildTheo
2024-01-13Fix custom buildoctorock
Assign two null bytes to the correct compressed tile map.
2024-01-12Merge pull request #690 from octorock/tilemap-docsTheo
2024-01-07Move function casts to typedefKEKW555
2024-01-06Move function cast typedefKEKW555
2024-01-06Macro for Div and ModKEKW555
2024-01-06Make union consistent with other split union types.KEKW555
2024-01-06Add specific multi return macro for GetFuserId functionKEKW555
2024-01-06Remove generic macro for argument list safetyKEKW555
2024-01-06Fix formatoctorock