Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
My script can be found in the spoiler below. The problem is that once the player stands on the script tile the THUD text appears but then nothing else happens. Thanks in advance!
Movement character codes
0x2 is the professor
0x3 is a pokeball
0x4 is the professors assistant
0xff should be the...
Hi, my code works fine for what it is required to do but once the player has received the old rod from the fisherman he vanishes of the screen and reappears when you move. Can anyone see why this is happening or let me know of a solution. Thanks in advance
The error says that there is "Too less parameters on line 26. The correct number is 3", I have highlighted line 26, any help would be greatly appreciated!
#dynamic 0x2E4E4C
#org @start
lock
faceplayer
checkflag 0x820
if 0x1 goto @done
msgbox @2 0x6
trainerbattle 0x1 0x19E 0x0 @before @after...
Hey Guys and Girls, within my code I have managed to make it so that a NPC gives you a pokedex and running shoes and only gives them once, that is until you go to another part of the map (a house or to a different route). What I need help with is making the NPC only give it once even if you go...
Thanks you guys. It works perfectly as planned. I'm new to this programming stuff and tried to combine two script tutorials that I saw so I expected there to be errors. Thanks again :D
Hey, I am currently playing around trying to make a Pokémon Hack and I have the code working for a trainer to give you a pokemon and then walk away. The issue I have is that I have wrote the hide sprite applymovement code but it still wont work. Here is my code if you could take a look and let...