Merge branch 'main' of https://github.com/infinitefusion/infinitefusion-e18 into releases
24025
Data/SPRITE_CREDS
@@ -387,19 +387,19 @@ module GameData
|
|||||||
["Ray", "quaza"],
|
["Ray", "quaza"],
|
||||||
["Ji", "rachi"],
|
["Ji", "rachi"],
|
||||||
["Deo", "xys"],
|
["Deo", "xys"],
|
||||||
["Turt", "wig"],
|
["Tur", "wig"],
|
||||||
["Gro", "otle"],
|
["Gro", "tle"],
|
||||||
["Tort", "terra"],
|
["Tor", "terra"],
|
||||||
["Chim", "char"],
|
["Chim", "char"],
|
||||||
["Mon", "ferno"],
|
["Mon", "ferno"],
|
||||||
["Infern", "nape"],
|
["Infer", "nape"],
|
||||||
["Pip", "lup"],
|
["Pip", "lup"],
|
||||||
["Prin", "plup"],
|
["Prin", "plup"],
|
||||||
["Empo", "leon"],
|
["Empo", "leon"],
|
||||||
["Starl", "arly"],
|
["Starl", "arly"],
|
||||||
["Starav", "avia"],
|
["Starav", "avia"],
|
||||||
["Starap", "raptor"],
|
["Starap", "raptor"],
|
||||||
["Bid", "doof"],
|
["Bi", "doof"],
|
||||||
["Biba", "rel"],
|
["Biba", "rel"],
|
||||||
["Kri", "ketot"],
|
["Kri", "ketot"],
|
||||||
["Kricke", "tune"],
|
["Kricke", "tune"],
|
||||||
@@ -409,8 +409,8 @@ module GameData
|
|||||||
["Bu", "dew"],
|
["Bu", "dew"],
|
||||||
["Rose", "rade"],
|
["Rose", "rade"],
|
||||||
["Cran", "idos"],
|
["Cran", "idos"],
|
||||||
["Ramp", "pardos"],
|
["Ram", "pardos"],
|
||||||
["Shield", "don"],
|
["Shiel", "don"],
|
||||||
["Bastio", "don"],
|
["Bastio", "don"],
|
||||||
["Bur", "my"],
|
["Bur", "my"],
|
||||||
["Worma", "dam"],
|
["Worma", "dam"],
|
||||||
|
|||||||
@@ -333,7 +333,28 @@ class PokemonLoadScreen
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def detectFakeDownload()
|
||||||
|
blacklist = ["pokemoninfinitefusion.net"]
|
||||||
|
current_user_directory=Dir.pwd
|
||||||
|
for keyword in blacklist
|
||||||
|
if current_user_directory.include?(keyword)
|
||||||
|
pbMessage("The game has detected that it has been installed from an illegitimate source which likely contains viruses.")
|
||||||
|
pbMessage("Please delete the game and reinstall it from the Discord or subreddit")
|
||||||
|
pbMessage("discord.gg/infinitefusion\nreddit.com/r/pokemoninfinitefusion")
|
||||||
|
|
||||||
|
pbMessage("Please also make sure to report the website you originally downloaded the game from to Google.")
|
||||||
|
return true
|
||||||
|
end
|
||||||
|
end
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
def fakeWebsiteDisclaimer()
|
||||||
|
pbMessage("Reminder: This game does NOT have an official website. The ONLY official sources for the game are game's official discord or subreddit.")
|
||||||
|
end
|
||||||
|
|
||||||
def pbStartLoadScreen
|
def pbStartLoadScreen
|
||||||
|
return if detectFakeDownload
|
||||||
|
fakeWebsiteDisclaimer()
|
||||||
updateHttpSettingsFile
|
updateHttpSettingsFile
|
||||||
updateCreditsFile
|
updateCreditsFile
|
||||||
newer_version = find_newer_available_version
|
newer_version = find_newer_available_version
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
RandTrainerNames_male = [
|
RandTrainerNames_male = [
|
||||||
"Mikaël",
|
"Mikaël",
|
||||||
"James",
|
"James",
|
||||||
@@ -1067,5 +1066,6 @@ RandPokeNick = [
|
|||||||
"Term",
|
"Term",
|
||||||
"Vince",
|
"Vince",
|
||||||
"Thorns",
|
"Thorns",
|
||||||
"Xillo"
|
"Xillo",
|
||||||
|
"Froggywoggy"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -43,6 +43,8 @@ def handleReplaceExistingSprites()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def pbCallTitle
|
def pbCallTitle
|
||||||
#return Scene_DebugIntro.new if $DEBUG
|
#return Scene_DebugIntro.new if $DEBUG
|
||||||
return Scene_Intro.new
|
return Scene_Intro.new
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 4.2 KiB |
BIN
Graphics/Characters/players/boy_surf_offset1.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
|
Before Width: | Height: | Size: 832 B |
|
Before Width: | Height: | Size: 286 B |
|
Before Width: | Height: | Size: 286 B |
|
Before Width: | Height: | Size: 826 B |