mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-06-13 07:19:28 +00:00
Compare commits
70 Commits
6.7
...
5669e96b01
| Author | SHA1 | Date | |
|---|---|---|---|
| 5669e96b01 | |||
| bcb86778ff | |||
| 418ec58b80 | |||
| 5e7e0e5d2e | |||
| 52064db875 | |||
| d1b0ac5ce9 | |||
| d7d17ce3e1 | |||
| f4b1299481 | |||
| 1e7523d8d3 | |||
| ed32d46a1d | |||
| bb8013b951 | |||
| 8458b69e21 | |||
| 30269d44be | |||
| 626782b23e | |||
| 6c50f72a32 | |||
| 533c533213 | |||
| e19282dc2d | |||
| 6f3cbc44e1 | |||
| 92abaf2b71 | |||
| 87aebc3ce6 | |||
| 8d2e6020a4 | |||
| 1d058ec3bc | |||
| feaa7c01e7 | |||
| 5aafa1483a | |||
| 997b22cf79 | |||
| 7a4c226b95 | |||
| 34cff12b87 | |||
| 0ef5bc34ae | |||
| 5bc901faf3 | |||
| 39977e8e35 | |||
| 19401487e0 | |||
| f6665f27da | |||
| 4c692d1144 | |||
| 9b0c790385 | |||
| 04e483583c | |||
| 3f7b846543 | |||
| 7dbdc78d70 | |||
| 63e11af0e5 | |||
| 66428155f7 | |||
| 96aabdab97 | |||
| 5c7f2b1a0a | |||
| 5ae5d0560e | |||
| c0b276d8b1 | |||
| ef5652655f | |||
| 7995538617 | |||
| 8908342840 | |||
| 9dcc391a24 | |||
| 7f00a2fe85 | |||
| 9c4b4274d6 | |||
| e95b8b0e0f | |||
| 597221c0a7 | |||
| 8b9195decb | |||
| bee71aec87 | |||
| a8007e1688 | |||
| 46b4385da5 | |||
| 72c574598d | |||
| 27a3d3753f | |||
| d254b92981 | |||
| be9516b3d0 | |||
| 7fa75f41c2 | |||
| ef6facc4da | |||
| 114bc8d2a2 | |||
| 5654830b75 | |||
| 5a01022a9b | |||
| f37bfc55ff | |||
| 15d3b6fe9d | |||
| b3d5c93bf2 | |||
| 004a666b7b | |||
| 97ccd456d7 | |||
| fa13f30191 |
+1
-3
@@ -1,7 +1,6 @@
|
||||
Graphics/CustomBattlers/local_sprites/*
|
||||
Graphics/Pokemon/FusionIcons/*
|
||||
Graphics/Battlers/Shiny/*
|
||||
|
||||
Graphics/Pokemon/FusionIcons/*
|
||||
Graphics/CustomBattlers/spritesheets/*
|
||||
Graphics/CustomBattlers/*
|
||||
Data/sprites/*
|
||||
@@ -14,6 +13,5 @@ Data/sprites/sprites_rate_limit.log
|
||||
.gitignore
|
||||
Game.rxproj
|
||||
.DS_Store
|
||||
PBS/*
|
||||
Game.exe
|
||||
rpgmaker.sh
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+10
-7
@@ -1,5 +1,5 @@
|
||||
########## CREDITS ###############
|
||||
Pok?mon Infinite Fusion: Hoenn
|
||||
Pok?mon Infinite Fusion & Pok?mon Infinite Fusion: Hoenn
|
||||
Game made by Chardub
|
||||
|
||||
*This is NOT an official Pokemon game. The author of this game is not
|
||||
@@ -139,6 +139,13 @@ Gen 4 Legendary trio eggs by calicorn
|
||||
Nintendo
|
||||
GameFreak
|
||||
|
||||
###########################################################
|
||||
### French translation #
|
||||
###########################################################
|
||||
anthonygourmand
|
||||
locpic_
|
||||
blood.wolf58 (Willi)
|
||||
ragzzh
|
||||
|
||||
#######################################################################
|
||||
The following ressources were also used
|
||||
@@ -158,6 +165,7 @@ with their respective authors' consent
|
||||
zender1752 (Sabrina OW sprite) https://www.deviantart.com/zender1752/art/Pokemon-Anime-Delia-Ketchum-Overworld-sprite-840038766
|
||||
wesleyfg (Hoenn overworld NPCs) https://www.deviantart.com/wesleyfg/art/Hoenn-People-OW-in-BW-style-274475232
|
||||
Wergan https://www.deviantart.com/wergan/art/Pokemon-Random-characters-002-959395621
|
||||
TooManyLuigis, Mortedes, Billla,WolfPP: Golurk overworld sprite https://www.deviantart.com/wolfang62/art/Golurk-Sprite-Overworld-834611476
|
||||
Battle sprites:
|
||||
Custom graphics:
|
||||
Kiwikelly, UnworthyPie
|
||||
@@ -232,12 +240,7 @@ Move animations:
|
||||
### RPG Maker Scripts ###
|
||||
###########################################################
|
||||
|
||||
#Custom Infinite fusion scripts:
|
||||
Improved Shinies: anthonygourmand
|
||||
andracass (Pok?on Reborn) Compiler optimization (legacy)
|
||||
|
||||
#Public use scripts:
|
||||
|
||||
andracass (Pokémon Reborn) Compiler optimization
|
||||
Luka S.J. Elite Battle System
|
||||
Animated Title Screen (modified):
|
||||
shiney570 BW2 Summary script (+ graphics) http://reliccastle.com/forums/showthread.php?tid=1090
|
||||
|
||||
Vendored
BIN
Binary file not shown.
Generated
+1
@@ -2,5 +2,6 @@
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/Scripts" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user