189 Commits

Author SHA1 Message Date
emilybrooks e8bde87bef (website) fix zeldaret links (#210) 2024-08-17 19:15:08 -07:00
emilybrooks 9fd21791f1 (website) fix incorrect tiling (#200)
* fix incorrect tiling

* newline
2024-07-19 12:28:05 -07:00
emilybrooks b11600b26c Add website (#197)
* add website

* newline
2024-06-30 09:42:49 -07:00
emilybrooks 235b6575c2 extracted yubinkyoku and locerrmsg (#195)
* s post office

* winter post office

* extracted locerrmsg

* added comments
2024-06-15 12:56:42 -07:00
emilybrooks 167abace84 update progress tracking (#194)
* ignore hasm files

* add assets to progress.py

* add assets to frogress script
2024-06-11 19:48:56 -07:00
Prakxo 69201d6d72 m_room_type OK (#193)
* m_room_type OK

* offsets

* jenkins
2024-06-02 07:41:49 -07:00
Anghelo Carvajal fd05811213 m_trademark OK (#192)
* C file

* trademark_init

* trademark_cancel, trademark_move, trademark_main

* trademark_draw

* trademark_goto_demo_scene and func_80805360_jp

* set_npc_4_title_demo

* func_80804C40_jp

* trademark_cleanup

* func_808052B8_jp

* func_80805104_jp

* func_80804F78_jp

* func_80804EE0_jp

* fix warnings

* small cleanup

* fix build

* some fixes

* stuff

* some cleanups

* Fix rebase

* Import data

* Migrate bss

* cleanup

* Save substruct

* format

* TrademarkState and some other stuff

* remove fake match

* stuff I missed

* whoops

* Stupid `-Wtype-limits`

* Update src/overlays/gamestates/ovl_trademark/m_trademark.c

Co-authored-by: Prakxo <87568477+Prakxo@users.noreply.github.com>

* Review

* Update src/overlays/gamestates/ovl_trademark/m_trademark.c

Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>

* Update src/overlays/gamestates/ovl_trademark/m_trademark.c

Co-authored-by: Prakxo <87568477+Prakxo@users.noreply.github.com>

* clang-tidy changes???

* review

---------

Co-authored-by: Prakxo <87568477+Prakxo@users.noreply.github.com>
Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
2024-05-30 14:00:57 -07:00
Prakxo 1f7fbf9b29 m_choice_main OK (#191)
* work

* m_choice_main OK
2024-05-27 19:19:42 -07:00
Prakxo 8f73c61ec5 second_game OK (#190) 2024-05-21 09:21:23 -07:00
Prakxo 448405671d m_time OK (#189) 2024-05-19 09:40:39 -07:00
Prakxo 92911830dc m_cpedit OK (#188)
* save_menu OK

* work

* m_cpedit OK

* fix
2024-05-18 14:45:24 -07:00
Anghelo Carvajal 727b57b899 Fix some fake symbols (#187)
* Fix fake reference from ovl_Npc_Conv_Master

* ovl_FallSESW fix

* reorder

* ac_npc_guide2 fix

* ovl_Npc_Police
2024-05-17 18:28:20 -07:00
Derek Hensley 2b650b1c6a Warnings_count fix (#186)
* warnings_count fix

* Split rom and compress in check_new_warnings.sh

* Jenkinsfile

* Fix full check

* A couple more small fixes
2024-05-16 22:42:31 -07:00
Derek Hensley d743f70585 Prerender (1 NON_MATCHING) (#185)
* Start prerender

* wallpaper_draw1

* wallpaper_draw

* gfx_SetUpCFB

* PreRender_setup_savebuf

* PreRender_init

* PreRender_setup_renderbuf

* PreRender_cleanup

* PreRender_TransBufferCopy

* PreRender_TransBuffer

* PreRender_TransBuffer1

* PreRender_TransBuffer2

* PreRender_ShowCoveredge

* PreRender_saveZBuffer

* PreRender_saveFrameBuffer

* PreRender_saveCVG

* PreRender_loadZBuffer

* PreRender_loadFrameBufferAlpha

* PreRender_loadFrameBufferCopy

* PreRender_ConvertFrameBuffer_fg

* PreRender_ConvertFrameBuffer

* AntiAliasFilter

* ASAlgorithm

* PreRender_loadFrameBuffer

* names

* Remove fake in PreRender_TransBuffer1_env

* PreRender_CopyRGBC NON_MATCHING
2024-05-14 07:46:27 -07:00
Prakxo 707577c16e save_menu OK (#184) 2024-05-14 07:43:37 -07:00
Tom Overton 8b5260063f ac_structure OK with some minor documentation (#183)
* Partial progress

* `func_809E7F94_jp` OK

* Do some more DMA functions

* Fix build

* Finally make `func_809E823C_jp` work properly

* Finish DMA functions

* Use ALIGN16

* Make the size for `mSc_secure_exchange_keep_bank` more obviously related to what follows

* Fix build after merge

* aSTR_setupActor_proc OK

* aSTR_init_clip_area OK

* Import data to C

* Lots of cleanup

* Use enum values in actors

* StructureActor-ify the structures

* Move `setupInfo_table` inside the function and name it

* Name `aSTR_get_pal_segment` from context clues

* Use all the names I can from DnM+

* Try (and fail) to import BSS into C

* Match bss

* Make bss sizes more "correct"

* Use ARRAY_COUNT to define DMA length

* A lot fewer hardcoded numbers

* Lots of misc cleanup

* A huge amount of names and cleanup

* Get this PR-ready

* Forgot some booleans

* Name a lot of stuff after digging into the object files

* Remove magic numbers for bss array size

* Respond to review
2024-05-06 15:26:01 -07:00
Cuyler36 749152a745 Update GraphicsContext macros (#182)
* Update GraphicsContext macros

* Fix formatting
2024-04-29 15:58:41 -07:00
Anghelo Carvajal 47ad05c852 Update bss script (#181)
* check_reordering.py script

* bump some versions

* review
2024-04-24 12:42:34 -07:00
inspectredc 8caa1e847b ac_dump OK (#180)
* ac_dump OK

* warnings
2024-04-24 08:43:28 -07:00
inspectredc 48c8a77bbf ac_tama OK (#179)
* ac_tama OK

* or else
2024-04-23 17:42:13 -07:00
inspectredc 7ae1401111 ac_airplane OK and documented (#178)
* ac_airplane OK and documented

* player lib funcs

* include object

* remove statics
2024-04-23 17:37:47 -07:00
inspectredc 99081d5a7e ac_kago OK and documented (#177)
* ac_kago OK and documented

* palette types

* suggestions + object stuff
2024-04-22 13:21:18 -07:00
Prakxo 202737c1f0 m_scene_ftr OK (#176)
* 1 byte off..

* m_scene_ftr OK

* newline

* warnings
2024-04-21 08:08:00 -07:00
inspectredc 30aaa1356f ac_bee OK (#175)
* ac_bee OK

* fix warning

* change sAdo_OngenPos back

* and in code..

* fix linker script stuff
2024-04-17 16:13:31 -07:00
inspectredc e6ea51bc3d ac_Fuusen OK and documented (#174)
* ac_Fuusen OK and documented

* add struct offsets

* use null post merge

* fix sym stuff

* suggestions

* act_balloon extracted

* remove fake symbol

* name object enum

* include assets

* fgname enum/macro
2024-04-16 12:31:29 -07:00
inspectredc 7f426967ef ac_ball OK and documented (#173)
* ac_ball OK

* hopefully format

* address warnings

* Apply suggestions from code review

Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>

* suggestions pt2

---------

Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
2024-04-15 16:19:43 -07:00
emilybrooks 4ab3a1d9dc migrated rodata in m_actor.c (#172) 2024-04-14 06:55:02 -07:00
Lucas Shaw 3518e7cc27 Actor_dt OK (#171) 2024-04-13 08:24:15 -07:00
Lucas Shaw 08f273cdf9 m_DLF.c OK (#170)
* m_DLF.c OK

* added comment
2024-04-12 20:19:59 -07:00
Derek Hensley fa63b7c79b Use gar for macs (#169) 2024-04-12 09:44:36 -07:00
Lucas Shaw 0e972cfc83 m_debug_display.c OK (#168)
* m_debug_display.c OK

* .

* Migrated data for m_debug_display

* Finishing touches

* ran format.py

* made suggested changes
2024-04-12 09:39:33 -07:00
Lucas Shaw fb02647839 m_olib.c OK (#167)
* m_olib.c OK

* ran format.py

* added functions to header file

* updated graphics macros in two overlays to make them work with format.py

* rename z64camera.h to m_camera2.h

* made recommended changes
2024-04-10 23:20:00 -07:00
Prakxo 7146ace5cb m_submenu OK (#166)
* m_submenu OK

* mSM_load_player_anime no warning
2024-04-10 19:00:41 -07:00
Prakxo fce490d951 m_scene OK (#165) 2024-04-09 18:57:33 -07:00
Prakxo fcdb637629 m_skin_matrix OK (#164)
* m_skin_matrix OK

* protos
2024-04-08 14:38:30 -07:00
Prakxo 322592d306 m_view OK (#163)
* m_view OK

* format?
2024-04-04 08:38:30 -07:00
Prakxo 1ffded6b49 m_string OK (#162)
* m_string OK

* replace with defines
2024-04-02 15:09:06 -07:00
Prakxo d8789801b8 gfxalloc OK (#160)
* gfxalloc ok

* format/names
2024-04-02 09:21:33 -07:00
Derek Hensley 6bfbdcbc4e Add python3-venv (#161) 2024-04-02 09:18:06 -07:00
Prakxo 770d3c2dca m_all_grow OK (#159) 2024-03-29 08:42:32 -07:00
Prakxo 540648ef26 listalloc OK (#158) 2024-03-27 09:55:05 -07:00
Prakxo 4b081155a9 ac_weather_sakura OK (#157)
* weather werk

* ac_weather OK

* format

* review

* sakura werk

* sakura ok

* format

* proto comments
2024-03-22 11:24:09 -07:00
emilybrooks 87c30f66d2 1/2 of structure objects extracted (#156)
* house2

* split yamishop

* split douzou

* split kago

* split dump

* split uranai

* split house

* fixed names

* obj_s_house3

* forgot

* obj_s_house4

* house5

* started winter houses

* w house3

* w_house4

* w_house5

* myhome2

* s myhome done

* w_myhome1

* freedom

* kouban

* small fixes
2024-03-16 08:09:26 -07:00
Prakxo d3623fca20 ac_weather OK (#155)
* weather werk

* ac_weather OK

* format

* review
2024-03-14 08:36:14 -07:00
Prakxo c395de0945 m_clip OK (#154)
* m_clip OK

* format and added offsets

* format
2024-03-12 07:05:35 -07:00
emilybrooks abd5ecba65 ac_sum_hal_chest02 OK (#153)
* initial commit

* started draw function

* fully matching

* fix compile errors
2024-03-10 15:27:50 -07:00
Tom Overton 55a27a1935 Update OPEN_DISPS/CLOSE_DISPS macros, clean up various fake matches, and match mSM_draw_mail (#152)
* Update `OPEN_DISPS`/`CLOSE_DISPS` macros and match `mSM_draw_mail`

* Improve matches in `ac_train_window`
2024-02-29 20:01:29 -07:00
emilybrooks 26183fe654 match ac_toudai draw functions (#151)
* matched aTOU_actor_draw_after

* some work on aTOU_actor_draw

* aTOU_actor_draw matching

* moved data to in function static

* missed some things

* space

* removed some unneeded stuff
2024-02-29 15:39:35 -07:00
emilybrooks 8ac6fcf5db match aMHS_make_bgOffset (#150)
* matched aMHS_make_bgOffset

* cleaned up

* cleanup

* combine var_v0
2024-02-28 08:31:56 -07:00
Derek Hensley c632d1d20b Link libultra archive (#149)
* git subrepo pull --force lib/ultralib

subrepo:
  subdir:   "lib/ultralib"
  merged:   "34e07ce"
upstream:
  origin:   "git@github.com:decompals/ultralib.git"
  branch:   "main"
  commit:   "34e07ce"
git-subrepo:
  version:  "0.4.6"
  origin:   "git@github.com:ingydotnet/git-subrepo.git"
  commit:   "110b9eb"

* Link in libultra archive

* git subrepo pull (merge) lib/ultralib

subrepo:
  subdir:   "lib/ultralib"
  merged:   "ce7b219"
upstream:
  origin:   "git@github.com:decompals/ultralib.git"
  branch:   "main"
  commit:   "caf88de"
git-subrepo:
  version:  "0.4.6"
  origin:   "git@github.com:ingydotnet/git-subrepo.git"
  commit:   "110b9eb"

* Update paths in lib warnings

* git subrepo pull (merge) lib/ultralib

subrepo:
  subdir:   "lib/ultralib"
  merged:   "4f49c1e"
upstream:
  origin:   "git@github.com:decompals/ultralib.git"
  branch:   "main"
  commit:   "299d7fa"
git-subrepo:
  version:  "0.4.6"
  origin:   "git@github.com:ingydotnet/git-subrepo.git"
  commit:   "110b9eb"

* FIXUPS
2024-02-26 08:18:26 -07:00