Advertisement
Guest User

CTRPF RPG Maker Fes Code

a guest
Oct 28th, 2022
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Here's the code:
  2. (05CF539 is the address of the slot1 character's level)
  3.  
  4. D3000000 00000000
  5. 305CF539 00000001 (if level < 0)
  6. 205CF539 00000063 (set level to 99)
  7. D0000000 00000000 (end if)
  8. 405CF539 00000063 (if level > 99)
  9. 205CF539 00000001 (set level to 1)
  10. D0000000 00000000 (end if)
  11. DD000000 00000220 (if L+D-PAD Left pressed)
  12. DA000000 005CF539 (store the level in storage)
  13. D4000000 FFFFFFFF (decrease the stored value by 1)
  14. D7000000 005CF539 (restore store value to level)
  15. D0000000 00000000 (end if)
  16. DD000000 00000210 (if L+D-PAD Right pressed)
  17. DA000000 005CF539 (store the level in storage)
  18. D4000000 00000001 (increase the stored value by 1)
  19. D7000000 005CF539 (restore stored value to level)
  20. D0000000 00000000 (end if)
  21. D2000000 00000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement