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:
Golisopod-User
2021-12-20 02:28:28 +05:30
committed by GitHub
parent 65b1a8d6c3
commit 7f86db6da9
4 changed files with 23 additions and 21 deletions

View File

@@ -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])