Giter Club home page Giter Club logo

pokewilds's Introduction

PokeWilds

PokeWilds

DISCLAIMER: this is currently in Alpha. Things are getting there, but still not fully complete. I am working hard to find and fix bugs; however, expect to find bugs. If you find a bug, please consider creating an issue here on github describing it (that would help me out a ton).

Download

Windows 64-bit: https://github.com/SheerSt/pokewilds/releases/latest/download/pokewilds-windows64.zip

Linux 64-bit: https://github.com/SheerSt/pokewilds/releases/latest/download/pokewilds-linux64.zip

Mac, Linux 32-bit, Windows 32-bit: https://github.com/SheerSt/pokewilds/releases/latest/download/pokewilds-otherplatforms.zip

How to Run

Follow the instructions inside the README.txt file in the game folder.

Common issues

  1. Running the game through the Windows search results leads to save lost, double click the pokewilds.exe file instead.
  2. Black screen at night: use pokewilds-compat.exe instead of the normal Pokewilds.
  3. Double clicking pokewilds.jar to start the game on MacOS leads to save data loss, follow the README.txt instructions to create a launcher you can safely double click.
  4. In the game folder there is a backup of your last save, in zip format, so if your save name is default.sav, the file will be default.sav.zip. This can be used in case your save is corrupted, to recover the save before the last.
  5. Running the game in a Windows OneDrive folder prevents it from running sometimes, put Pokewilds outside of that to ensure it works.

About

PokeWilds is a Gen 2 game/engine built using libGDX. It uses procedural generation to create large worlds with different biomes, each with their own unique monsters. The levels of wild monsters increase the further you explore, meaning that some biomes with rare mons are difficult to get to. Your monsters can help you explore the world by usual means (cut, fly, surf etc), but there are also be new HMs that allow you to interact with the world in new ways, like building structures/houses, jumping up ledges, starting fires, and more.

I have been using a set of techniques to 'rip' sprites and animations from the console game very accurately - as such, the game is intended to look and feel just like the console games, with some extra capabilities (see core/assets/attacks/). The benefit from using libGDX is that the engine can support cross-platform play, multiplayer, huge maps, and fullscreen mode.

Information and FAQ

Dex document: https://bit.ly/3Owvdai

All v0.8 learnsets: https://bit.ly/3vOxMyb

Evo methods and stone locations: https://bit.ly/3PWcVAu

Controls:

  • Arrow keys to move
  • Keyboard Z = A button
  • Keyboard X = B button
  • Keyboard Enter = Start button
  • Hold keyboard X to run.

What's the current version? PokeWilds is currently in version 0.8. There's no ETA on the next update, but the game IS being actively worked on.

Is there multiplayer? Not currently, but 0.9, the next version of the game, will bring online multiplayer to PokeWilds, alongside a plethora of other features.

Do I need an emulator to play? Nope! The game runs natively on Windows, Mac, and Linux. It's coded with Java and the libGDX framework.

Can I play PokeWilds on mobile? Not currently, sorry. There's plans for it.

What are the shiny odds? 1 in 256. This will be adjustable by the user in the next update.

How many legendaries are in the game? There are currently seven legendaries in the game. More get added every update!

How do I gather resources? Harvest resources from the environment using CUT, DIG, or SMASH (known by different types of pokemon). Other materials can be gained by capturing pokemon and dropping them in an area they are happy in, and talking to them.

How can I build a base? Fighting types know the field move BUILD. After you've gathered resources, you can build walls and a roof to create a house. Inside, you can place furniture by using BUILD as well. A bed is an essential piece of furniture as it allows you to restore your party to full health, including curing status conditions. Building a door between two house tiles will allow you to create side and back doors, too. Show us your builds in wilds-creations!

How do I make a bed? Collect Silky Thread, from bug types, and Soft Feathers, from flying types, to build a bed.

How do I build gates to my pens? Building a door between fence tiles will produce a gate instead.

How do I destroy something I built? Use the CUT field move.

How do I use TELEPORT? You can't just teleport anywhere! You must first build teleport beacons in the map, and, when using TELEPORT, you can select one of the beacons to be teleported to it.

How do I make my monster stop using its field move? Stop and hold X.

Why are my monsters uncomfortable? Monsters require their preferred habitat tile(s) to be happy. Dual-type Monsters require the tiles corresponding to both their types. For instance, Chikorita merely needs tall grass to be happy, due to its pure grass type, while Jumpluff requires both tall grass and trees, as it is a grass/flying type. Monsters will only produce materials when they're happy.

I read a sign and my text is now glitchy! Whoa, that's not a question. 👀 Walk into tall grass to get an encounter. It's not a bug!

World generation is taking over 10 minutes. There is a rare issue where world generation gets stuck - close the game and retry (the game will prompt you to save when you exit).

Is there a dex? The Pokédex will be added on the next update. We do have a document with all the information regarding Monster habitats, field moves, harvestable items, and more info. The link to this document is at the bottom of this channel.

How do trade evolutions work? In single player mode, trade evolutions are now stone-based evolutions. Here's a document with these new evolutions, as well as where to find the stone evolutions: https://bit.ly/3PWcVAu

How to configure settings.txt:

  • Do not include spaces around the '='.
  • Change key mappings using the 'keyboard-' lines. Keys must be capitalized.
  • muteMusic - set to true to mute all in-game music.
  • specPhysSplitEnabled - set to true or false to toggle special physical split.

How to restore a save file from backup:

  • If the game stops loading your save file (ie it's corrupted), you can try using the save file's backup with contains your second-to-last save.
  • The backup save is named .sav.backup
  • Rename .sav.backup to .sav.zip and extract contents
  • The extracted contents need to be a directory called .sav/ with game, map0,0 etc files inside
  • Load the new save file ( in the game's menu)

How to start the game in dev mode (windows 10):

  • Open the folder containing pokewilds.exe
  • Shift + right-click in the folder and select 'Open powershell window here'
  • Type cmd in the window and press enter.
  • Type pokewilds.exe dev into the window and press enter.

Adding angle_gles20 to the command can also fix the following issues:

  • OpenGL version-related error messages.
  • Issue where the game doesn't pick up keyboard input.

Troubleshooting

  • If world generation takes longer than 5 min, try closing the game and retrying.
  • If your system language isn't English, the game will sometimes fail to generate maps. Please see the following article for changing installing an English language pack, and switching to it: https://support.microsoft.com/en-us/windows/install-a-language-for-windows-ccd853d3-9ecd-7da7-9ef0-72b4a055410a
  • There is an issue where the game won't open if an '!' is included in the path to the game's directory. Move the game outside of the directory containing '!' in the name and reopen the game.
  • The games cli output can help narrow down issues. How to run the game in cli mode (windows 10):
    • Open the folder containing pokewilds.exe
    • Shift + right-click in the folder and select 'Open powershell window here'
    • Type 'cmd' in the window and press enter.
    • type pokewilds.exe into the window and press enter.
    • The game will open. Various info will be periodically written to the powershell window, like which song is playing. Error messages will also display here.
  • Cli output like Opengl not supported:
    • Try updating your graphics drivers.
    • Try switching from your dedicated graphics to integrated graphics.

Dev mode instructions and capabilities:

  • Starting the game in dev mode (windows 10):
    • Open the folder containing pokewilds.exe
    • Shift + right-click in the folder and select 'Open powershell window here'
    • Type cmd in the window and press enter.
    • type pokewilds.exe dev into the window and press enter.
  • Paint tiles anywhere by clicking on the screen
    • Press ctrl to reduce the brush size and alt to increase the brush size
    • Press C and V to cycle through tiles
  • Holding space bar will:
    • Make you run really fast
    • Prevent wild encounters
    • Allow you to walk through walls
  • L key - takes a full-map screenshot and puts it in the game directory (game will freeze for a bit)
  • Use WASD to pan the camera around the map.
  • Use Q and E to zoom the camera in/out.

Credits

Special thank-you to everyone who has contributed!

Battle sprites:

  • Credits to Nuuk on discord (nuukiie on twitter) for many battle sprites.
  • Credits to the Prism team for many battle sprites.
  • Whimsicott battle sprites - IncuTyph on discord
  • Cottonee battle and overworld sprites - Ayinai on discord
  • Morelull front animation and overworld sprites - betsybugaboo on discord
  • Morelull back sprite - IncuTyph on discord
  • Stunfisk battle and overworld sprites - Skymaury on discord
  • Carbink battle sprites - Skymaury on discord
  • Gothitelle battle sprites - Roffles on discord
  • Gothorita battle sprites - Roffles on discord
  • Gothita battle sprites - Roffles on discord
  • Minccino battle sprites - IncuTyph on discord
  • Cinccino battle sprites - IncuTyph on discord
  • Oranguru battle and overworld sprites - Ayinai on discord
  • Diancie battle and overworld sprites - Iustinus Tempus on discord
  • Komala battle sprites - Village on discord
  • Pyukumuku battle sprites - Village on discord
  • Durant battle and overworld sprites - GenDraconis on discord
  • Indeedee Male and Indeedee Female battle and overworld sprites - Gyu on discord
  • Liepard battle and overworld sprites - EeVeeEe on discord
  • Rotom normal form back sprite - PotatoCheep on discord
  • Rotom normal form front and overworld sprites - Shaqtothefuture on discord
  • Lickilicky battle sprites - Shaqtothefuture on discord
  • Drampa battle sprites - Lavios on discord
  • Decidueye battle sprites - Ayinai on discord
  • Munchlax battle sprites - Shaqtothefuture on discord
  • Tyrunt battle sprites - SharkGuy on discord
  • Tyrantrum battle sprites - SharkGuy on discord
  • Bewear battle and overworld sprites - Potato Q on discord
  • Stufful front sprites - Potato Q and Sadfish on discord
  • Stufful back and overworld sprites - Potato Q on discord
  • Minior battle and overworld sprites - MKNZ on discord
  • Grimmsnarl battle sprites - IncuTyph on discord
  • Greninja battle and overworld sprites - EnzoDaiki on discord
  • Zoroark battle and overworld sprites - Sorrel on discord
  • Gourgeist back sprite - EeVeeEe on discord
  • Gourgeist front sprites - nik11dy6 on discord
  • Dedenne battle sprites - Skymaury on discord
  • Hawlucha battle and overworld sprites - Shaqtothefuture on discord
  • Meltan battle and overworld sprites - Scoobleblablebly on discord
  • Toxel battle and overworld sprites - Shaqtothefuture on discord
  • Frogadier and overworld battle sprites - EnzoDaiki on discord
  • Froakie battle and overworld sprites - EnzoDaiki on discord
  • Popplio battle and overworld sprites - Kishibird on discord
  • Rotom Mow form battle and overworld sprites - Shaqtothefuture on discord
  • Rotom Fan form battle and overworld sprites - Shaqtothefuture on discord
  • Rotom Frost form battle and overworld sprites - Shaqtothefuture on discord
  • Rotom Wash form battle and overworld sprites - Shaqtothefuture on discord
  • Rotom Heat form battle and overworld sprites - Shaqtothefuture on discord
  • Scorbunny battle sprites - Internet_Goblin on discord
  • Dartrix battle sprites - Ayinai on discord
  • Oshawott battle sprites - SkwovetSquire on discord
  • Starly battle sprites - Molk on discord
  • Staravia battle sprites - Molk on discord
  • Deino, Zweilous, Hydreigon front sprites - PotatoCheep on discord
  • Deino, Zweilous, Hydreigon back sprites - bugcut on discord
  • Alolan Grimer battle and overworld sprites - Shaqtothefuture on discord
  • Alolan Muk battle and overworld sprites - Shaqtothefuture on discord
  • Cramorant battle and overworld sprites - EeVeeEe on discord
  • Happiny battle sprites - Hibiwiki on discord
  • Impidimp battle sprites - IncuTyph on discord
  • Falinks battle and overworld sprites - CynderQuill on discord
  • Mime Jr. battle sprites - Shaqtothefuture on discord
  • Slurpuff battle and overworld sprites - Shaqtothefuture on discord
  • Flabebe, Floette, Florges battle and overworld sprites - SharkGuy on discord
  • Kubfu battle sprites - Shaqtothefuture on discord
  • Honedge battle sprites - peach-n-key on discord
  • Raboot battle sprites - Internet_Goblin on discord
  • Sinistea battle and overworld sprites - Shaqtothefuture on discord
  • Heatmor battle and overworld sprites - Hibiwiki on discord
  • Galarian Farfetch'd battle and overworld sprites - Shaqtothefuture on discord
  • Sirfetch'd battle and overworld sprites - Shaqtothefuture on discord
  • Yamask battle and overworld sprites - Hibiwiki on discord
  • Galarian Mr. Mime front animation - Scarlax, BloodlessNS and ShadowOne333 on discord
  • Mr. Rime front animation - Menu and Scarlax on discord
  • Gossifleur and Eldegoss battle and overworld sprites - peach-n-key on discord
  • Copperajah front sprites - Exet on discord
  • Copperajah back sprite - SheerSt on discord
  • Aegislash Shield/Sword Forme battle and overworld sprites - peach-n-key on discord
  • Doublade battle and overworlds sprites - peach-n-key on discord
  • Wooloo battle sprites - peach-n-key on discord
  • Dubwool battle and overworld sprites - peach-n-key on discord
  • Lunala battle and overworld sprites - Sage on discord
  • Woobat, Swoobat battle sprites - GML on discord
  • Vanillite battle sprites - Toastknight on discord
  • Toxtricity (lowkey and regular) battle and overworld sprites - sun_dew on discord
  • Lillipup, Herdier, and Stoutland battle and overworld sprites - GML on discord
  • Bounsweet front sprites - Quilchess on discord
  • Bounsweet back sprites - EeVeeEe on discord
  • Steenee battle sprites - CuervoTerras on discord
  • Fomantis battle sprites - Toastknight on discord
  • Axew battle sprites - GenDraconis on discord
  • Karrablast and Escavalier battle sprites - GML on discord
  • Shelmet and Accelgor battle sprites - GML on discord
  • Polteageist battle and overworld sprites - EeVeeEe on discord
  • Galarian Mr. Mime and Mr. Rime back sprites - Scarlax on discord
  • Incineroar battle sprites - Toastknight on discord
  • Foongus battle sprites - GML on discord
  • Mimikyu battle sprites - TerraTerraCotta on discord
  • Turtwig battle and overworld sprites - CuervoTerras on discord
  • Inkay battle sprites - Vandom on discord
  • Torterra overworld and battle sprites - CuervoTerras on discord
  • Sliggoo and Goodra battle sprites - Molk on discord
  • Cofagrigus battle and overworld sprites - Hibiwiki on discord
  • Shiinotic battle sprites - Molk on discord
  • Grotle battle sprites - CuervoTerras on discord
  • Timburr battle sprites - Molk on discord
  • Goomy front animation - SkwovetSquire on discord
  • Goomy back sprite and shiny colors - Molk on discord
  • Burmy and Wormadam battle sprites (all forms) - sun_dew on discord
  • Clobbopus battle and overworld sprites - SharkGuy on discord
  • Kleavor battle sprites - Internet_Goblin on discord
  • Galarian Corsola back sprite - ICantBelieveItsNotBowser on discord
  • Galarian Corsola front sprites - ICantBelieveItsNotBowser and SkwovetSquire on discord
  • Galarian Yamask front sprites - EeVeeEe and Goose on discord
  • Galarian Yamask back sprite - EeVeeEe on discord
  • Stonjourner front animation - PotatoCheep and SkwovetSquire on discord
  • Snom, Frosmoth front sprites - betsybugaboo on discord
  • Snom back sprite - ash on discord
  • Frosmoth back sprite - Molk and EeVeeEe on discord
  • Cosmog, Cosmoem front sprites - betsybugaboo on discord
  • Phione front and back sprites - SkwovetSquire on discord
  • Pumpkaboo front and back sprites - betsybugaboo on discord
  • Runegris front animation - Scarlax and EeVeeEe on discord
  • Runegris back sprite - EeVeeEe on discord
  • Applin front sprites - ICantBelieveItsNotBowser on discord
  • Applin back sprites - ICantBelieveItsNotBowser and betsybugaboo on discord
  • Probopass, Mantyke battle sprites - SkwovetSquire on discord
  • Luvdisc, Sandygast, Palossand battle sprites - betsybugaboo on discord
  • Ambipom battle sprites - Internet_Goblin on discord
  • Duraludon front sprites - betsybugaboo on discord
  • Duraludon back sprite - PotatoCheep on discord
  • Bronzor and Bronzong battle sprites - SkwovetSquire on discord.
  • Sandile line front sprites - Goose and Sadfish on discord.
  • Sandile line back and overworld sprites - Sadfish on discord.
  • Sigilyph battle sprites - Sadfish on discord.
  • Darumaka and Galarian Darumaka battle sprites - Goose on discord.
  • Galarian Darmanitan battle sprites - Mr Dustman on discord.
  • Galarian Zen Darmanitan back sprite - Sir Feralipogchamp on discord.
  • Zen Darmanitan front sprite - Sir Feralipogchamp on discord.
  • Zen Darmanitan back sprite - Mr Dustman on discord.
  • Darmanitan front sprite - Poisonous Gas on discord.
  • Darmanitan back sprite - Mr Dustman on discord.
  • Elgyem and Beheeyem battle sprites - Goose on discord.
  • Hippopotas and Hippowdon battle and overworld sprites - Sadfish on discord.
  • Camerupt front sprites - Poisonous Gas and Goose on discord.
  • Alolan Exeggutor battle sprites - Gmerc.
  • Regirock, Registeel, Regice, and Regigigas battle sprites - Mr Dustman, Sadfish and Poisonous Gas on discord.
  • Regieleki and Regidrago battle sprites - Mr Dustman on discord.
  • Corphish battle and overworld sprites - sir feralipogchamp on discord.
  • Crawdaunt battle sprites - sir feralipogchamp, Mr Dustman, Goose on discord.

Overworld sprites:

  • Credits to Megaman-Omega on Deviantart for many overworld sprites.
  • Phantump overworld sprites - Goose on discord
  • Alolan Raichu, Galar Yamask, Cacturne, Mantyke, Mantine, and Remoraid overworld sprites - Sadfish on discord
  • Trevenant, Sandslash, Ekans, Arbok, Sharpedo, Dratini, Dragonair, Dragonite, Ledyba, Hoothoot, Sandshrew, Aipom, Ambipom, Miltank, Sudowoodo, Horsea, Seadra, Kingdra, Smoochum, Noctowl, Nidoking and Jinx overworld sprites - Internet_Goblin on discord
  • Golduck, Hatenna, Kabuto, Mightyena, Noivern, Omanyte, Omastar, Pelipper, Psyduck, Wailmer, and Wailord overworld sprites - Gargoyle on discord
  • Pumpkaboo, Snom, Frosmoth, Sandygast, Palossand, Goomy, Hoppip, Azurill, Dodrio, Doduo, Entei, Gloom, Gourgeist, Vileplume, Starmie, Quagsire, Oddish, Staryu, Skiploom, Jumpluff, Poliwag, Sunflora, Politoed, Poliwhirl, Poliwrath, Raikou, Suicune, Sunkern, Applin, Alolan Marowak, Bellosom, Heracross, Primeape, Marowak, Bellossom and Delibird overworld sprites - betsybugaboo on discord
  • Bidoof overworld sprites - LuxBeacon and betsybugaboo on discord
  • Bibarel, Buizel, Floatzel, Hatterene, Minun, Noibat, Pikipek, Plusle, Trumbeak, Appletun, Happiny, Drowzee, Luvdisc, Manaphy, Phione, Flapple, Octillery, Stonjourner, Corphish, Crawdaunt, Duraludon, Dedenne, Carbink, Electrike, Diancie, Munchlax and Volbeat overworld sprites - LuxBeacon on discord
  • Qwilfish overworld sprites - kyro909 on discord
  • Toucannon overworld sprites - Invader and LuxBeacon on discord
  • Murkrow and Honchkrow overworld sprites - Invader on discord
  • Grimer, Muk, Pinsir, Diglett, Dugtrio, Wooloo, Mr. Mime overworld sprites - Snak on discord
  • Voltorb overworld sprites - Goose and Internet_Goblin on discord
  • Pancham, Dhelmise, Klefki, Honedge overworld sprites - Et3rniti on discord
  • Carvanha, Starly, and Staravia overworld sprites - Molk on discord
  • Probopass, Mime Jr, Oshawott, Girafarig and Pachirisu overworld sprites - SkwovetSquire on discord
  • Drilbur, Excadrill, Hydreigon, Zweilous and Deino overworld sprites - EeVeeEe on discord
  • NidoranF, Nidorina, Nidoqueen, Skarmory, Tauros, Jirachi, Cosmog, Cosmoem and Aerodactyl overworld sprites - Sage on discord
  • NidoranM overworld sprites - Sir Fear-ali on discord
  • Milcery and Cufant overworld sprites - SkwovetSquire and LuxBeacon on discord
  • Cottonee, Dewott overworld sprite - hades da god on discord
  • Whimsicott overworld sprite - hades da god and Et3rniti on discord
  • Pangoro overworld sprite - hades da god and SkwovetSquire on discord
  • Lilligant, Golett, Petilil, Ledian and Golurk overworld sprites - Sayaka on discord.
  • Clefairy overworld sprites - Meowmie on discord
  • Hattrem overworld sprites - Filth-sama on discord
  • Croagunk overworld sprites - SCHLIEMONI on discord
  • Shuckle overworld sprites - betsybugaboo on discord
  • Cramorant overworld sprites - Sadfish on discord
  • Cubone overworld sprites - uchuu on discord
  • Combee and Vespiquen battle and overworld sprites - TerraTerraCotta on discord.
  • Cutiefly and Ribombee battle and overworld sprites - TerraTerraCotta on discord (and Sadfish for Cutiefly overworld sprites)
  • Sigilyph overworld sprites - Mr Dustman on discord.
  • Darumaka overworld sprites - Goose on discord.
  • Galarian Darumaka overworld sprites - Mr Dustman on discord.
  • Galarian Darmanitan overworld sprites - Sadfish and Mr Dustman on discord.
  • Darmanitan and Zen Darmanitan overworld sprites - Poisonous Gas and Mr Dustman on discord.
  • Elgyem and Beheeyem overworld sprites - Sadfish and Goose on discord.
  • Wooper, Wingull, Linoone and Unown overworld sprites - Snak on discord.
  • Weedle, Kakuna, Beedrill, Abomasnow, Rattata, and Raticate overworld sprites - Internet_Goblin on discord.
  • Larvesta, Poochyena and Nosepass overworld sprites - Sadfish on discord.
  • Maractus overworld sprites - EeVeeEe on discord.
  • Zigzagoon overworld sprites - Miserable Pile Of Secrets and Kalvinz on discord.
  • Regieleki overworld sprites and 'alternate' Regi overworld sprites - Mr Dustman on discord.
  • Regidrago, Regirock, Regice and Registeel overworld sprites - sir feralipogchamp on discord.
  • Crawdaunt overworld sprites - sir feralipogchamp on discord.
  • Dwebble overworld sprites - Sadfish, Mr Dustman on discord.
  • Crustle overworld sprites - Goose on discord.
  • Litwick, Lampent and Chandelure overworld sprites - Goose on discord.
  • Snover overworld sprites - Turner on discord
  • Stantler overworld sprites - Roffles on discord
  • Kubfu overworld sprites - LuxBeacon on discord
  • Seel and Dewgong overworld sprites - Potato Q on discord
  • Grubbin, Charjabug and Vikavolt overworld sprites - Elusiveplayer on discord
  • Treecko, Torchic overworld sprites - Filth-sama on discord
  • Zorua overworld sprites - Sorrel on discord
  • Venonat, Venomoth overworld sprites - Roffles on discord
  • Wooloo overworld sprites - betsybugaboo on discord
  • Mawile overworld sprites - Iustinus Tempus on discord
  • Latias and Latios overworld sprites - Elusiveplayer on discord
  • Shiinotic overworld sprites - betsybugaboo on discord
  • Buizel and Floatzel overworld sprites - Filth-sama on discord
  • Piplup, Prinplup and Empoleon overworld sprites - Elusiveplayer on discord
  • Mudkip, Marshtomp and Swampert overworld sprites - Ayinai on discord
  • Igglybuff, Jigglypuff, Wigglytuff overworld sprites - Roffles on discord
  • Gothita, Gothorita, Gothitelle overworld sprites - Roffles on discord
  • Scorbunny, Raboot, Cinderace overworld sprites - Internet_Goblin on discord
  • Cleffa overworld sprites - Meowmie/Tabby on discord
  • Lickitung, Lickilicky overworld sprites - Shaqtothefuture on discord
  • Magnemite, Magneton, Magnezone overworld sprites - ElusivePlayer on discord
  • Chinchou, Lanturn overworld sprites - ElusivePlayer on discord
  • Pachirisu overworld sprites - SkwovetSquire on discord
  • Plusle, Minun overworld sprites - Lux and GenDraconis on discord
  • Drampa overworld sprites - Lavios on discord
  • Noibat and Noivern overworld sprites - Ayinai on discord
  • Audino overworld sprites - Gyu on discord
  • Happiny overworld sprites - Internet_Goblin on discord
  • Mimikyu overworld sprites - Internet_Goblin on discord
  • Beheeyem overworld sprites - EeVeeEe on discord
  • Toucannon overworld sprites - EeVeeEe on discord
  • Duraludon overworld sprites - Internet_Goblin on discord
  • Octillery overworld sprites - Internet_Goblin on discord
  • Dartrix and Decidueye overworld sprites - Ayinai on discord
  • Hypno overworld sprites - Hibiwiki on discord
  • Wobbuffet overworld sprites - Scoobleblablebly on discord
  • Combusken, Blaziken overworld sprites - Hibiwiki on discord
  • Trubbish overworld sprites - SaltExplosion on discord
  • Grovyle, Sceptile overworld sprites - Hibiwiki on discord
  • Swadloon and Leavanny overworld sprites - betsybugaboo on discord
  • Krabby and Wurmple overworld sprites - Jiggy on discord
  • Goomy overworld sprites - betsybugaboo on discord
  • Sligoo, Goodra overworld sprites - OtDxRaichunite on discord
  • Nincada, Ninjask and Shedinja overworld sprites - peach-n-key on discord
  • Granbull overworld sprites - peach-n-key on discord
  • Skitty and Delcatty overworld sprites - peach-n-key on discord
  • Slakoth, Vigoroth and Slaking overworld sprites - peach-n-key on discord
  • Cascoon, Dustox, Silcoon, and Beautifly overworld sprites - peach-n-key on discord
  • Spoink and Grumpig overworld sprites - LuxBeacon on discord
  • Urshifu overworld sprites - LuxBeacon on discord
  • Galarian Mr. Mime, Mr. Rime overworld sprites - Lux and EeVeeEe on discord
  • Copperajah overworld sprites - hades da god on discord
  • Seedot overworld sprites - hades da god on discord
  • Celebi overworld sprites - peach-n-key on discord
  • Venipede overworld sprites - peach-n-key on discord
  • Scolipede overworld sprites - CuervoTerras on discord
  • Runerigus overworld sprites - EeVeeEe on discord
  • Galar Yamask overworld sprites - EeVeeEe and Hibiwiki on discord
  • Calyrex overworld sprites - peach-n-key on discord
  • Quilladin and Chesnaught overworld sprites - peach-n-key and LuxBeacon on discord
  • Tepig overworld sprites - GML on discord
  • Pikipek, Trumbeak overworld sprites - EeVeeEe on discord
  • Snivy overworld sprites - GML on discord
  • Fomantis overworld sprites - EeVeeEe on discord
  • Budew, Roselia and Roserade overworld sprites - GML on discord
  • Joltik and Galvantula overworld sprites - GML on discord
  • Vanillite, Vanillish overworld sprites - GML on discord
  • Vanilluxe overworld sprites - Kazdraws0w0 on discord
  • Nuzleaf overworld sprites - GML on discord
  • Kommo-o overworld sprites - GML on discord
  • Gulpin, Swalot overworld sprites - GML on discord
  • Pignite overworld sprites - GML on discord
  • Obstagoon overworld sprites - EeVeeEe on discord
  • Purrloin overworld sprites - EeVeeEe on discord
  • Shelmet and Accelgor overworld sprites - EeVeeEe on discord
  • Karrablast and Escavalier overworld sprites - GML on discord
  • Oddish, Gloom, Vileploom, Primeape, Poliwag, Poliwhirl, Poliwrath, Snorlax, Raikou, Entei, and Suicune overworld sprite edits - JappaWakka on discord
  • Wimpod overworld sprites - HERO on discord
  • Solosis, Duosion, and Reuniclus overworld sprites - GML on discord
  • Servine, Serperior overworld sprites - GML on discord
  • Lurantis overworld sprites - EeVeeEe on discord
  • Shellos East and Shellos West overworld sprites - GML on discord
  • Cyndaquil, Quilava and Typhlosion overworld sprites - Invader and MegamanOmega on discord
  • Hisuian Typhlosion overworld sprites - Invader on discord
  • Hisuian Growlithe overworld sprites - Bugcut on discord
  • Fennekin overworld sprites - Kedöshim on discord
  • Wynaut overworld sprites - Kedöshim on discord
  • Cursola overworld sprites - Kedöshim on discord
  • Galarian Corsola overworld sprites - Kedöshim on discord
  • Corsola overworld sprites - Kedöshim on discord
  • Ursaluna overworld sprites - Kedöshim on discord
  • Rookidee overworld sprites - Kedöshim on discord
  • Deoxys overworld sprites (all forms) - Kedöshim on discord
  • Hisuian Decidueye, Samurott and Hisuian Samurott overworld sprites - Kedöshim on discord
  • Hisuian Voltorb and Hisuian Electrode overworld sprites - MapleSyrup on discord
  • Pawniard and Bisharp overworld sprites - Sayaka on discord
  • Meditite and Medicham overworld sprites - Kedöshim on discord
  • Rufflet and Kingler overworld sprites - Kedöshim on discord
  • Regigigas and Corvisquire overworld sprites - Kedöshim on discord
  • Chimchar, Infernape and Monferno overworld sprites - Kedöshim on discord
  • Castform and Cloyster overworld sprites - LuxBeacon on discord
  • Farfetch'd, Galarian Ponyta and Galarian Rapidash overworld sprites - Kedöshim on discord
  • Sewaddle overworld sprites - GML on discord
  • Blipbug overworld sprites - Rolyer on discord
  • Drizzile overworld sprites - E.splash on discord
  • Tapu Fini, Tapu Bulu, Tapu Lele, Tapu Koko and Hatenna overworld sprites - Kedöshim on discord
  • Hatterene, Tyrantrum, Primarina, Hisuian Braviary and Braviary overworld sprites - Kedöshim on discord
  • Gorebyss, Huntail, Clamperl and Corviknight overworld sprites - Kedöshim on discord
  • Burmy and Wormadam overworld sprites (all forms) - EeVeeEe on discord
  • Doduo and Dodrio overworld sprite edits - JappaWakka on discord
  • Mankey overworld sprites - Rolyer on discord
  • Nidorino overworld sprites - EeVeeEe on discord
  • Burmy and Wormadam overworld sprites (all forms) - EeVeeEe on discord
  • Shellder overworld sprites - Molk on discord
  • Sewaddle overworld sprites - GML on discord
  • Blipbug overworld sprites - Rolyer on discord
  • Kabutops overworld sprites - Kedöshim on discord
  • Sobble and Drizzile overworld sprites - E.splash on discord
  • Meowth and Persian overworld sprites - Kedöshim on discord
  • Vullaby and Mandibuzz overworld sprites - Sayaka on discord
  • Axew, Fraxure and Haxorus overworld sprites - Kedöshim on discord
  • Litten overworld sprites - Kedöshim on discord
  • Magearna overworld sprites (both forms) - Kedöshim on discord
  • Grapploct overworld sprites - EeVeeEe on discord
  • Tynamo overworld sprites - Kedöshim on discord
  • Bonsly overworld sprites - Kedöshim on discord
  • Tyrunt overworld sprites - Kedöshim on discord
  • Braixen and Delphox overworld sprites - Kedöshim on discord
  • Rowlet overworld sprites - Kedöshim on discord
  • Tsareena overworld sprites - EeVeeEe on discord
  • Hattrem overworld sprites - Kedöshim on discord
  • Victini overworld sprites - Kedöshim on discord
  • Fletchling overworld sprites - Kommie on discord
  • Spheal and Sealeo overworld sprites - GML on discord
  • Golisopod overworld sprites - Kedöshim on discord
  • Garbodor overworld sprites - Kedöshim on discord
  • Shiftry overworld sprites - Kedöshim on discord
  • Steenee overworld sprites - CuervoTerras on discord
  • Kleavor overworld sprites - EeVeeEe on discord
  • Timburr, Gurdurr, and Conkeldurr overworld sprites - EeVeeEe on discord

Overworld animations:

  • Galarian Darumaka, Alolan Exeggutor, Pangoro, Runerigus, Thwackey, Yamask overworld sleep animations - Blumiau on discord
  • abomasnow, ambipom, azurill, bidoof, budew, cascoon, chimchar, corphish, crawdaunt, empoleon, hippopotas_f, hippopotas_m, lickilicky, marshtomp, mothim, mudkip, nincada, onix, piplup, regice, regigigas, regirock, registeel, roserade, rotom, seedot, seel, shedinja, shellder, shiftry, silcoon, snorunt, swampert, torchic, wurmple overworld sleep animations - Galenorla on discord
  • Clobbopus, Cufant, Duraludon, Frosmoth, Grapploct, Hatenna, Hatterene, Hattrem, Indeedee female, Indeedee male, Pincurchin, Polteageist, Sinistea, Sizzlipede, Snom, Stonjourner, Toxel, Toxtricity amped, Toxtricity Lowkey overworld sleeping animations - Blumiau on discord
  • Cranidos headbutt OW animation - Galenorla on discord
  • blipbug, corviknight, corvisquire, cramorant, drizzile, dubwool, eldegoss, foongus, gossifleur, grookey, inteleon, leavanny, munna, raboot, rookidee, scorbunny, seismitoad, silicobra, skwovet, sobble, swadloon, thievul, thwackey, wimpod, wooloo, yamper overworld sleep animations - Blumiau on discord
  • wimpod OW sleep animation - Aaamdacuaga and Blumiau on discord
  • All furfrou form OW sleep animations - Indie on discord
  • Unown OW sleep animations - Indie on discord
  • Vivillon sleeping OW animations - Indie on discord
  • minior sleep spinning animation - Blumiau and Indie on discord
  • araquanid, bewear, charjabug, drampa, fomantis, golisopod, grubbin, kommo-o, lurantis, mimikyu, morelull, oranguru, palossand, pikipek, sandygast, shiinotic, stufful, togedemaru, toucannon, trumbeak, turtonator, vikavolt, yungoos overworld sleep animations - Blumiau on discord
  • skorupi, spewpa, spritzee, swanna, talonflame, throh, tirtouga overworld sleep animations - Blumiau on discord
  • corphish, crawdaunt, crobat, gloom, hoppip, kabutops, oddish overworld cut animations - impl on discord
  • absol, zangoose overworld cut animations - Galenorla on discord
  • chimecho overworld idle animations - Galenorla on discord
  • chingling overworld overworld idle animations - Indie on discord
  • raticate_alolan, rattata_alolan, bellsprout, grotle, raticate, rattata, torterra, victreebel, weepinbell overworld cut animations - Indie on discord
  • brionne, cryogonal, dartrix, decidueye, durant, incineroar, litleo, litten, phantump, popplio, primarina, rowlet, scatterbug, scrafty, scraggy, simipour, simisage, simisear, skiddo, torracat, tranquill, trevenant, tympole, unfezant_female, unfezant_male, watchog, zebstrika overworld sleep animations - Blumiau on discord
  • bellossom, bisharp, budew, cacnea, cacturne, dewott, gallade, samurott_hisuian, sneasel_hisuian, lombre, lotad, ludicolo, nuzleaf, oshawott, parasect, pawniard, roselia, roserade, samurott, seedot, shiftry, shroomish, sunflora, vileplume, weavile overworld cut animations - impl on discord
  • gardevoir overworld sleep animation - Adrian der Cube on discord
  • Parasect Cut OW animation fixes - Aaamdacuaga
  • hisuian electrode, turtwig, kleavor, sirfetch'd, alolan sandslash, hisuian voltorb overworld cut animations - Indie on discord
  • jumpluff, trecko, sceptyle, grovyle Cut overworld animations - impl on discord
  • Aipom, Ambipom, Ampharos, Azumarill, Azurill, Bayleef, Bonsly, Chikorita, Croconaw, Cyndaquil, Dunsparce, Feraligatr, Flaaffy, Forretress, Furret, Girafarig, Gligar, Ledian, Ledyba, Mareep, Marill, Meganium, Misdreavus, Mismagius, Natu, Pineco, Quagsire, Quilava, Sentret, Sudowoodo, Togekiss, Togepi, Togetic, Totodile, Typhlosion, Wobbuffet, Wooper, Wynaut, Xatu, Yanma, Yanmega, Corsola, Corsola_galarian, Cursola, Donphan, Gliscor, Granbull, Heracross, Larvitar, Magcargo, Mamoswine, Mantine, Mantyke, Miltank, Phanpy, Piloswine, Pupitar, Shuckle, Skarmory, Slugma, Smeargle, Sneasel, Snubbull, Stantler, Swinub, Teddiursa, Tyranitar, Ursaluna, Ursaring, Weavile, Wyrdeer, Beautifly, Blaziken, Breloom, Cascoon, Combusken, Delcatty, Dustox, Exploud, Gallade, Gardevoir, Grovyle, Hariyama, Kirlia, Linoone, Lombre, Loudred, Ludicolo, Makuhita, Marshtomp, Masquerain, Mightyena, Mudkip, Nincada, Ninjask, Nosepass, Nuzleaf, Obstagoon, Pelipper, Poochyena, Probopass, Ralts, Sableye, Sceptile, Seedot, Shedinja, Shiftry, Shroomish, Silcoon, Skitty, Slakoth, Surskit, Swampert, Swellow, Taillow, Torchic, Treecko, Whismur, Wingull, Wurmple, Zigzagoon, Absol, Aggron, Altaria, Anorith, Armaldo, Aron, Bagon, Cacnea, Cacturne, Camerupt, Castform, Chimecho, Chingling, Corphish, Cradily, Crawdaunt, Dusclops, Dusknoir, Duskull, Electrike, Flygon, Froslass, Glalie, Grumpig, Gulpin, Illumise, Lairon, Lileep, Lunatone, Manectric, Mawile, Minun, Numel, Plusle, Roserade, Roselia, Salamence, Sealeo, Shelgon, Snorunt, Solrock, Spheal, Spinda, Spoink, Swablu, Swalot, Torkoal, Trapinch, Vibrava, Volbeat, Beldum, Buneary, Bibarel, Bidoof, Bronzong, Bronzor, Buizel, Burmy_plant, Burmy_sand, Burmy_trash, Chimchar, Combee, Combee_f, Cranidos, Drifblim, Drifloon, Empoleon, Floatzel, Gabite, Garchomp, Gastrodon_east, Gastrodon_west, Gible, Grotle, Infernape, Lopunny, Luxio, Luxray, Metagross, Metang, Monferno, Mothim, Pachirisu, Piplup, Prinplup, Rampardos, Shellos_east, Shellos_west, Shieldon, Shinx, Spiritomb, Staraptor, Staravia, Starly, Torterra, Turtwig, Vespiquen, Wormadam, Abomasnow, Carnivine, Conkeldurr, Cottonee, Darmanitan_galarian, Darmanitan, Darumaka, Dewott, Drilbur, Excadrill, Gurdurr, Herdier, Hippopotas, Krookodile, Krokorok, Liepard, Lilligant, Lillipup, Lucario, Maractus, Oshawott, Purrloin, Riolu, Rotom_fan, Rotom_frost, Rotom_heat, Rotom_mow, Rotom, Rotom_wash, Samurott_hisui, Samurott, Sandile, Scolipede, Serperior, Servine, Sewaddle, Sigilyph, Snivy, Snover, Stoutland, Swoobat, Tepig, Timburr, Venipede, Whimsicott, Whirlipede, Woobat, Accelgor, Axew, Beheeyem, Bisharp, Braixen, Braviary_hisuian, Braviary, Chandelure, Chesnaught, Chespin, Cofagrigus, Deino, Delphox, Duosion, Elgyem, Escavalier, Fennekin, Froakie, Frogadier, Galvantula, Garbodor, Golett, Golurk, Gothorita, Gothita, Gothitelle, Greninja, Heatmor, Hydreigon, Joltik, Karrablast, Lampent, Larvesta, Litwick, Pawniard, Quilladin, Reuniclus, Rufflet, Shelmet, Solosis, Stunfisk, Trubbish, Vanillish, Vanillite, Vanilluxe, Volcarona, Vullaby, Yamask, Zoroark, Zorua, Zweilous, Aegislash_blade, Aegislash_shield, Baltoy, Carbink, Chatot, Cherrim, Cherrim_sunshine, Cherubi, Dedenne, Dewgong, Doublade, Glameow, Goodra, Goomy, Gourgeist, Hawlucha, Hippowdon_f, Hippowdon_m, Honedge, Houndoom, Houndour, Klefki, Kricketot, Kricketune, Magnemite, Magneton, Magnezone, Medicham, Meditite, Noibat, Noivern, Phantump, Porygon2, Porygonz, Porygon, Pumpkaboo, Purugly, Seviper, Skuntank, Sliggoo, Starmie, Staryu, Stunky, Sunflora, Swirlix, Toxicroak, Trevenant, Tropius, Tyrantrum, Tyrunt, Walrein, Zangoose, Amaura, Appletun, Applin, Araquanid, Archen, Archeops, Arctozolt, Aromatisse, Audino, Aurorus, Avalugg, Barbaracle, Beartic, Bergmite, Binacle, Blitzle, Boldore, Boltund, Bunnelby, Carkol, Carracosta, Castform_rainy, Castform_sunny, Castform_windy, Centiskorch, Chewtle, Cinderace, Coalossal, Comfey, Crabominable, Crabrawler, Croagunk, Cubchoo, Deerling_autumn, Deerling_spring, Deerling_summer, Deerling_winter, Dewpider, Geodude_alolan, Golem_alolan, Graveler_alolan, Meowth_alolan, Ninetales_alolan, Perrserker, Rattata_alolan, Raticate_alolan, Sandshrew_alolan, Sandslash_alolan, Vulpix_alolan, Zigzagoon_galarian, Diggersby, Dottler, Dracovish, Dracozolt, Dragapult, Drakloak, Drapion, Drednaw, Dreepy, Druddigon, Ducklett, Eiscue, Emboar, Espurr, Falinks, Ferroseed, Ferrothorn, Flabebe_blue, Flapple, Fletchinder, Fletchling, Floette_blue, Florges_blue, Fraxure, Frillish_f, Frillish_m, Gigalith, Glaceon, Gogoat, Goodra_hisui, Greedent, Grookey, Gumshoos, Haxorus, Heliolisk, Klang, Klinklang, Klink, Linoone_galarian, Mandibuzz, Meowth_galarian, Sliggoo_hisuian, Slowbro_galarian, Slowking_galarian, Sneasel_hisuian, Stunfisk_galarian, Weezing_galarian, Zoroark_hisuian, Zorua_hisuian overworld sleep animations - Galenorla on discord
  • aerodactyl, blissey, chansey, ditto, dragonair, dragonite, dratini, eevee, espeon, flareon, glaceon, happiny, hitmonchan, hitmontop, jolteon, jynx, kabutops, kabuto, kangaskhan, kleavor, koffing, lapras, leafeon, lickilicky, lickitung, mime jr, mr mime, mr rime, munchlax, omanyte, omastar, pinsir, rhydon, rhyhorn, rhyperior, scizor, scyther, smoochum, snorlax, sylveon, tangela, tangrowth, tauros, umbreon, vaporeon, weezing overworld sleep animations - Galenorla on discord
  • arbok, beedrill, bellossom, blastoise, bulbasaur, butterfree, caterpie, charizard, charmander, charmeleon, clefable, clefairy, cleffa, crobat, ekans, fearow, golbat, igglybuff, ivysaur, jigglypuff, kakuna, metapod, nidoking, nidoqueen, nidoran_f, nidoran_m, nidorina, nidorino, ninetales, parasect, paras, pichu, pidgeotto, pidgeot, pidgey, pikachu, raichu, rattata, raticate, sandshrew, sandslash, spearow, squirtle, venomoth, venonat, venusaur, vulpix, wartortle, weedle, wigglytuff, zubat overworld sleep animations - Galenorla on discord
  • abra, alakazam, arcanine, bellsprout, cubone, diglett, dodrio, doduo, dugtrio, electrode, exeggcute, exeggutor, farfetch_d, geodude, golduck, golem, graveler, grimer, grimer, growlithe, hitmonlee, kadabra, kingler, krabby, machamp, machoke, machop, marowak, marowak, meowth, meowth, muk, muk, onix, persian, persian, politoed, poliwag, poliwhirl, poliwrath, ponyta, rapidash, slowbro, slowking, slowpoke, slowpoke, steelix, victreebel, voltorb, weepinbell overworld sleep animations - Galenorla on discord
  • Treecko, Grovile and Sceptile overworld cut animations - Impl on discord
  • Exeggcute, Exeggutor and Leafeon Cut overworld animations - Impl on discord
  • Alolan Exeggutor Cut overworld animation - Impl on discord
  • Nidoqueen headbutt overworld animation - Galenorla on discord
  • Mr. Mime, Skitty, Delcatty, and Persian idle overworld animations - Blumiau on discord
  • Squirtle, Wartortle and Blastoise Headbutt OW Animations - DerpKip on discord
  • Smeargle painting OW animation - Queen Kami on discord
  • Krabby Cut OW animation - impl on discord
  • Sandslash Cut OW animation - impl on discord
  • Ampharos Power OW animation - impl on discord
  • Abra teleport idle animation - impl on discord
  • Chikorita, Bayleef, Meganium, Bulbasaur, Ivysaur, Venusaur, Breloom, Pinsir, Scyther, Scizor, Haxorus Cut overworld animations - Galenorla on discord
  • Pidgey, Spearow, Pidove, Rookidee, Starly overworld pecking animations - Galenorla on discord

Player sprites:

  • Hilda and Rosa back sprites - Solo993 on Deviantart
  • Chase, Mark, Mint, Rosa, Brendan, May, Elaine and Leaf overworld sprites - Internet_Goblin on discord
  • Hilda overworld sprites - EeVeeEe on discord
  • Brendan back sprite - Lockerz102 and A.J. Nitro
  • Lucas battle and overworld sprites - SkwovetSquire and LuxBeacon on discord
  • Kate back and overworld sprites - Lux and Toastknight on discord
  • Nate back and overworld sprites - Kedöshim on discord
  • Elio (SM and USUM) back sprites - SkwovetSquire on discord
  • Lyra back, walking and fishing sprites - Twilier / Reshidove on Deviantart
  • Lyra running, sleeping and sitting sprites - betsybugaboo on discord
  • Brendan back sprite - Lockerz102 and A.J. Nitro
  • Hilbert, Hilda, Rosa, Calem, Serena back sprites - Solo993 on Deviantart
  • Hilbert overworld sprites - Gargoyle on discord
  • Hilda overworld sprites - EeVeeEe on discord
  • Rosa, Chase overworld sprites - Internet_Goblin on discord
  • Calem, Serena, Gloria overworld sprites - betsybugaboo on discord
  • May, Chase, Red, Leaf back sprites - Gargoyle on discord
  • Gloria back sprite - Gargoyle on discord and LunaMaddalena on deviantart
  • Mint back sprite - LunaMaddalena on deviantart (edit by Badsy the Edgecat on discord)
  • Mark back sprite - LunaMaddalena on deviantart (edit by LuxBeacon on discord)
  • Lunick, Summer, Kellyn, Ben overworld and back sprites - LuxBeacon on discord
  • Victor back sprite - CuervoTerras on discord
  • Victor overworld sprites - LuxBeacon and SkwovetSquire on discord

Music:

  • X/Y Snowbelle City demake - Seiiccubus on discord and YouTube
  • RSE Mount Chimney demake - Seiiccubus on discord and YouTube
  • D/P Valor Lakefront demake - Seiiccubus on discord and YouTube
  • D/P Solaceon Town demake - Seiiccubus on discord and YouTube
  • B/W Route 6 demake - Seiiccubus on discord and YouTube
  • Diamond/Pearl League demake - Seiiccubus on discord and youtube
  • Black/White Dreamyard demake - Seiiccubus on discord and youtube
  • Diamond/Pearl Route 216 demake - Seiiccubus on discord and youtube
  • Diamond/Pearl Eterna Forest demake - Seiiccubus on discord and youtube
  • Black/White Route 10 demake - Seiiccubus on discord and youtube
  • RSE Route 113 demake - Seiiccubus on discord and youtube
  • Regigigas battle music - Zame on Youtube
  • Regi battle music - Alifib on youtube
  • Mansion Remix music - GlitchxCity on Youtube

Attack animations:

  • Psychic Fangs, Air Cutter, Cotton Guard, Fairy Wind, Fake Out, Fire Fang, Ice Fang, Meteor Mash, Poison Fang, Psychic Fangs, Psycho Cut, Signal Beam, Silver Wind, Smelling Salts, Thunder Fang, and Wish attack animations - peach-n-key on discord
  • Baby-doll Eyes attack animation - betsybugaboo on discord
  • Razor Shell, V-create attack animations - SkwovetSquire on discord
  • Struggle Bug attack animation - GML on discord
  • Scale Shot attack animation - CuervoTerras on discord
  • Strength Sap attack animation - CuervoTerras on discord
  • Dual Wingbeat attack animation - CuervoTerras on discord
  • Freeze Dry, Rage Powder, Follow Me, and Sludge Wave attack animations - CuervoTerras on discord
  • High Horsepower and Body Press attack animations - CuervoTerras on discord
  • King's Shield attack animation - GML on discord
  • Heavy Slam and Stomping Tantrum attack animations - CuervoTerras on discord
  • Power Up Punch attack animation - CuervoTerras on discord
  • Electroweb attack animation - Ventilatore on discord
  • Defog attack animation - Ventilatore on discord
  • Helping Hand attack animation - CuervoTerras on discord
  • Psyshield Bash attack animation - CuervoTerras on discord
  • Ally Switch attack animation - CuervoTerras on discord
  • Low Sweep attack animation - Ventilatore on discord
  • Heal Pulse attack animation - CuervoTerras on discord
  • Ingrain attack animation - GML on discord
  • Sticky Web attack animation - Ventilatore on discord
  • Tailwind attack animation - GML on discord
  • Dire Claw attack animation - CuervoTerras on discord
  • Fishious Rend attack animation - SkwovetSquire and CuervoTerras on discord
  • Gurdurr battle sprites - Molk on discord
  • Stealth Rock attack animation - CuervoTerras on discord
  • Spiky Shield attack animation - GML on discord
  • Baneful Bunker attack animation - GML on discord
  • Frenzy Plant attack animation - CuervoTerras on discord
  • Hydro Cannon attack animation - CuervoTerras on discord
  • Blast Burn attack animation - CuervoTerras on discord
  • Wide Guard attack animation - CuervoTerras on discord
  • Snarl attack animation - Ventilatore on discord
  • Flip Turn attack animation - CuervoTerras on discord
  • Heat Crash attack animation - CuervoTerras on discord
  • Yawn attack animation - peach-n-key on discord, edits by CuervoTerras on discord
  • Slack Off attack animation - peach-n-key on discord, edits by CuervoTerras on discord
  • Crush Grip attack sprites - Mr Dustman on discord

Other:

  • Rips of many attack animations - Liminalia on github
  • Spanish translation - CuervoTerras on discord
  • French translation - Charade on discord
  • Brazilian-Portuguese translation - Kedöshim on discord
  • German translation - 𝔼z̶𝓊𝓹Δɔʞ on discord / ITWinVis on Github
  • Hisuian and Spooky house sprites - CuervoTerras on discord
  • Savanna house sprites - CuervoTerras on discord
  • Cries from PLA-exclusives - Morningdew on RelicCaste
  • Fence gate sprite - Sakaya on discord
  • Item descriptions - betsybugaboo on discord
  • Gen 2 item bag menu images - ForeverBurning on discord
  • Follower dialogue - SkwovetSquire and LuxBeacon on discord
  • Wilds-Dex google doc - Internet_Goblin on discord
  • Waterfall animation - Quilchess on discord
  • Puddle ripple animation - ICantBelieveItsNotBowser on discord
  • Phione/Manaphy egg - SkwovetSquire on discord
  • Storage chest sprite - TerraTerraCotta on discord
  • Berry tree sprites - LuxBeacon on discord
  • Tundra biome house tileset - Internet_Goblin on discord
  • Wooded Lake biome house tileset - Gargoyle on discord
  • Various code help (bug fixes, adding sprites, and more) - ForeverBurning on discord
  • Fossil item icons - SkwovetSquire on discord.
  • Relic castle tile devamps - SkwovetSquire on discord.
  • Ruined fossil lab tiles - SkwovetSquire on discord.
  • Interior paintings, plushes, couches, vanity mirrors, windows, and pots - TerraTerraCotta on discord.
  • Various interior paintings - SkwovetSquire on discord.
  • Indoor clock sprite - boomtox the boombox on discord.
  • Fence sprite - boomtox the boombox on discord.
  • Cacturn 'dust tornado' sprite - Mr Dustman on discord.
  • Trapinch 'trapping' sprite - Mr Dustman on discord.
  • Deadbush tree sprite - Epharam on discord.
  • Player sprite while moving through sand pit - Epharam on discord.
  • Regigigas 'standing' sprite in dungeon - Mr Dustman on discord.
  • Campfire sprite coloration and torch sprites - boomtox-the-boombox on discord.
  • Punching bag sprite - Goose on discord.
  • Regi dungeon concept and mechanics - Internet_Goblin, Sadfish, Mr Dustman on discord.
  • Manik-Needlemouse on Deviantart for the ghost overworld sprite

pokewilds's People

Contributors

1iminal avatar christiansilvermoon avatar fourlastor avatar galenorla avatar itwinvis avatar kferraga avatar lecharade avatar mayaseii avatar mixone-finallyhere avatar nick-mckay avatar sheerst avatar skeddles avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pokewilds's Issues

Pokémon not getting some moves

So looking through some of the files, I noticed that some of my pokémon didn't learn moves on level up. According to Leafeon's evos_attacks.asm, it should learn a new move every 5 levels. Starting from lv 10 Eevee turned Leafeon, it only learned Synthesis, Giga Drain, and Sword's Dance. The leafeon is currently lv65. I missed Baby-Doll Eyes (lv15), Leech Seed (lv20), magical leaf (lv25), Sunny day (lv35), Leaf blade (lv50), and last resort (lv55). As well as any moves that might have been learned on evolution (I assume the db 0, [move name] is for just-hatched or evolution).

I also just caught a ditto (lv32) in a dungeon and it has no moves, which is interesting but most likely not intended.

I also have a Garchomp (raised from an wild egg) that missed Bulldoze, Dig, and sandstorm (not sure what else I missed due to evolutions changing when certain moves are learned).

How to use field move Teleport?

The PokeWilds Info Sheet [v0.8.3] document sates that Teleport "Allows the player to instantly travel between built Warps."

I assumed that the warp it refers to is the "Beacon", and its build cost led me to believe I was right, since it is not trivial to make.

I managed to acquire ingredients for two of these but I still cannot teleport to either of them. Is it implemented? What am I missing?

[Request] Linux arm64 version

Would it be possible to release arm64 versions of the game ?

Currently the only way to play this game on arm64 platforms would be through x86_64 emulation (Fex, Rosetta2, Box86/64) which can cause huge performance loss on some platforms (Tegra for example)

Using pokeballs while burned does not let the burn trigger at end of turn

I had my Ivysaur fighting against a banette, I was burned with will-o-wisp and I figured I'd try to at least catch it before I died to burn damage, so I threw the pokeball and oddly enough when the banette broke free and took its turn, my ivysaur didnt suffer from the burn... I kept this up until the banette did eventually knock out my ivysaur about 4 turns later.

Battle music fails at night

I can't figure out what circumstances cause this, but triggering a wild battle at night will often not play wild_battle_intro or wild_battle. Instead, the overworld night music continues to play throughout the battle. Victory music still works as intended, however.

I wish to contribute

If i read correctly I'm suppose to leave a issue here?

I am a 23 y/o programmer from the UK. I am fluent in Java, Javascript and C# been programming since 2009.

I'd like to ask if you'd like a Launcher / Updater created as i'd be more then happy to write that for you.

If there are any other things you'd need assistance with whether that be bug fixing, networking maybe even a login system
i'd me more then happy to assist.

I do have a couple projects that are public on my github as of right now. Most of mine are private but i'd be more then happy to show you some.

I'm in the discord server as ItsLuke#6703

Stuck in my house

So I was building a house and the door got placed in a wall somehow and now I am stuck inside my house with no way of exiting

Saved game is cannot be found

Hi. I played over 5 hours yesterday and I had 3 different set of saved games because the first two saved games were nowhere to be found. I thought maybe it was because I don't have a house at the game maybe that is why it is not in load nor in the local. So, on the third one, I made sure to build a house and saved the game before logging off but when I open the game, it was not in local nor in the load.

Where can I find my last saved game? Thank you and God Bless

Alolan Exeggcutor visual glitch

Love the game! It's nostalgic feel, yet novel gameplay... GF take notes!

Just wanted to report a small visual glitch with alolan exeggcutor when using cut. When the trainer sprite is behind him, it looks like the exeggcutor's neck goes right through his head lol.

Screenshot_20220620_082241

photosensitive mode + logic

As per conversation on merged PR #11:

SheerSt -

Slight issue regarding the Flash animation. I've had users report in the past that very quickly flashing black and white colors is a problem, especially since the game can be fullscreened. This was the case with the Low Kick animation, my solution was to replace all of the flashing with a single inverse_colors effect. Let me know your thoughts on the best way to handle this. It might be nice to somewhere keep a backup of the 'accurate' animation, maybe?

Liminalia -

As for the flashing issue, I think it's possible to add some kind of "seizure-free mode" user setting, track flashing programmatically and disable it when change between inverse_colors and normal colors occurs too often, for example by saving the frame number when inverse_colors is called in LoadAndPlayAnimation class and deny turning it off until a certain amount of frames has passed.

Tracking this issue here. 'photosensitive mode' toggle needs added to settings.txt and code logic described above needs added.

Ripping attack animations

Hi, first of all thank you for working on this project.
In readme you mentioned that ripping attack animations is top priority task and that you will reveal the procedure if corresponding issue is created.
I'd like to learn the details and see what I can do.

// UPD

List of moves
Hex Move Player Enemy
47 Absorb + +
33 Acid + +
97 Acid Armor
B1 Aeroblast
85 Amnesia + +
F6 Ancientpower + +
D5 Attract + +
3E Aurora Beam + +
8C Barrage + +
70 Barrier + +
E2 Baton Pass
FB Beat Up
BB Belly Drum
75 Bide
14 Bind
2C Bite + +
3B Blizzard + +
22 Body Slam + +
7D Bone Club + +
C6 Bone Rush
9B Bonemerang
91 Bubble + +
3D Bubblebeam + +
CC Charm + +
80 Clamp + +
D2 Comet Chop
04 Comet Punch
6D Confuse Ray + +
5D Constrict
A0 Conversion
B0 Conversion 2
B2 Cotton Spore
44 Counter
98 Crabhammer
EE Cross Chop + +
F2 Crunch + +
AE Curse + +
0F Cut + +
B6 Defend
6F Defense Curl + +
C2 Destiny Bond
C5 Detect
5B Dig + +
32 Disable + +
92 Dizzy Punch
26 Double Edge + +
18 Double Kick + +
03 Double Slap + +
68 Double Team + +
52 Dragon Rage + +
E1 DragonBreath + +
8A Dream Eater
41 Drill Peck + +
DF Dynamic Punch + +
59 Earthquake + +
79 Egg Bomb + +
34 Ember + +
E3 Encore
CB Endure
99 Explosion
F5 Extreme Speed + +
B9 Faint Attack + +
CE False Swipe + +
7E Fire Blast + +
07 Fire Punch + +
53 Fire Spin + +
5A Fissure
AF Flail
AC Flame Wheel + +
35 Flamethrower + +
94 Flash + +
13 Fly + +
74 Focus Energy
C1 Foresight
DA Frustration
1F Fury Attack
9A Fury Swipes + +
F8 Future Sight
CA Giga Drain + +
89 Glare + +
2D Growl + +
4A Growth
0C Guillotine
10 Gust + +
6A Harden + +
72 Haze
1D Headbutt + +
D7 Heal Bell
88 Hi Jump Kick
ED Hidden Power
1E Horn Attack + +
20 Horn Drill
38 Hydro Pump + +
3F Hyper Beam + +
9E Hyper Fang + +
5F Hypnosis + +
3A Ice Beam + +
08 Ice Punch + +
C4 Icy Wind
E7 Iron Tail
1A Jump Kick
02 Karate Chop + +
86 Kinesis
8D Leech Life + +
49 Leech Seed
2B Leer + +
7A Lick + +
71 Light Screen + +
C7 Lock On
8E Lovely Kiss + +
43 Low Kick + +
B7 Mach Punch
DE Magnitude
D4 Mean Look + +
60 Meditate
48 Mega Drain + +
E0 Megahorn + +
19 Mega Kick
05 Mega Punch + +
E8 Metal Claw
76 Metronome + +
D0 Milk Drink + +
66 Mimic
AA Mind Reader
6B Minimize
F3 Mirror Coat
77 Mirror Move
36 Mist
EC Moonlight
EA Morning Sun
BD Mud Slap
65 Night Shade
AB Nightmare
BE Octazooka
C8 Outrage
DC Pain Split
06 Payday
40 Peck + +
C3 Perish Song
50 Petal Dance
2A Pin Missile
8B Poison Gas + +
4D Poison Powder + +
28 Poison Sting + +
01 Pound + +
B5 Powder Snow + +
D9 Present
3C Psybeam + +
F4 Psych Up
5E Psychic + +
95 Psywave
E4 Pursuit
62 Quick Attack + +
63 Rage
F0 Rain Dance + +
E5 Rapid Spin + +
4B Razor Leaf + +
0D Razor Wind + +
69 Recover + +
73 Reflect + +
9C Rest
D8 Return + +
B3 Reversal
2E Roar + +
9D Rock Slide + +
F9 Rock Smash + +
58 Rock Throw + +
1B Rolling Kick + +
CD Rollout + +
DD Sacred Fire + +
DB Safeguard + +
1C Sand Attack + +
C9 Sandstorm + +
B8 Scary Face + +
0A Scratch + +
67 Screech + +
45 Seismic Toss + +
78 Selfdestruct
F7 Shadow Ball + +
9F Sharpen
2F Sing + +
A6 Sketch
82 Skull Bash
8F Sky Attack + +
15 Slam + +
A3 Slash + +
4F Sleep Powder + +
D6 Sleep Talk
7C Sludge + +
BC Sludge Bomb + +
7B Smog + +
6C Smokescreen + +
AD Snore
87 Softboiled
4C Solar Beam + +
31 Sonicboom + +
D1 Spark
A9 Spider Web + +
83 Spike Cannon + +
BF Spikes + +
B4 Spite
96 Splash + +
93 Spore + +
D3 Steel Wing + +
17 Stomp + +
46 Strength + +
51 String Shot + +
A5 Struggle + +
4E Stun Spore + +
42 Submission
A4 Substitute
F1 Sunny Day + +
A2 Super Fang
30 Supersonic + +
39 Surf + +
CF Swagger
BA Sweet Kiss + +
E6 Sweet Scent + +
81 Swift + +
0E Swords Dance + +
EB Synthesis + +
21 Tackle + +
27 Tail Whip + +
24 Take Down + +
64 Teleport + +
A8 Thief
25 Thrash
57 Thunder + +
09 Thunder Punch + +
55 Thunderbolt + +
54 Thundershock + +
56 Thunderwave + +
5C Toxic + +
90 Transform
A1 Tri Attack + +
A7 Triple Kick
29 Twineedle + +
EF Twister + +
0B Vice Grip + +
16 Vine Whip + +
E9 Vital Throw
37 Water Gun + +
7F Waterfall + +
FA Whirlpool + +
12 Whirlwind + +
11 Wing Attack + +
6E Withdraw + +
23 Wrap + +
C0 Zap Cannon

Pokemon Gold custom ROM for ripping move anims:
https://files.catbox.moe/dhr78b.gbc - ROM with transparent Pokemon sprites (good for ripping visual effects seamlessly and with minimal editing)
https://files.catbox.moe/7yxc03.gbc - ROM with Pokemon sprites replaced with red squares (good for building metadata for moves with screen/sprite translations)

No double status conditions

It is not possible to have a volatile status condition such as confused, cursed, etc. while a pokemon already has a volatile status or a non-volatile status effect such as paralysis, sleep, etc.

Rates of movements

The % in movements are so high. Snow powder practically is frozen me always.
When a Pokémon is confused hits itself every time.
Metal Claw always raises ATK.

Building on a map-generated structure causes save to be unloadable

I found a large building that had been randomly generated as part of my map. I used my Machop's build ability and was able to delete one of the roof tiles by building a chimney over top of it, and now my save file will not load the map. I've attached a copy of my save file here: Test.sav.backup.zip

Here is the error message when I attempt to start the save up:

com.badlogic.gdx.utils.GdxRuntimeException: Couldn't load file: tiles/buildings/pkmnmansion_roof_Echimney.png
	at com.badlogic.gdx.graphics.Pixmap.<init>(Pixmap.java:165)
	at com.badlogic.gdx.graphics.TextureData$Factory.loadFromFile(TextureData.java:98)
	at com.badlogic.gdx.graphics.Texture.<init>(Texture.java:122)
	at com.badlogic.gdx.graphics.Texture.<init>(Texture.java:114)
	at com.pkmngen.game.util.TextureCache.get(TextureCache.java:142)
	at com.pkmngen.game.Tile.init(Tile.java:2624)
	at com.pkmngen.game.Tile.<init>(Tile.java:408)
	at com.pkmngen.game.Tile.get(Tile.java:385)
	at com.pkmngen.game.PkmnMap.loadMapFromFile(PkmnMap.java:4897)
	at com.pkmngen.game.PkmnMap.loadFromFile(PkmnMap.java:5165)
	at com.pkmngen.game.DrawSetupMenu.step(Action.java:2468)
	at com.pkmngen.game.Game.render(Game.java:1400)
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:232)
	at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:127)
Caused by: com.badlogic.gdx.utils.GdxRuntimeException: File not found: tiles/buildings/pkmnmansion_roof_Echimney.png (Internal)
	at com.badlogic.gdx.files.FileHandle.read(FileHandle.java:142)
	at com.badlogic.gdx.files.FileHandle.readBytes(FileHandle.java:228)
	at com.badlogic.gdx.graphics.Pixmap.<init>(Pixmap.java:162)
	... 13 more
AL lib: (EE) alc_cleanup: 1 device

[Feature Idea] Helpers

Helpers

-Any Pokemon with proper hands can be recruited as a helper. Helpers can be set to oversee an area, designated by a "Helping Hand" (A hand icon in the bottom right allows you to select an area with your mouse). Most Helpers have a maximum area of 9x9 tiles, unless specified otherwise.

-Helpers will actively search for Pokemon that are holding items and take those items from them and deposit them in a nearby Item Chest.

-Only 1 Helper can work an area at a time and are RESTRICTED to those areas.

-Helpers DO NOT give any items themselves.

-Some Pokemon are better at helping than others.

  • Machop can collect 1 item from a pokemon every minute. Collects twice as many Binding Bands.

  • Machoke can collect up to 2 items from a pokemon every 45 seconds. (1st item 100% chance, 2nd item 25% chance) Collects twice as many Binding Bands.

  • Machamp can collect up to 3 items from a pokemon every 30 seconds. Its extra arm allows it to carry 1 extra item. (1st item 100% chance, 2nd item 25% chance, 3rd item 10% chance) Collects twice as many Binding Bands and Hard Stones. Can cover a 17x17 area.

  • Drowzee can collect 1 item from a pokemon every 45 seconds. Telekenisis allows it to move faster between pokemon. Collects twice as much PSI Energy. (Every so often it can instantly collect an item from a pokemon within 8 tiles of it without the need to move over to it.)

  • Hypno can collect up to 2 items from a pokemon every 30 seconds. Advanced telekenisis allows it to move even faster between pokemon. Collects twice as much PSI Energy and Dark Energy. (Even more often it can instantly collect up to 2 items from a pokemon within 8 tiles of it without the need to move over to it. 1st item 100% chance, 2nd item 25% chance.)

  • Jynx can collect up to 2 items from a pokemon every 30 seconds. It can charm nearly any pokemon into giving it an extra item. Collects twice as much PSI Energy and NeverMeltIce. (1st item 100% chance, 2nd item 50% chance.)

  • Electabuzz can collect 2 items from two pokemon simultaneously every 45 seconds. Acts as a powerful electromagnet, pulling items towards itself, not needing to walk very closely towards its target. Collects twice as many Metal Coats and Magnets. (Every so often it can instantly collect an item from a pokemon within 8 tiles of it without the need to move over to it.)

  • Electivire can collect 3 items from three pokemon simultaneously every 30 seconds. Acts as a powerful electromagnet, pulling items towards itself, not needing to walk very closely towards its target. Collects twice as many Metal Coats and Magnets. (Every so often it can instantly collect an item from a pokemon within 8 tiles of it without the need to move over to it.)

  • Magmar can collect 1 item from a pokemon every 45 seconds. Collects twice as much Charcoal.

  • Hariyama can collect 2 items from a pokemon every 30 seconds. Collects twice as many Binding Bands, Soft Feathers, and Soft Wool.

  • Sableye can collect 2 items from a pokemon every 45 seconds. Its jeweled eyes gives it a small chance to spot evolution stones when collecting items. (5% chance of finding an evo. stone) Collects twice as much Dark Energy, Life Force, and Stardust.

  • Mr. Mime can collect 3 items from three pokemon simultaneously every 30 seconds. Its proficiency with telekenisis and ability to replicate its owner's manuerisms, make it perfect as a helper. It calms any pokemon it interacts with and increases their happiness. Collects twice as much Life Force and PSI Energy.

I'm certain there are many more that can become Helpers but I tried to stick to those that are either Human-Like or have proper hands.

Infinite fossil pokemon spawn glitch

When you KO a revived fossil pokemon, it just respawns endlessly, they just keep re-spawning until you catch it.

Pokemon.Wilds.2022-07-10.00-42-50_Trim.mp4

Would love to help with code!

Hey I'm a huge fan of this project, I'm currently a junior in college going for a bachelor's in computer science and I'd love to help where I can, I'm not working this Summer so I have some free time, please let me know what I can do to help!

Battle text does not disappear

When I get into a battle, the initial text from sending out a Pokémon (Go! {insert Pokémon name here}!) never disappears. It even goes through the end of the battle.

opens but don't display game

I have tried all that I know what to do, but I can't seem to get the game to truly work.
When I open the game, it will open but it will not show the game in a window form nor will it go full screen, now it will play music but nothing else. please help me I would love to play and experience this game.

Forest shadow remains in overworld

image

Noticed that when I flew away from a forest the shadow remained regardless of location.
It does go away if you enter a building, but it doesnt reset and sticks around.

window wont open

so, after I extracted the files I tried starting the .exe and I get game sound, but no window pops up for the game and I also get a game icon on the task bar and ill click on it but still brings up no window so currently can't play but listen to game music

Game froze

I was riding on my ponyata when I accidentally opened and closed the menu fast and now I can't move, the world functions normally but I can't open the menu or move. Worst part is I haven't saved in awhile

Player is frozen and cannot move.

I started today, and before I could save some major progress. I pressed guides. And I now cannot move, I will also not be taking “reset the game” an answer, I want to save my game or move again.

Stuck Generating New Terrain

I used Charizard to fly straight up until I reached a world border. It gave me the prompt to continue and if I did, itd have to generate new terrain. I have now been Generating for the past 25 min. And I haven't saved in a long time.
16583134542021427908332214509220

Invisible unmovable Pokemon

I pressed enter immediately after putting my Krabby into my team, and while it was my team its sprite was also stuck midanimation where it stood. I went to put the Krabby somewhere else, and when I went back to the spot where it was it still functioned like it was there although it was invisible, I could get items and pick it up.
When I pick up the invisible Krabby, the version I placed earlier disappears, so it isn't an infinite Krabby generator. But I can't make the invisible one go away. I can dig and build in the spot, but that doesn't make it go away.

"Dittos struggle has been disabled"

Hello!
When i encounter a ditto, instead of using transform it seems to try and use struggle? but the game says that struggle has been disabled and nothing happens after.

While i appreciate the free exp It should probably be fixed

Compiling

I'm trying to port this to ArkOS running on Anbernic's RG351MP but there are not compiling instructions in the README. How do i build this :)

Text got bugged

I get into a fight. When I throwed up my Pokemon text didn't changed. Only says "Go! Sandygast!" and, i couldn't see options, but I could select change my pokémon and attack, but the text always said that

Character sprite switched with pokemon

Hey, I just wanted to help describe some bugs that I ran into!

This one occurred when there was a pokemon (Charmander) that was following me and I was dropping him off. I actually think it may have started a little bit sooner, but I wasn't really paying attention. Regardless, it seems that at some point, the pokemon sprite and the character sprite were switched at some point. Please let me know what other information you may need for this.

Allow B button for going through dialog

It would be great if spamming B would let you go through all dialog just like how it works in the original games, besides from the initial dialog start so that way you can't re-start it when you don't intend to.

Changed issue as the last thing didn't end up being a problem.

Plant trees and place rocks

It would be really helpful to be able to be able to do these things, for landscaping and pokemon enclosures. Perhaps trees could drop saplings in the same fashion berry trees can drop berry seeds and you could dig up the rocks?

game slowed down glitch

slow game glitch.pdf
Slow game glitch.docx

these are the same just a word doc and pdf depending on your preference. i had an issue where the game suddenly became slow during a battle and it persisted for a while even after trying to save, exit, and reload the save. eventually, after i saved while flying the aerodactyl and exited and reloaded the save it started me back on an earlier save and is working fine now. a more detailed log is in the file i sent along with screenshots of some thrown exceptions that happened while i was dealing with this. idk if any of this can help you but figured id post it here just incase.

where's the rest of the source code?

I was hoping to mess around with the code, make my own branch, and maybe try adding new features.

It says the project is written in java but I only see assets and a little bit of asm? am I missing something?

Pokemon don't learn some moves

Hi! I've seen that some Pokemon (like Gastly's evolution line and Squirtle's one) do not learn some moves. Is there a way to fix this problem?

[Suggestion] Unown Event Improvement

Hi there,
I just started playing Wilds, and within 5 minutes of playing I found the Unown event.
When the event is triggered all text in the game is scrambled to Unown language- which is a bit jarring to a new player since I can no longer read tool tip signs.
At first I actually thought it might be a glitch, since every dialogue box was effected; however, the Runs of Alph music made it ambiguous to me.

I would like to propose that event has to be unlocked before it can happen.
Perhaps an NPC could be added who would enable the event upon speaking, as well as give the player a clue?

Thanks for taking the time to read this!

Issue installing

i am using the Linux install, i have java installed and i had the game running but i tried running it again and the linux portal gave me this error
Inconsistency detected by ld.so: dl-lookup.c: 111: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
any clue what to do?

Building fence on named beacon gives named item

I built a fence on a named beacon ("Good Times with Skarmory"). The beacon instead of returning the resources (or denying building over it) dropped on the ground as an item named the name I gave the beacon. When picked up it lands in bag 'Items' category and is unusable.
image

[Feature suggestion] pokedex/pausing

With all the pokemon I'm finding it hard to keep track of them all, just a tracker would be good. Also a way to pause the game while in the menu

[Feature Request] Speedhack, Faster Text, and Mouse Controls

I typically play Pkmn Crystal on my GBA Emulator and I have always played at 2-4x speed, as the game just moves so slowly, it's difficult to keep my attention. The ability to increase this game's speed or make it compatible with Cheat Engine's Speedhack, would be much appreciated.

Faster text is something I'm certain every player of Pkmn Crystal is a fan of, no explanation needed there.

Whenever I play on the PC's GBA Emulator, I always use WASD for ↑←↓→ and LMB and RMB for A and B. The controls feel smoother that way.

Also, I may be an amateur programmer, entirely self-taught, and have near to no Java understanding, I'd still be more than happy to contribute however I can.

Can't find any link to the PokeWilds Discord Server.

Mac Launcher bug

Java window opens and immediately crashes. Any help would be amazing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.