| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-08 | Merge pull request #701 from Henny022p/cleanup/250302HEADmaster | Henny022p | |
| Various code cleanup changes | |||
| 2026-02-08 | Merge pull request #699 from Henny022p/fix-script-s-symbols | Henny022p | |
| fix function symbols in script.s | |||
| 2025-03-09 | cleanup headers | Henny022p | |
| 2025-03-02 | fix function symbols in script.s | Henny022p | |
| 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-01-12 | rename gUnk_020000B0 to gEnemyTarget and move it to a header | Henny022p | |
| 2024-01-06 | Add more tilemap documentation | octorock | |
| 2024-01-06 | Rename vvv to actTile | octorock | |
| 2024-01-06 | Rename metaTiles | octorock | |
| Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles. | |||
| 2024-01-06 | Merge branch 'master' into tilemap-docs | octorock | |
| 2024-01-01 | gustjar player fields | theo3 | |
| 2024-01-01 | npc5 document | theo3 | |
| 2023-12-31 | define collisions | theo3 | |
| 2023-12-31 | document tile asm functions | theo3 | |
| 2023-12-30 | create enemy struct and enemy flags | theo3 | |
| 2023-12-30 | label BounceUpdate asm | theo3 | |
| 2023-12-31 | Merge branch 'master' into tilemap-docs | octorock | |
| 2023-12-29 | label some asm functions | theo3 | |
| 2023-12-28 | message definitions | theo3 | |
| 2023-07-05 | Use metatile enum | octorock | |
| 2023-06-24 | Create enums for Vvvs and MetaTiles | octorock | |
| 2023-06-17 | Extract KeyValuePairs | octorock | |
| 2023-06-10 | Extract some map data definitions | octorock | |
| 2023-06-01 | Document some screen shake data | octorock | |
| 2023-05-31 | Merge remote-tracking branch 'upstream/master' into tilemap-docs | octorock | |
| 2023-05-05 | Some comments and label names for GetFuserId | Catobat | |
| 2023-01-08 | Name some more functions in common.c | Catobat | |
| 2023-01-04 | remove fake global gUnk_02021F70 | Henny022p | |
| part of gBG1Buffer | |||
| 2023-01-04 | remove fake global gUnk_020344F0 | Henny022p | |
| part of gBG2Buffer | |||
| 2022-12-21 | Fix paths | octorock | |
| 2022-12-11 | Extract dungeon maps | octorock | |
| 2022-10-08 | Extract some data | octorock | |
| And split up subtasks and world events. | |||
| 2022-08-09 | Document some player item stuff | octorock | |
| 2022-06-11 | Decompile some functions | octorock | |
| 2022-04-15 | Removed Fake Global gCosinePosition | Ibot02 | |
| It wasn't actually used in c, and having it the way we did made accesses to gSineTable rely on out-of-bounds accesses to gSineTable (which then accessed gCosineTable since they were consecutive) | |||
| 2022-03-28 | naming | theo3 | |
| 2022-03-27 | player asm stuff | theo3 | |
| 2022-03-27 | player asm wip | theo3 | |
| 2022-03-17 | cleanup | theo3 | |
| 2022-03-16 | move handwritten asm to src | theo3 | |
