Recent content by Impossible Gamer

  1. I

    [ASM & Hex] Accessing script banks in ASM

    .text .align 2 .thumb .thumb_func main: push {r0-r1, lr} mov r0, #0x4 @Length of a table entry, which is a simple collection of pointers. ldr r1, var @load the pointer of var to r1. errors present, see below ldrh r1, [r1] @load the value of var to r1 mul r1, r1, r0 @figure out how far...
  2. I

    [Script] Help with player spawn location upon fainting FIRE RED

    If you want to Change First Respawn (mom's) in Fire Red US Open ROM in hex editor Go to offset BFD6C & 3EEC98 change 04 (default) to New Map Bank BFD70 & 3EEC9A change 00 (default) to New Map No. BFD74 Player's X Position BFD78 Player's Y Position
Back
Top