• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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

    [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 ;)
  2. P

    Team Frosty

    Thank you to all appliers.. But the project is given up since i stopped romhacking. Topic can be closed, moderators.
  3. 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...
  4. 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
  5. 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...
  6. 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...
  7. P

    Team Frosty

    Ah well, I forgot, please send me your "proves" via PM! I hope some hackers apply :D
  8. 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 :)
  9. 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
  10. 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...
  11. 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..
  12. P

    Team Cresent

    Your Preferred Name: para Ways of Contact: PM If You are on Often: 17-23 CET Proof of Job: See my profile and ask others ;) Job Wanted: ASMer and Scripter Your Main Skill: ASM, Scripting, Inserting graphics, special graphics (battlebg oder sth.) inserting OWs, Tiles etc.
  13. P

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

    1: you go to irfanview and "image" - "decrease colour depth" 2: Choose 16 colours. 3: goto "image" - "palette" - "edit palette" 4: Choose as first colour (background) any colour thats not anywhere else. 5: Save the screen (its mixed up) as Titlescreen 2 or something. 6: open the old titlescreen...
  14. P

    Team Munch

    Name you want to be called: Paradox Position:ASM Coder When your available and Time Zone:CET Proof of Work:ASM Code Way of contact: PM.
  15. P

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

    Only for the german firered on board.romresources.net But you can easily do it in 3 Steps. 1: Take Amplifier, open the name changer and export the item/pokemon/whatever list. 2:Open Excel or Openoffice and change all letters except the first of each line. In both there is a function for it. 3...
Back
Top