mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 20:37:58 +03:00
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
This commit is contained in:
parent
9303fba359
commit
455aa0aa2c
18 changed files with 1292 additions and 793 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue