This is the Pasta version 0.5; it compiles what has been completed so far. ——— TO-DO LIST (in order of highest to lowest priority)——— - ( ) Add the move animations. (This is a long-term one.) - (100%) Gather all the Pokémon sprites that everyone made so far. - (x)Strange bug where using "join" with "HpLoss_player" variable causes extreme lag. OBSOLETE - (√)Put in a database of all the moves, then when a sprite receives it, it will look up the corresponding move and display the animation accordingly. GEN I moves are put in - ( )Use a list for storage of bags. - ( )Talk to pippy and Panda about the mystery gift function. We might have to hold off on that idea until the end, though. - ( )Where did you get the cave background during the battle? I'll add some more environments if need be.
--> READ THIS <-- PastaMario's ChangeLog: ——v0.5—— (August 26, 2016 01:53 AM PDT) - With the full list of Pokemon fusions created, the damage engine was finally implemented. There's a whole bunch of things that come along with this, including... - EVs and IVs now play a role in the strength of your Pokemon and the Pokemon you fight against. - The stats that both Vicbuffiel and Altsheia have vary slightly every single time you start the project. - The game recognizes the types of both Pokémon currently in battle. It will take into consideration Same Type Attack Bonus and type effectiveness. (Grass type attacks will be super effective against Water types.) - Messages such as "It's super effective!" and "It's not very effective..." are now in the game, and should appear at appropriate times. - Altsheia's type is now Water. (This will change once I update the damage engine to support dual typing.) - Vicbuffiel's type is now Fire. (This will change once I update the damage engine to support dual typing.) - Removed "___ took damage!" messages. - The names of the moves Vicbuffiel can use will now appear on the attack buttons, albeit after a slight delay. - Added "Wild ___ fainted!" message. - File size: 11.7 MB ——v0.4.8—— (August 18, 2016 2:10 AM PDT) - Added in a RENDERING function to the "Font Typer". You may see a string of letters appear when starting the project. This is EXPERIMENTAL; please tell me if it improves or lowers the performance of the project. Actually, tell me if you can even START the project. That's my biggest concern. - Removed the "Scratch" and "Wraparound" sprites that one would normally click on to attack. - Instead, use the empty attack buttons to attack. ONLY CLICK ON ONE, AND CLICK ONCE. They will first tell you the Base Power, Accuracy, and type of move, though their effects haven't been implemented yet. Then the attack will occur. - Edited the naming event. Should work properly. - Compiled all Pokémon Sprites. NOT loaded into project yet. Please refer to project titled "List of Pokémon Sprites" in the studio to confirm that I have added everyone's sprites so far. If I missed anything, let me know. - Changed "Pokémon Party" screen fade in/out animation. Now fades in and out of black. - The enemy Pokémon can now use 4 different moves. They all do the same range of damage (for now). - Added in a white backdrop at the beginning of the project to emphasize the battle transition. - Removed unnecessary sounds. - Removed the obsolete "Moves!" list. - Removed some more obsolete broadcasts. - File size reduced by 4.2 MB. Size dropped from 15.7 MB to 11.5 MB. ——v0.4.6—— (August 8, 2016 11:45 PM PDT) - Received the okay from manager "maplepancakes" to update this project independently of hers. - Began putting in parts of the move selection engine. You'll notice that Vicbuffiel's moves are always the same type now. - To get a sneak peek, click on the empty move boxes when they show up. They'll say the space number, the move it contains, then the move's type. - Spaced out the animations that play at the beginning of the project. Hopefully this helps some users' computers run this project better. - Added in a preview of the Pokemon Party screen. To reach it, click the green Pokemon button. (Not functional, merely for display. Click on the screen to make it disappear.) ——v0.4.5—— (July 22, 2016 06:01 PM PDT) - Removed "dialog" and "COLORED dialog" sprites and stored in another project. These sprites showed when you defeat the wild Pokémon. Though fancy, they took a whopping 237 assets. - Hopefully you should notice an improvement in load speed. - Dialog replaced by use of the font typer. - Improved checking of the length of the name given to your Pokémon. (There are still a few bugs with it. Bear with me, please.) - Slightly changed what the protagonist says. ——v0.4.4—— (July 22, 2016 12:03AM PDT) - Smoothed out the battle system's broadcasts. - Consequently removed a few now-obsolete broadcasts, among them including "OP's wraparound!", "start_BATTLE!", and "ATTACKKKK" (this one was renamed to "Battle_player_attack"). - HP bar system slightly changed. - Added a few tweaks to the time simulation. ——v0.4.3.1 [HOTFIX]—— (July 21, 2016 12:23 PM PDT) - The despised font typer bug, the one where selecting options too fast causes it to glitch out, should be fixed!