Advertisement
Zeldara109

objfix2.5D.asm

Apr 8th, 2023
2,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ARM 0.28 KB | None | 0 0
  1. ; Fixes the cutoff right edge of 2.5D stone bricks (objects 20/EE-F3)
  2.  
  3. .gba
  4. .open "sma3.gba", "sma3patched.gba", 0x08000000
  5.  
  6. .org 0x0802819C
  7. ; r0: 03002258
  8. ; r1: relative X
  9.     ldrh r0,[r0,0x2]    ; object width
  10.     add r1,0x1          ; increment relative X
  11.     nop
  12.  
  13. .close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement