Property | Type | Description | |
---|---|---|---|
currentNPC | int | ||
filler1 | byte | ||
filler2 | byte | ||
filler3 | byte | ||
filler4 | byte | ||
filler5 | byte | ||
filler6 | byte | ||
idleAnimation | byte | ||
npcNumber | byte | ||
replacement | byte | ||
spriteNumber | byte | ||
trainer | byte | ||
viewRadius | byte | ||
visibilityFlag | short | ||
xBounds | byte | ||
yBounds | byte |
Method | Description | |
---|---|---|
Delete ( ) : bool | ||
Delete ( |
||
Delete ( int num ) : bool | ||
GetEnum ( ) : EntityType | ||
LoadDataFromRaw ( ) : void | ||
NPC ( ) : System | ||
NPC ( int offset, |
||
NPC ( short xPos, short yPos ) : System | ||
WriteDataToRaw ( ) : void |
public NPC ( int offset, |
||
offset | int | |
ROM | ||
return | System |
public NPC ( short xPos, short yPos ) : System | ||
xPos | short | |
yPos | short | |
return | System |