summaryrefslogtreecommitdiff
path: root/src/npc/zelda.c
AgeCommit message (Expand)Author
2025-03-09cleanup unused and transitive includesHenny022p
2025-03-09cleanup headersHenny022p
2024-01-06Rename metaTilesoctorock
2023-12-31Merge branch 'master' into tilemap-docsoctorock
2023-12-30Fix formatoctorock
2023-12-30Use new entity struct for playeroctorock
2023-12-30Invert NENT_DEPRECATED defineoctorock
2023-12-30Create new entity structs for enemiesoctorock
2023-12-28clean up linkAnimation.ctheo3
2023-12-28Merge branch 'master' into tilemap-docsoctorock
2023-08-01Create new entity structs for NPCsoctorock
2023-08-01Add documentation head to all NPCsoctorock
2023-07-05Use metatile enumoctorock
2023-06-24Create enums for Vvvs and MetaTilesoctorock
2022-10-08Extract some dataoctorock
2022-04-15Put const data into zelda and mutohTal Hayon
2022-04-01Use fixed point macros where possibleTal Hayon
2022-03-28name remaining entity fieldstheo3
2022-03-27player asm wiptheo3
2022-03-17cleanuptheo3
2022-02-18Add playeritem enum and use ids and kinds in all Findentity callsTal Hayon
2022-01-30Use npc enum when possibleTal Hayon
2022-01-29Use EntityFlags enum where applicableTal Hayon
2022-01-21fixed point stufftheo3
2022-01-03naming worktheo3
2021-12-28rename files, sort asm into subdirectoriestheo3
2021-12-28Identify player functions and update asm.htheo3
2021-12-27finish player.ctheo3
2021-12-25name asm funcstheo3
2021-12-20header overhaultheo3
2021-12-14cleanuptheo3
2021-12-12overworldtheo3
2021-11-12remove redundant unionstheo3
2021-11-04entity changes, textbox changestheo3
2021-03-22Mergetheo3
2021-03-21fix entity.c search prototypes, add documentationtheo3
2021-03-15Merge branch 'master' into cleanup_declarationsHenny022p
2021-03-15more cleanupHenny022p
2021-03-09Readd void parametersoctorock
2021-03-09big cleanup part 1Henny022p
2021-03-09named some stuffHenny022p
2021-03-07Fix parameters for all functions called from scriptsoctorock
2021-03-06started naming script stuffHenny022p
2021-03-06Reset changes to script.coctorock
2021-03-06Add notes to script.coctorock
2021-02-28resolve sfx callstheo3
2021-02-26tmptheo3
2021-02-19moved script related functions from functions.h to script.hHenny022p
2021-02-19use proper function pointer in sub_0807DDACHenny022p
2021-01-15executeScriptCommandSet: Split stuff into headers.Ibot02