Identified some more Loc and Npc opcodes

This commit is contained in:
Pazaz 2022-08-16 02:18:59 -04:00
parent efba04cbe4
commit 904c0a3e97
14 changed files with 220 additions and 220 deletions

View file

@ -232,7 +232,7 @@ public class Playground extends GameShell {
public void loadNpc(int id) {
npcType = NpcTypeList.get(id);
npc = new Npc();
BasType basType = BasTypeList.get(npcType.basId);
BasType basType = BasTypeList.get(npcType.bastypeid);
npc.seqId = basType.idleAnimationId;
npc.setNpcType(npcType);
GameShell.frame.setTitle(npcType.name + " - " + id);