1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-06 14:20:11 +00:00

Decompiles z_bg_ingate (#301)

* Decompiles z_bg_ingate

	* BgIngate_SetupAction
	* BgIngate_Init
	* BgIngate_Destroy
	* BgIngate_Update
	* func_80892990
	* func_80892890
	* BgIngate_Draw
Removes unused asm's
Formats z_bg_ingate.c

* Addresses PR comments

* Fixes usage of cutscene id instead of regular scene

* Addresses PR comments
This commit is contained in:
i82orbom 2020-08-04 20:30:46 +02:00 committed by GitHub
parent 91299ed21f
commit 34c73dda62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 91 additions and 293 deletions

1
.gitignore vendored
View file

@ -12,6 +12,7 @@ venv/
# Project-specific ignores
build/
expected/
notes/
baserom/
docs/doxygen/