mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
mahogany gym fix
This commit is contained in:
@@ -111,6 +111,9 @@ with their respective authors' consent
|
|||||||
Lorelei VS sprite by Nalty http://nalty.deviantart.com/art/Lorelei-VS-Sprite-177184960
|
Lorelei VS sprite by Nalty http://nalty.deviantart.com/art/Lorelei-VS-Sprite-177184960
|
||||||
Kiwi (Kurt battle sprite)
|
Kiwi (Kurt battle sprite)
|
||||||
UnworthyPie (Bruno battle sprite, Lance backsprite)
|
UnworthyPie (Bruno battle sprite, Lance backsprite)
|
||||||
|
|
||||||
|
Triple Fusion sprites
|
||||||
|
Sinnoh legendaries: Blackboot
|
||||||
### Tileset graphics ###
|
### Tileset graphics ###
|
||||||
Jorginho (OutsideEmerald)
|
Jorginho (OutsideEmerald)
|
||||||
ThatsSoWitty (Cave) http://thatssowitty.deviantart.com/art/The-Public-Pokemon-Tileset-281342410
|
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
|
Marin Better maps script https://www.pokecommunity.com/showthread.php?t=411299
|
||||||
barafanatic Safari Zone improvements
|
barafanatic Safari Zone improvements
|
||||||
M3rein Easy Questing System
|
M3rein Easy Questing System
|
||||||
|
bo4p5687 Multisave
|
||||||
|
|
||||||
|
|
||||||
#### Data sources ###
|
#### Data sources ###
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -198,8 +198,9 @@ class Game_Map
|
|||||||
end
|
end
|
||||||
return false
|
return false
|
||||||
# Can't walk onto ice
|
# Can't walk onto ice
|
||||||
elsif terrain.ice
|
# removed for mahogany gym. idk if this will cause problems, hopefully not
|
||||||
return false
|
# elsif terrain.ice
|
||||||
|
# return false
|
||||||
elsif self_event != nil && self_event.x == x && self_event.y == y
|
elsif self_event != nil && self_event.x == x && self_event.y == y
|
||||||
# Can't walk onto ledges
|
# Can't walk onto ledges
|
||||||
for j in [2, 1, 0]
|
for j in [2, 1, 0]
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -97,7 +97,7 @@
|
|||||||
// This option may be force-disabled at build time.
|
// This option may be force-disabled at build time.
|
||||||
// (0 = disabled)
|
// (0 = disabled)
|
||||||
//
|
//
|
||||||
"fixedFramerate": 0,
|
"fixedFramerate": 60,
|
||||||
|
|
||||||
|
|
||||||
// Skip (don't draw) frames when behind.
|
// Skip (don't draw) frames when behind.
|
||||||
|
|||||||
Reference in New Issue
Block a user