mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Minor bugfiixes (#140)
* Fixed moves bounced back by Magic Coat/Bounced moves affecting Pokemon they normally shouldn't * Fixed townmap compiler not saving any map names (doesn't make a difference; added for completionism) * Update a few ruby utilities * Fixed small typo bug in map renderer disposal
This commit is contained in:
@@ -34,6 +34,7 @@ module Compiler
|
||||
case settingname
|
||||
when "Name"
|
||||
rgnnames[currentmap] = record
|
||||
sections[currentmap][schema[0]] = record
|
||||
when "Point"
|
||||
placenames.push(record[2])
|
||||
placedescs.push(record[3])
|
||||
|
||||
Reference in New Issue
Block a user