Skip to content

Commit

Permalink
Added Labels to FileTypes.ts
Browse files Browse the repository at this point in the history
Added some new labels for data_npc.elf
  • Loading branch information
Hunter-Xuman committed Jun 17, 2024
1 parent b6d3d76 commit 5dd3406
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/elf/fileTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ const typedefs = {
type: "string",
position: "Vector3",
rotationDegrees: "float",
field_0x28: new Property("bool8", "'isInvisibleOnLoad' in TOK, possibly here too?"),
field_0x29: new Property("bool8", "'isEnemy' in TOK, possibly here too?"),
field_0x2a: "byte",
field_0x28: new Property("bool8", "Unsure what this field is."),
isInvisibleOnLoad: new Property("bool8", "Flag that sets an NPC as invisible until activated by scripted event."),
isEnemy: new Property("bool8", "Flag that sets an NPC as an Enemy"),
field_0x2b: "byte",
field_0x2c: "int",
enemyEncounterId: "string",
Expand Down Expand Up @@ -168,19 +168,19 @@ const typedefs = {
field_0x11c: "int",
field_0x120: "int",
field_0x124: "int",
field_0x128: "string",
initFunction: new Property("string", "Function that runs when NPC is initialized."),
field_0x130: "int",
field_0x134: "int",
field_0x138: "int",
field_0x13c: "int",
field_0x140: "string",
talkFunction: new Property("string", "Function that runs when NPC is talked to."),
field_0x148: "int",
field_0x14c: "int",
field_0x150: "int",
field_0x154: "int",
field_0x158: "int",
field_0x15c: "int",
field_0x160: "string",
tattleEntry: new Property("string", "Tattle Entry used when Goombella tattles this NPC."),
field_0x168: "int",
field_0x16c: "int",
field_0x170: "int",
Expand Down

0 comments on commit 5dd3406

Please sign in to comment.