index
:
tmc
gh-pages
master
Decompilation of The Legend of Zelda: The Minish Cap
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
object
/
houseDoorExterior.c
Age
Commit message (
Expand
)
Author
2025-03-09
cleanup headers
Henny022p
2023-12-30
Use new entity struct for player
octorock
2023-12-30
Invert NENT_DEPRECATED define
octorock
2023-12-28
clean up linkAnimation.c
theo3
2023-12-28
fix fakematch in LinkHoldingItem_Action3
theo3
2023-07-31
Create new entity structs for Objects
octorock
2022-08-09
Document some player item stuff
octorock
2022-07-25
Rename objects
octorock
2022-04-17
Put const data in houseDoorExterior
Tal Hayon
2022-03-28
name remaining entity fields
theo3
2022-03-25
Fix a lot of pointer comparisons to 0 (or nothing) to explicitly use NULL
Elliptic Ellipsis
2022-03-05
Decompile houseDoorInterior
Tal Hayon
2022-02-18
Decompile BossDoor
octorock
2022-02-18
Decompile ChestSpawner
octorock
2022-01-29
Use EntityFlags enum where applicable
Tal Hayon
2022-01-03
naming work
theo3
2022-01-02
PlayerNormal ok
theo3
2021-12-28
rename files, sort asm into subdirectories
theo3
2021-12-27
dungeon stuff
theo3
2021-12-20
header overhaul
theo3
2021-12-14
cleanup
theo3
2021-12-12
overworld
theo3
2021-11-12
remove redundant unions
theo3
2021-05-02
use object enum in object creation
Henny022p
2021-03-28
merge changes
Henny022p
2021-03-24
Split data_0811E750.s and extract pointers
octorock
2021-03-23
finished sound enum
Henny022p
2021-03-23
naming and moving stuff
Henny022p
2021-03-15
several more player functions done
theo3
2021-03-09
named some stuff
Henny022p
2021-03-07
Fix parameters for all functions called from scripts
octorock
2021-02-28
create object enum and update entity type struct
theo3
2021-02-28
more symbols
theo3
2021-02-26
Merge remote-tracking branch 'upstream/master' into proxy_naming
theo3
2021-02-26
tmp
theo3
2021-02-19
clang-format pass and workflow
theo3
2021-02-19
moved script related functions from functions.h to script.h
Henny022p
2021-02-19
improved signature of StartCutscene
Henny022p
2021-02-19
cleaned some usage of ExecuteScriptCommandSet
Henny022p
2021-01-18
manager28.c: ok
Ibot02
2020-11-13
clang-format and newlines
theo3
2020-08-08
renamed all occurences of "link" to "player"
theo3
2020-08-04
Decompile houseDoorExterior.c
Marcus Huderle