mahogany gym fix

This commit is contained in:
infinitefusion
2021-12-23 16:31:32 -05:00
parent cf5a86f0aa
commit fa79640115
8 changed files with 8 additions and 3 deletions

View File

@@ -111,6 +111,9 @@ with their respective authors' consent
Lorelei VS sprite by Nalty http://nalty.deviantart.com/art/Lorelei-VS-Sprite-177184960
Kiwi (Kurt battle sprite)
UnworthyPie (Bruno battle sprite, Lance backsprite)
Triple Fusion sprites
Sinnoh legendaries: Blackboot
### Tileset graphics ###
Jorginho (OutsideEmerald)
ThatsSoWitty (Cave) http://thatssowitty.deviantart.com/art/The-Public-Pokemon-Tileset-281342410
@@ -173,6 +176,7 @@ Wootius Turbo Speed https://www.pokecommunity.com/showthread.php?t=306037
Marin Better maps script https://www.pokecommunity.com/showthread.php?t=411299
barafanatic Safari Zone improvements
M3rein Easy Questing System
bo4p5687 Multisave
#### Data sources ###

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -198,8 +198,9 @@ class Game_Map
end
return false
# Can't walk onto ice
elsif terrain.ice
return false
# removed for mahogany gym. idk if this will cause problems, hopefully not
# elsif terrain.ice
# return false
elsif self_event != nil && self_event.x == x && self_event.y == y
# Can't walk onto ledges
for j in [2, 1, 0]

Binary file not shown.

Binary file not shown.

View File

@@ -97,7 +97,7 @@
// This option may be force-disabled at build time.
// (0 = disabled)
//
"fixedFramerate": 0,
"fixedFramerate": 60,
// Skip (don't draw) frames when behind.