• 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 youzan

  1. Y

    [Script] Change gender in overworld

    push {lr} ldr r0, =0x03005D90 /*0x03005D90 is Emerald, 0x0300500C is FireRed*/ ldr r0, [r0] mov r1, #0x1 /*0x0 is boy, 0x1 is girl*/ strb r1, [r0,#0x8] pop {pc}
Back
Top