sm64coopdx/text/us/courses.h
Isaac0-dev 663e4549d8
extract assets from rom at runtime (#4)
* Proof of concept for loading rom assets at runtime

* Added skybox textures

* Adjusted format

* Load all texture assets from rom

* Adjusted rom asset loading

* Load all Vtx lists from rom

* clean up toad, wario and his cap conflicts

* Load sound samples from rom

* fix toad sounds

* Loaded sequences from rom

* Load collisions from rom

* Object animations are now loaded from the rom

* Load player animations from rom

* Load goddard anims from rom

* whoops

* fix some compile errors

* drag and drop rom checker, everything works now.

* fix errors due to merge conflicts

* fix compile errors on windows, switch to md5

* fix vertex colors during load

Co-Authored-By: Agent X <44549182+agent-11@users.noreply.github.com>

* Load dialogs from rom

* Loaded course/act names from rom

* Loaded ingame text from rom

* rerun autogen & blacklist smlua_text_utils_init

* fix ttc_seg7_vertex_0700B238 colors

---------

Co-authored-by: MysterD <myster@d>
Co-authored-by: Agent X <44549182+agent-11@users.noreply.github.com>
2024-03-23 16:11:30 -04:00

50 lines
1.2 KiB
C

COURSE_ACTS(COURSE_BOB, 23, 26, 30, 31, 21, 23, 26)
COURSE_ACTS(COURSE_WF, 20, 23, 27, 25, 31, 27, 20)
COURSE_ACTS(COURSE_JRB, 19, 27, 30, 27, 29, 26, 23)
COURSE_ACTS(COURSE_CCM, 23, 18, 18, 17, 29, 24, 21)
COURSE_ACTS(COURSE_BBH, 19, 19, 30, 28, 21, 18, 30)
COURSE_ACTS(COURSE_HMC, 18, 29, 24, 27, 26, 26, 24)
COURSE_ACTS(COURSE_LLL, 20, 19, 18, 29, 20, 29, 29)
COURSE_ACTS(COURSE_SSL, 22, 30, 25, 27, 31, 28, 15)
COURSE_ACTS(COURSE_DDD, 20, 19, 22, 27, 23, 23, 20)
COURSE_ACTS(COURSE_SL, 18, 19, 21, 19, 29, 30, 15)
COURSE_ACTS(COURSE_WDW, 17, 22, 16, 30, 28, 25, 29)
COURSE_ACTS(COURSE_TTM, 23, 19, 27, 26, 24, 30, 29)
COURSE_ACTS(COURSE_THI, 20, 25, 31, 29, 24, 20, 20)
COURSE_ACTS(COURSE_TTC, 19, 19, 26, 11, 20, 27, 24)
COURSE_ACTS(COURSE_RR, 16, 29, 25, 24, 23, 18, 27)
SECRET_STAR(COURSE_BITDW, 28)
SECRET_STAR(COURSE_BITFS, 26)
SECRET_STAR(COURSE_BITS, 21)
SECRET_STAR(COURSE_PSS, 31)
SECRET_STAR(COURSE_COTMC, 27)
SECRET_STAR(COURSE_TOTWC, 25)
SECRET_STAR(COURSE_VCUTM, 29)
SECRET_STAR(COURSE_WMOTR, 31)
SECRET_STAR(COURSE_SA, 23)
SECRET_STAR(COURSE_CAKE_END, 1)
CASTLE_SECRET_STARS(23)
EXTRA_TEXT(0, 34)
EXTRA_TEXT(1, 1)
EXTRA_TEXT(2, 1)
EXTRA_TEXT(3, 1)
EXTRA_TEXT(4, 1)
EXTRA_TEXT(5, 1)
EXTRA_TEXT(6, 1)