Skip to content

Commit

Permalink
JP version has the same pointer list structure with US version
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Feb 13, 2020
1 parent 631f9bc commit 33a6251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Event Assembler/Core/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -994,11 +994,12 @@ private static void LoadCodes(bool collectDoc) {
break;

case "FE7":
case "FE7J":
pointerList = FE7CodeLanguage.PointerList;
break;

case "FE8":
// pointerList = DummyCodeLanguage.PointerList;
case "FE8J":
pointerList = FE8CodeLanguage.PointerList;
break;

Expand Down

0 comments on commit 33a6251

Please sign in to comment.