mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-25 19:25:32 -05:00
Merge pull request #1 from kwsch/master
XY: Add Snorlax to the Static Encounter editor (#522)
This commit is contained in:
@@ -37,9 +37,9 @@ public StaticEncounterEditor6()
|
||||
|
||||
private readonly string FieldPath = Path.Combine(Main.RomFSPath, "DllField.cro");
|
||||
private byte[] FieldData;
|
||||
private readonly int fieldOffset = Main.Config.ORAS ? 0xF1B20 : 0xEE478;
|
||||
private readonly int fieldOffset = Main.Config.ORAS ? 0xF1B20 : 0xEE46C;
|
||||
private const int fieldSize = 0xC;
|
||||
private readonly int count = Main.Config.ORAS ? 0x3B : 0xC;
|
||||
private readonly int count = Main.Config.ORAS ? 0x3B : 0xD;
|
||||
private EncounterStatic6[] EncounterData;
|
||||
private readonly string[] itemlist = Main.Config.GetText(TextName.ItemNames);
|
||||
private readonly string[] specieslist = Main.Config.GetText(TextName.SpeciesNames);
|
||||
|
||||
Reference in New Issue
Block a user