Recent content by Prcuvu

  1. Prcuvu

    [ASM & Hex✓] How can I modify the first Pokémon encountered when rescuing Prof. Birch?

    Thank you very much. I've successfully located corresponding code in Sapphire and done my modification: 08008e54 218f mov r1, #0x8f 08008e56 0049 lsl r1, r1, #0x01 08008e58 9500 str r5, [sp, #0x0] 08008e5a 9501 str r5, [sp, #0x4] 08008e5c 9502 str r5, [sp, #0x8] 08008e5e 9503 str r5, [sp, #0xc]...
  2. Prcuvu

    [ASM & Hex✓] How can I modify the first Pokémon encountered when rescuing Prof. Birch?

    I did so, it calls a special event 0x9C and then dialogues after the battle. Here's the script (I was using a Japanese ROM): #org 0x14DB81 lock faceplayer setflag 0x800 setflag 0x52 fadescreen 0x1 hidesprite 0x4 movesprite 0xFF 0x6 0xD applymovement MOVE_PLAYER 0x81803D9 waitmovement 0x0...
  3. Prcuvu

    [ASM & Hex✓] How can I modify the first Pokémon encountered when rescuing Prof. Birch?

    Recently I started hacking GBA Sapphire ROM. When rescuing Prof. Birch at Route 101, the player encounters a Poochyena. I dug into the event and found that it is likely to be a part of a special event. Isn't it possible to modify this Pokémon?
Back
Top