Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.

Commit b083fec

Browse files
committed
RSTCEntries now show slot #
1 parent 9fb705d commit b083fec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

BrawlLib/SSBB/ResourceNodes/BrawlEx/RSTCNode.cs

+5
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,10 @@ public override void OnRebuild(VoidPtr address, int length, bool force)
218218
RSTCEntry* hdr = (RSTCEntry*)address;
219219
hdr->_fighterID = _fighterID;
220220
}
221+
222+
public override string ToString()
223+
{
224+
return String.Format("Slot {0} - {1}", (Index + 1), Name);
225+
}
221226
}
222227
}

0 commit comments

Comments
 (0)