diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-05 10:58:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-05 10:58:09 -0400 |
| commit | 94b300b0d0e228dc38dcb08ca160334fa2ba128f (patch) | |
| tree | c818f04c5948982e0c3932cb04fe4c4575fb9889 /include/code_variables.h | |
| parent | 5b54707958ca7fe5455436cf732cdf034232cd50 (diff) | |
`m_actor_dlftbls.c` (#32)
* start
* match the file
* actor_dlftbls_num
* script to extract the actor table
* bootstrap actor table
* ActorId enum
* migrate actor table
* reorganize overlays in subfolders
* Fix Player
* migrate bss
* cleanup and format
* ActorProfile
* Move player_actor to actors folder
* RomOffset
* ACTOR_ID_MAX
Diffstat (limited to 'include/code_variables.h')
| -rw-r--r-- | include/code_variables.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/include/code_variables.h b/include/code_variables.h index cd30616..111a6a6 100644 --- a/include/code_variables.h +++ b/include/code_variables.h @@ -15,11 +15,7 @@ // extern UNK_TYPE D_80100C64_jp; // extern UNK_TYPE D_80100C68_jp; // extern UNK_TYPE D_80100C70_jp; -// extern UNK_TYPE actor_dlftbls; -// extern UNK_TYPE D_80100CA4_jp; -// extern UNK_TYPE D_8010119C_jp; -// extern UNK_TYPE D_801024F4_jp; -// extern UNK_TYPE D_801025B0_jp; + // extern UNK_TYPE D_801025C0_jp; // extern UNK_TYPE D_FLT_801025C8_jp; // extern UNK_TYPE set_raius_proc; @@ -1037,10 +1033,7 @@ extern vs32 D_8010EFB0_jp; // TODO: Determine where this goes // extern UNK_TYPE RO_FLT_801161F4_jp; // extern UNK_TYPE RO_FLT_801161F8_jp; // extern UNK_TYPE RO_FLT_801161FC_jp; -// extern UNK_TYPE RO_STR_80116200_jp; -// extern UNK_TYPE RO_STR_80116214_jp; -// extern UNK_TYPE RO_STR_80116234_jp; -// extern UNK_TYPE RO_8011624C_jp; + // extern UNK_TYPE RO_FLT_80116250_jp; // extern UNK_TYPE RO_FLT_80116254_jp; // extern UNK_TYPE RO_FLT_80116258_jp; @@ -1744,8 +1737,7 @@ extern vs32 D_8010EFB0_jp; // TODO: Determine where this goes // extern UNK_TYPE B_8011B830_jp; // extern UNK_TYPE B_8011B83C_jp; // extern UNK_TYPE B_8011B850_jp; -// extern UNK_TYPE B_8011B890_jp; -// extern UNK_TYPE B_8011B8A0_jp; + // extern UNK_TYPE B_8011B8B0_jp; // extern UNK_TYPE B_8011B8B4_jp; // extern UNK_TYPE B_8011B8B8_jp; |
