pixeleye
Pixel Artist For GBC
- 10
- Posts
- 12
- Years
- Philippines ^^
- Seen Oct 10, 2024
This is some of the games I wish I could play on the go..
dont worry your hype will go back up after s/m have been out a while.
I have tried twice to post explaining the bugs I've found... Here goes try number 3...
1) There is a spot in the lowest square of the stair case leading up to Mt.Moon where you can get stuck with no way out. If you save here, you are doomed, and must start over (like I had to. I only lost 3 hours of gameplay, and I'm glad I started over)
2) There is a lady in the restaurant on the S.S. Anne that adores Growlithe and will trade a Shellder for one... Problem is, when you trade, it crashes with an error script saying "Shelder" is not a valid pokemon. It's missing an L in it lol. I have a screenshot of the exact error script, but since I signed up just to post these bugs, I'm brand new and can't post links.
3) No triumphant music upon evolution like in the original games. - This may or may not be intentional.
4) I'm not 100% sure about this one, but on using moves that hit more than once, it doesn't always show whether or not it is not/very effective. - Sometimes it does, sometimes it doesn't
5) You already know about the bike
6) In the safari zone, if you want to quit the safari adventure and do so by leaving the main entrance, and hit "yes" to quit, it will take you inside of the safari zone complex, but the safari zone mechanics are still running. Like the balls and steps counter. And you can't save because of this. If you hit quit again, it will work, but who knows what you can mess up if you don't quit before leaving the safari zone building (You can, I've tried while this is happening.)
I absolutely love the game, and I'd love to build my team past the 5th Gym badge! Keep up the amazing work!
Also, I downloaded the game, version 2.0... Is the update 2.4 in this download, or entirely a new update that I should be using on my game? If so, some of these bugs may already be fixed lol
Two curiosities about the new screenshots.
First, in one, Genkazam seems to be hitting Alasian with Shadow Ball. Persian's normal typing should make it immune, unless you changed something.
Second, in the screenshot of Charking's pokédex entry, it appears as Fire/ Poison/Ground. Should Charizard be using its Fire/Flying type?
i wanted to ask a question, when i try to press the download button, or any button that links to another page this facebook ad thing shows up not allowing me to move on. can someone please tell me what to do, i REALLY wanna play this game!
Hi guys, first of all, i need to say that my english is not the best, i'm sorry about it.
I'm playing Pokémon Infinite Fusion 2.4, and I really loved it!
In the S.S. Anne's restaurant, I traded my Growlithe for a Shellder`s NPC, and when select my Growlithe, the game crashes with a message box... Well, I don't know anything about Pokémon Essentials or whatever, but I know a little bit about programming, so... I think the script error says that there is no named "SHELDER" in the pokemon.txt file. The correct name is "SHELLDER", right? The message also says that the error occurs on the map 017.
So, in the Data folder, the file Map0017.rxdata was opened with Notepad++, a lot of codes and words appeared. I searched for "SHELDER" and replace with "SHELLDER", saved it and opened the game. I have re-entered in the restaurant, and the game crashes. (Obviously).
So, I looked in the code, and the next argument after the pokemon specie is his nickname: (PBSpecies::SHELDER,"Pearl"), so I replaced "SHELDER" with "SHELLDER", and "Pearl" whit "Pear". (I added one char in the specie and removed one char in the nickname). (PBSpecies::SHELLDER,"Pear"). Saved it and opened the game once more. When I entered the restaurant again, the game doesn't crashes and the trade occurs normally. I received my Shellder!
Thinking about that, it is possible to receive ANY pokémon with trades, just using this formula. Look:
PBSpecies::SHELDER,"Pearl"
REPLACE WITH
PBSpecies::DRATINI,"Pearl" (No changes)
PBSpecies::MEWTWO,"Pearll" (Removed/Added one char)
PBSpecies::MEW,"Pearlllll" (Removed/Added four chars)
PBSpecies::BLASTOISE,"Pea" (Added/Removed two chars)
I have tested it and works. The nickname you can remove in the menu, but the OT comes with NPC name and TRAINER MEMO shows that was traded. (No problem for me).
Looking in the code, I think it's possible to choose the ability of pokémon too: (poke.setAbility(2)), just change the number and test, but this I have not tested yet.
I know, I changed the script, so obviously will work, but should not that be encrypted?
The only reason for my comentary is for updates! Sorry for anything.
Thanks guys.