mirror of
https://github.com/kwsch/pkNX.git
synced 2026-09-12 04:25:21 -05:00
Print held item in pretty dump
This commit is contained in:
@@ -443,6 +443,9 @@ private static void DumpPretty(IFileInternal ROM, DeliveryRaidEnemyTableArray ta
|
||||
if (boss.RareType != RareType.DEFAULT)
|
||||
lines.Add($"\tShiny: {shiny}");
|
||||
|
||||
if (boss.Item != ItemID.ITEMID_NONE)
|
||||
lines.Add($"\tHeld Item: {items[(int)boss.Item]}");
|
||||
|
||||
lines.Add($"\t\tMoves:");
|
||||
lines.Add($"\t\t\t- {moves[(int)boss.Waza1.WazaId]}");
|
||||
if ((int)boss.Waza2.WazaId != 0) lines.Add($"\t\t\t- {moves[(int)boss.Waza2.WazaId]}");
|
||||
|
||||
Reference in New Issue
Block a user