Removed all uses of ID numbers for GameDatas BodyColor, BodyShape and Target, removed support for trainer type graphics using ID numbers in their names

This commit is contained in:
Maruno17
2021-06-17 22:45:16 +01:00
parent eaa915878a
commit 6e188666a4
8 changed files with 83 additions and 118 deletions

View File

@@ -278,7 +278,7 @@ module Compiler
:accuracy => line[7],
:total_pp => line[8],
:effect_chance => line[9],
:target => GameData::Target.get(line[10]).id,
:target => line[10],
:priority => line[11],
:flags => line[12],
:description => line[13]