• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Recent content by .parado✗

  1. P

    Heyho Pinkie ;) I can give you a short tutorial that is explaining, how to change the textbox...

    Heyho Pinkie ;) I can give you a short tutorial that is explaining, how to change the textbox. First of all, you need to research the tileset of it. When I'm finished with researching, I get the offset 41F1C8. Open your tilemolester and jump to the offset. Now you can edit the set as you wish...
  2. P

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    As far as I know, there wasn't a real differece between physical moves and special moves but I heard of a patch, that includes a ASM routine, which differs the attacks.. Still have fun at romhacking, dude ;)
  3. P

    Team Frosty

    Thank you to all appliers.. But the project is given up since i stopped romhacking. Topic can be closed, moderators.
  4. P

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Hello hackers :) I have a big Problem.. I want to show Graphics via ASM, but I dont know where the DMA3 location is.. First of all here the Code .align 2 .thumb .global main main: ldr r0, dma3 mov r1, #0x80 strb r1, [r0] pop {r0-r7, pc} push...
  5. P

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Have you saved correctly the file in the hexeditor? If you use HexEditorMX, you must do Save As -> Name of original file -> overwrite
  6. P

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    Best tool to make this -> hexeditor xD But I would replace old maps, cause they have the header and so on...
  7. P

    Basics of Scripting

    Flags are nothing else than "checkers" in a Pokémon Game. If someone gives you an item, you set a flag, that he can't give it to you twice, three times, endless. It works this way.. #dynamic 0xXXXXX #org @start checkflag 0xyour_flag if 0x1 call @got_it <---- this checks if the flag...
  8. P

    Team Frosty

    Ah well, I forgot, please send me your "proves" via PM! I hope some hackers apply :D
  9. P

    Basics of Scripting

    @Zeoka Maybe you still use XSE 1.0.0.0 If that is the case, instead of msgbox @pointer 0x6 you write.. msgbox @pointer callstd 6 @AriArk with \L you can make a new line. with \p you can open a clear new msgbox. If you use \p once, you must use \n and then \l afterwards :)
  10. P

    Sry i cant help your project anymore. Now im more active, but have my own project. But I can...

    Sry i cant help your project anymore. Now im more active, but have my own project. But I can help you with advice, if you want ;)
  11. P

    [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

    In XSE the command is: warp Structure: warp 0xBank 0xMap 0xWarp Exit (or just type 0xFF for warptoposition) 0xX coo. 0xY coo. ~para
  12. P

    Team Frosty

    Team Frosty [Now Recruiting!] Preface Cheers, all Hackers! I wanted to search a Team for my Hack, which really did well in the last days. I realized that there are some cathegories of hacking, which im not talented at, so I make up a team now. However, as the teamname says, my romhack is an...
  13. P

    Script Help Thread (DO NOT REQUEST SCRIPTS)

    Hey guys! How can I compare, if i defeated or lost at the last trainer battled? with trainerbattle 0x9 0x0 0x3 @win @loose i can just pop up messageboxes but i cant write code..
  14. P

    Im working on nothing.^^ Im just researching and asm'ing a bit here and there.

    Im working on nothing.^^ Im just researching and asm'ing a bit here and there.
  15. P

    The bad thing is our time zone.. whenever you are online im offline and reversal..

    The bad thing is our time zone.. whenever you are online im offline and reversal..
Back
Top