Dragorn421
92f081d7f3
Add skybox .h and cleanup, SkyboxDraw_
-> Skybox_
( #1435 )
...
* Add skybox .h and cleanup
* move forward declared structs to top of file
* `SkyboxDraw_` -> `Skybox_`
* format
* move more forward declared structs to top of file
2022-11-26 17:53:41 -05:00
Dragorn421
1a41694d58
Add enum for setup dls and name z_rcp.c
functions ( #1196 )
...
* Introduce `SetupDL` enum
* wip
* wip
* Remove comments on each setupdl index
* Name setup dl functions by setupdl index
* `Gfx_SetupDl` -> `Gfx_SetupDL`
* Run formatter
* globalctx -> play
* fix regressions
* `Gfx_SetupDL` -> `Gfx_SetupDL_` (add separating underscore)
* `CallSetupDL` -> `SetupDL`
2022-06-03 18:25:48 -04:00
petrie911
b18227e6ad
Decomp the remaining functions in vr_box and import its data ( #917 )
...
* stuff
* not quite there
* data imported
* fixed some things and adjusted sSetupDLs
* remove setup dls
* remove alloc casts
* format
* palette swap
* Update src/code/z_vr_box_draw.c
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
* improved loop matches
* fixed some comments
* format and adjustments
* palettes
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2021-09-21 04:48:43 -04:00
petrie911
e51f50f0ff
Decompile z_kankyo ( #956 )
...
* working
* start color switch
* progress
* progress
* progress on bgm func
* progress
* game over matched (except the rodata meme)
* start update
* progress
* lightning docs done
* progress
* progress
* progress
* progress
* progress
* can compile at least
* suns state, progress on kankyo_update
* some new names
* progress
* progress
* progress
* new functions
* cleanup
* more matches
* another match
* now functional
* format
* better match
* hugely improved update
* cleanup/review
* remove old changes
* review2
* review3
* missed one
* review4
* change asm filenames
* update doorwarp1
* review5
* Kankyo_ -> Environment_
* format
* merge master and format functions.h
Co-authored-by: Jacob Young <jacobly0@users.noreply.github.com>
Co-authored-by: fig <fig02srl@gmail.com>
Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
2021-09-20 12:51:35 -04:00
Tharo
cd9a2ed648
Some progress on z_vr_box.c ( #838 )
...
* z_vr_box.c progress
* Rename dpList to dlistBuf and SKYBOX_CLEAR_SKY to SKYBOX_NORMAL_SKY
* Fix
* renamed dlistBuf to dListBuf and split large string further
2021-07-04 11:43:04 -04:00
EllipticEllipsis
dadee87f94
Bombchu bowling OK ( #496 )
...
* All functions decompiled, most named
* asm deleted, spec and undefined_syms included
* missed a static
* Some cleanup on comments and osSyncPrintfs
* asm
Co-authored-by: fig02 <fig02srl@gmail.com>
2020-12-06 13:48:51 -05:00
fig02
3c5fe66dcd
Use macros for oGfxCtx accesses ( #465 )
...
* fix colliderinit typo
* fix initchain
* reloc
* add defines
* add defines
* missed some on merge
* rename gfxCtx and add comment
* remove space
2020-10-29 17:31:09 -04:00
Random
174af7384d
libultra cleanup ( #215 )
...
* cleanup libultra
* fixes
- use quotes instead of <> for includes
- add macros for zelda specific thread priorities
- fix Makefile
- properly format the remaining pfs structs
* fix button macros + add CHECK_BTN_ANY/CHECK_BTN_ALL
* remove ULTRA_ABS
* fix includes
* update z_player.c/z_lib.c + run format.sh
* merge upstream/master
* fix include in En_Goroiwa
* fix includes
2020-10-03 11:22:44 -04:00
Roman971
2a2fdf7f3e
Introduce OPEN_DISPS/CLOSE_DISPS macros ( #360 )
2020-08-29 19:00:17 -04:00
fig02
24ab14f748
Change Colors To Decimal ( #260 )
...
* fix colliderinit typo
* convert as many colors i can find to decimal
* fix GPACK_RGBA5551, merge fhgFire
* fix remaining colors
* remove unwanted file
* alpha as 1
2020-07-16 21:37:53 -04:00
Random
1a51ad5944
Decompile z_vr_box_draw.c ( #138 )
...
* Decompile z_vr_box_draw.c
* Rename vrbox to skybox
* run format.sh
2020-05-15 05:14:07 -04:00
Roman971
8cfe7cce9f
Format all src C files
2020-03-22 22:20:03 +01:00
Jack Walker
087f561f77
First proper commit.
2020-03-17 00:31:30 -04:00