Added support for extra autotiles used instead of the top tiles of the tileset

This commit is contained in:
Maruno17
2021-10-05 19:14:23 +01:00
parent 8bb8c1149f
commit c0ac135a69
3 changed files with 56 additions and 4 deletions

View File

@@ -95,6 +95,7 @@ class Game_Map
def encounter_list; return @map.encounter_list; end
def encounter_step; return @map.encounter_step; end
def data; return @map.data; end
def tileset_id; return @map.tileset_id; end
def name
ret = pbGetMessage(MessageTypes::MapNames,@map_id)