Advertisement
InsaneFirebat

Loadstate persistence list

Aug 27th, 2022
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. !ram_metronome = !WRAM_START+$30
  2. !ram_minimap = !WRAM_START+$36
  3. !ram_sprite_samus_hitbox_active = !WRAM_START+$3C
  4. !ram_sprite_enemy_hitbox_active = !WRAM_START+$3E
  5. !ram_sprite_extended_hitbox_active = !WRAM_START+$40
  6. !ram_oob_watch_active = !WRAM_START+$42
  7. !ram_sprite_samusproj_hitbox_active = !WRAM_START+$44
  8. !ram_sprite_enemyproj_hitbox_active = !WRAM_START+$46
  9. !ram_fix_scroll_offsets = !WRAM_START+$4A
  10. !ram_random_preset_rng = !WRAM_START+$4C
  11. !ram_random_preset_value = !WRAM_START+$4E
  12. !ram_magic_pants_enabled = !WRAM_START+$50
  13. !ram_space_pants_enabled = !WRAM_START+$52
  14. !ram_kraid_rng = !WRAM_START+$5E
  15. !ram_crocomire_rng = !WRAM_START+$60
  16. !ram_phantoon_rng_round_1 = !WRAM_START+$62
  17. !ram_phantoon_rng_round_2 = !WRAM_START+$64
  18. !ram_phantoon_rng_inverted = !WRAM_START+$66
  19. !ram_phantoon_rng_eyeclose = !WRAM_START+$68
  20. !ram_phantoon_rng_flames = !WRAM_START+$6A
  21. !ram_phantoon_rng_next_flames = !WRAM_START+$6C
  22. !ram_botwoon_rng = !WRAM_START+$6E
  23. !ram_draygon_rng_left = !WRAM_START+$70
  24. !ram_draygon_rng_right = !WRAM_START+$72
  25. !ram_pacifist = !WRAM_START+$7C
  26. !ram_spacetime_infohud = !WRAM_START+$86
  27. !ram_watch_left_index = !WRAM_START+$88
  28. !ram_watch_right_index = !WRAM_START+$8A
  29. !ram_watch_write_mode = !WRAM_START+$8C
  30. !ram_watch_bank = !WRAM_START+$8E
  31. !ram_watch_left = !WRAM_START+$90
  32. !ram_watch_right = !WRAM_START+$94
  33. !ram_watch_edit_left = !WRAM_START+$98
  34. !ram_watch_edit_right = !WRAM_START+$9A
  35. !ram_watch_edit_lock_left = !WRAM_START+$9C
  36. !ram_watch_edit_lock_right = !WRAM_START+$9E
  37. !ram_sprite_custom_hitbox_active = !WRAM_START+$D0
  38. !ram_game_loop_extras = !WRAM_START+$D2
  39. !ram_sprite_features_active = !WRAM_START+$D6
  40. !ram_slowdown_mode = $7EFDFE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement