diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-05-05 17:23:49 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 17:23:49 -0300 |
| commit | 455aa0aa2c35da2dfca64c24a5cc2c36f488c110 (patch) | |
| tree | 73c06ff09b7a42f443c964bdf49e35768787acc3 /include/sf64object.h | |
| parent | 9303fba359a28d809246e4a2ea007a81d01f7686 (diff) | |
Initial Katina documentation (#228)
* initial docs
* func names
* docs
* more docs
* more katina docs
* format
* format
* yRot
* more docs
* more docs
* this
* some fixes
* fixes
* ActorAllRange
* These should not be used here
* corrections
* some renamings
* more docs
* format
* Merge remote-tracking branch 'origin' into fox_ka_docs
* ActorCutscene
* PR review
* comment
* bump torch
* PR review
* review
Diffstat (limited to 'include/sf64object.h')
| -rw-r--r-- | include/sf64object.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sf64object.h b/include/sf64object.h index 574ac14b..8b8899a2 100644 --- a/include/sf64object.h +++ b/include/sf64object.h @@ -652,7 +652,7 @@ typedef enum ObjectId { /* 336 */ OBJ_ITEM_GOLD_RING, /* 337 */ OBJ_ITEM_WING_REPAIR, /* 338 */ OBJ_ITEM_TRAINING_RING, - /* 339 */ OBJ_EFFECT_339, + /* 339 */ OBJ_EFFECT_FIRE_SMOKE, /* 340 */ OBJ_EFFECT_340, /* 341 */ OBJ_EFFECT_341, /* 342 */ OBJ_EFFECT_342, @@ -1244,8 +1244,8 @@ typedef Boss Boss312; typedef Boss Boss313; typedef Boss Boss314; typedef Boss BossSO; -typedef Boss Boss316; -typedef Boss Boss317; +typedef Boss Saucerer; +typedef Boss Frontlinebase; typedef Boss BossAQ; typedef Boss Boss319; typedef Boss Boss320; @@ -1267,7 +1267,7 @@ typedef Item Item1UP; typedef Item ItemGoldRing; typedef Item ItemWingRepair; typedef Item ItemTrainingRing; -typedef Effect Effect339; +typedef Effect EffectFireSmoke; typedef Effect Effect340; typedef Effect Effect341; typedef Effect Effect342; |
