| Age | Commit message (Collapse) | Author |
|
* Document src/n64dd/n64dd_error_headers.c
* Incorporate feedback from PR review.
(see also https://github.com/zeldaret/oot/pull/2667)
* Put translation of gN64DDLocalizedErrorNumberHeaders[0] in a line comment
(From feedback to https://github.com/zeldaret/oot/pull/2667)
|
|
|
|
* z64 - a
* z64 - b
* z64 - c
* z64 - d
* z64 - e
* z64 - f
* z64 - g
* z64 - h
* z64 - i
* z64 - l
* z64 - m
* z64 - o
* z64 - p
* z64 - q
* z64 - r
* z64 - s
* z64 - t
* z64 - v
* restore file
* fix merge
* fix merge
---------
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
|
|
|
|
* Import n64dd code from Decompollaborate/n64dd
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com>
* Don't stub out missing textures
* Remove @brief
* Add low-effort file comments
* Match OoT if style
* Fix n64dd matching due to int vs long
* Fix English n64dd error textures
* Compress n64dd segment
* Align n64dd to 0x40
---------
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com>
|
|
* Match z_map_exp.c, z_map_mark.c
* Format
* DMA_REQUEST_SYNC -> DmaMgr_RequestSync
* Remove Gfx forward declaration
|
|
* match Message_ResetOcarinaNoteState, Message_DrawTextChar
* match Message_OpenText
* Match Message_SetTables
* Match Message_StartTextbox
* forgor #if
* format
* match Message_DrawMain (ty inspect)
* review
|
|
* Reorganize n64dd declarations
* Fix bss
* Really fix bss
|
|
* Run CC_CHECK in CI
* Fix n64dd.h (guess this is why we need this change)
|
|
* Match z_room.c
* Match game.c and z_play.c
* Add undefined syms
* Rewrite condition based on other file matches
|
|
* Match z_demo.c
* Match z_eff_blure.c
* Match z_eff_spark.c (fake inc.)
* review
* improve EffectSpark_Draw match
Co-authored-by: cadmic <cadmic24@gmail.com>
* cleanup
* fix merge
* review
* better match EffectBlure_DrawSimpleVertices (ty cadmic)
* review
* rm unneeded include versions.h
---------
Co-authored-by: cadmic <cadmic24@gmail.com>
|
|
* Match ntsc-1.2 z_std_dma.c
* Add B_80121AE3
|
|
* Match z_kaleido_debug.c, z_lmap_mark.c
* consistent style for n64dd callbacks calls
|
|
* Match kaleido_{collect,scope}
* review
|
|
* match n64dd text
* format
* fixups
* add n64dd segment using baserom
* cleanup syms 1
* cleanup symbols 2
* cleanup D_800FF4B0
* fix declaration usage and linking for D_800FF4B0
|
|
* Match z_scene_table.c
* Attempt to fix bss ordering
* Forward declare PlayState instead
* Untangle circular includes in z64scene.h
|
|
z_actor.c (#2039)
* func_80033C30
* Interface_Init
* z_draw.c
* KaleidoSetup_Destroy , n64dd.h
* z_kaleido_setup.c
* add n64dd files to spec
according to tools/disasm/ntsc-1.2/files_code.csv , they're between irqmgr.o and fault.o
putting them before or after malloc_debug.o in the spec is an arbitrary choice
|