| 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 | document RoomVars struct | theo3 | |
| 2023-12-29 | label some asm functions | theo3 | |
| 2023-12-28 | message definitions | theo3 | |
| 2023-12-28 | Merge branch 'master' into tilemap-docs | octorock | |
| 2023-12-21 | Match sub_080A1270 (#657) | KEKW555 | |
| * Nuke asm/non_matching/objectB9 directory * Match sub_080A1270 | |||
| 2023-12-21 | Match sub_0801E31C (#656) | KEKW555 | |
| * Match sub_0801E31C * Nuke common folder * Remove unnecessary casts | |||
| 2023-12-17 | Restore evil spirit (#654) | KEKW555 | |
| * Delete asm/object directory * Restore evilSpirit.c * Sync linker * Delete data/const/object/evilSpirit.s * Update assets.json * Fix fields | |||
| 2023-12-17 | Match sub_0807D46C (#653) | KEKW555 | |
| * Nuke code_0807CC3C directory * Match sub0807D46C | |||
| 2023-12-17 | Match sub_080803D0 (#650) | KEKW555 | |
| 2023-12-17 | Match sub_0807D6D8 (#649) | KEKW555 | |
| 2023-12-10 | Match sub_08066490 (#648) | KEKW555 | |
| * Nuke sub_08066490.inc * Match sub_08066490 * Remove extra bracket | |||
| 2023-12-10 | Cleanup nonmatching folder (#646) | KEKW555 | |
| * Nuke InitSaveHeader.inc * Nuke pushableFurniture * Nuke KinstoneMenu_080A414C.inc * Nuke sub_080622F4.inc * Nuke ClearBit.inc * Nuke WriteBit.inc | |||
| 2023-12-09 | Match zmalloc (#644) | KEKW555 | |
| * Nuke zMalloc.inc * Match zMalloc * Fix comments | |||
| 2023-12-09 | Match last vram.c function. (#645) | KEKW555 | |
| * Nuke sub_080AE218.inc * Match last vram.c function * Minor coding blip | |||
| 2023-12-09 | Match sub_0801A570 (#643) | KEKW555 | |
| * Nuke sub_0801A570.inc * Match sub_0801A570 * Fix arg data type * Fix misc issues | |||
| 2023-12-09 | Match remaining playerUtils.c functions. (#642) | KEKW555 | |
| * Nuke sub_080784E4.inc * Nuke sub_0807A2F8.inc * Match remaining playerUtils functions * Fix build failures | |||
| 2023-12-03 | Match sub_080762D8 (#640) | KEKW555 | |
| * Nuke sub_080762D8.inc * Match sub_080762D8 * Fix field name * Fix field name v2 | |||
| 2023-12-03 | Match sub_0807D280 (#639) | KEKW555 | |
| * Nuke sub_0807D280.inc * Match sub_0807D280 * Removed unused vars | |||
| 2023-12-03 | Match sub_0801E49C (#638) | KEKW555 | |
| * Nuke sub_0801E49C.inc * Match sub_0801E49C * Fix data types * Match signature * Add typecast and referring function signature * Fix lint issue | |||
| 2023-12-03 | Match sub_08088160 (#637) | KEKW555 | |
| * Nuke asm/non_matching/figurineDevice/sub_08088160.inc * Match sub_08088160 * Remove headers * Update vars * Add JP & EU ifdefs * Revert field names | |||
| 2023-11-30 | Match sub_0807C8B0 | ThothWhatsThis | |
| 2023-11-30 | Match sub_0807BFD0 | ThothWhatsThis | |
| 2023-11-30 | Match sub_080789A8 | ThothWhatsThis | |
| 2023-11-29 | Delete asm/non_matching/playerUtils/sub_080792D8.inc | KEKW555 | |
| 2023-08-01 | Create new entity structs for NPCs | octorock | |
| 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-24 | Match DispCtrlSet | anonymous | |
| 2023-05-06 | Merge remote-tracking branch 'upstream/master' into interaction-stuff | Catobat | |
| 2023-05-05 | Some comments and label names for GetFuserId | Catobat | |
