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

  1. L

    Hi MrDollSteak. I was impressed by the very useful ASM routines you wrote down. I have a...

    Hi MrDollSteak. I was impressed by the very useful ASM routines you wrote down. I have a question while studying ASM and send a message. There is always a saying at the end of the source to insert the ASM routine at a specific address. How does the 'specific address' come out? Are there...
  2. L

    [ASM & Hex] Changing stat increment multiple of 'Hold item'

    Hi there. (skip) Lightball: mov r0, r8 lsl r0, r0, #0x1 mov r8, r0 lsl r7, r7, #0x1 (skip) This is 'light ball' asm code. (Thanks to 'kleenexfeu' for providing this nice code.) I know the '# 0x1' part is a multiple of the lightball. I just want to know what to do when I want to make...
  3. L

    [ASM & Hex] 3gen Add new item with new effect Workflow

    Hi there. First of all, I apologize that sentences can be unnatural because I'm writing through a translator. I want to create a stat double increase(SP.ATK, SPD) Hold item that only works for certain Pokemon. (ex: Like a 'Lightball' that only works for PIKACHU) I am not good at ASM. But...
Back
Top