mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Bugfixes and small additions (#109)
* Add a converter for Player charsets in metadara * Fixed Sprite position editor not working with new shadow filenames. Also added check for custom shadows * Fixed pbTrainerBattleCore not working with NPC Trainer argument * Fixed typo which caused crash with old trainers.txt format * Fixed reference to non-existent variable which crashed the trainertype editor
This commit is contained in:
@@ -1277,7 +1277,7 @@ module Compiler
|
||||
line_data = [line_data] if !line_data.is_a?(Array)
|
||||
trainer_hash[:name] = line_data[0]
|
||||
trainer_hash[:version] = line_data[1] if line_data[1]
|
||||
trainer_names[trainer_hash[:id]] = line_data[0]
|
||||
trainer_names[trainer_hash[:id_number]] = line_data[0]
|
||||
when 3 # Number of Pokémon, items
|
||||
line_data = pbGetCsvRecord(line, line_no,
|
||||
[0, "vEEEEEEEE", nil, :Item, :Item, :Item, :Item, :Item, :Item, :Item, :Item])
|
||||
|
||||
Reference in New Issue
Block a user