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

  1. L

    Hey guy, sorry for bothering, but have you ever thought about expanding your 80x80 mugshot...

    Hey guy, sorry for bothering, but have you ever thought about expanding your 80x80 mugshot routine with a rotating function? Take this example situation:(the first one is a screen, but the next two are just mockups) [IMG] [IMG] Having the mugshot over the Eevee is ugly as hell. And having it in...
  2. L

    [ASM & Hex] Trying to learn Assembly

    Thanks for helping me, I managed to get this result in the end: .align 2 .thumb main: push {r0-r1,lr} ldr r0, .pointer ldr r0, [r0] ldr r1, .var ldrh r1, [r1] add r0, r0, r1 ldr r1, .varend ldr r0, [r0] strb r0, [r1] pop {r0-r1,pc} .align 2 .pointer: .word 0x020370C0 .varend...
  3. L

    [ASM & Hex] Trying to learn Assembly

    I'm trying to learn ASM to help my brother in his hack, I tried to do a simple routine that would act like a "copy half-word into variable 0x800D at (pointer + 0x800D)" The objective of this is to help him on scripting. After reading some tutorials and trying to understand working routines I...
Back
Top