Skip to content

Commit

Permalink
Update editor window names
Browse files Browse the repository at this point in the history
  • Loading branch information
bgsamm committed Feb 15, 2022
1 parent 981745f commit 6163c58
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 51 deletions.
44 changes: 22 additions & 22 deletions PBRHex/CodeEditor.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PBRHex/DexEditor.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions PBRHex/StringEditor.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion PBRHex/Tables/StringTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public static GameString GetString(int id) {
stringIdx = Common5B.ReadShort(id * 4 + 6) - 1;
var file = Files[fileIdx];
int offset = file.ReadInt(stringIdx * 4 + 0x10);

var sb = new StringBuilder();
var gameString = new GameString(id);
int next;
Expand Down

0 comments on commit 6163c58

Please sign in to comment.