Clean up NpcAct240.cpp
This commit is contained in:
parent
6c5aea8a2c
commit
1588fab110
1 changed files with 27 additions and 24 deletions
|
@ -1125,15 +1125,18 @@ void ActNpc254(NPCHAR *npc)
|
|||
SetNpChar(255, npc->x + 0x2400, npc->y - 0x7200, 0, 0, 0, npc, 0x100);
|
||||
SetNpChar(255, npc->x - 0x4000, npc->y - 0x6800, 0, 0, 2, npc, 0x100);
|
||||
break;
|
||||
|
||||
case 20:
|
||||
npc->act_wait = 0;
|
||||
npc->count1 = 60;
|
||||
npc->act_no = 21;
|
||||
break;
|
||||
|
||||
case 30:
|
||||
npc->act_no = 21;
|
||||
SetNpChar(223, npc->x - 0x1600, npc->y - 0x1C00, 0, 0, 0, 0, 0x100);
|
||||
break;
|
||||
|
||||
case 40:
|
||||
npc->act_no = 21;
|
||||
SetNpChar(223, npc->x - 0x1200, npc->y - 0x1C00, 0, 0, 0, 0, 0x100);
|
||||
|
|
Loading…
Add table
Reference in a new issue