Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- N64 ram editor route for runners:
- play on NTSC 1.2
- start from a clean state (no files)
- create file 1 with name ラかaばラらかぬ (800FC550 80300F20)
- start file 1
- collect rupees and do heap manip for lightnode SRM
- drop rock with angle ACA0
- die, save, return to title
- create file 3 with name ラくQバラ0ボキ (8011BBA0 8000A460)
- create file 2 with any name
- load file 1
- do heap manip for lightnode SRM
- drop rock with angle BBA0
- die, save, return to title
- erase file 3
- create file 3 with name ラねゅ8ラ0ブキ (80213F08 8000A260)
- create file 2 with any name
- load file 1
- do heap manip for lightnode SRM
- drop rock with angle BBA0
- die, save, return to title
- erase file 3
- create file 3 with name ラ1 0ラか3さ (8001DF00 800F0314)
- create file 2 with any name
- load file 1
- die, save, return to title
- erase file 3
- create file 3 with name ラとLロラか2サ (801DB684 800F0264)
- create file 2 with any name
- load file 1
- setup angle EBFC
- -----
- start at 0x4000
- 1 backflip sideroll to 0x0568
- 1 sword spin shield cancel to 0xf89b
- 2 ess up to 0xf8bf
- 1 sword spin shield cancel to 0xebf2
- 1 ess up to 0xebfc
- -----
- grab a rock
- cross loading plane and shield drop rock with angle EBFC (don't walk forward while dropping)
- die, save, don't return to title
- set event_chk_inf[24] = 1000 0000 0000 1110 (800E)
- set event_chk_inf[25] = 1000 0111 1000 1000 (8788)
- grab a rock
- cross loading plane and shield drop rock with angle 87C2
- -----
- start at 0x0000
- 3 ess right to 0xeae8
- 1 sidehop sideroll left to 0x07c0
- 1 turn 180 to 0x87c2
- -----
- die, save, don't return to title
- note 1: event_chk_inf[19] will have a glitchy string from now on, but I'll refer to it by that name anyway.
- note 2: scrolling up past event_chk_inf[19] will crash.
- set event_chk_inf[25] = 1000 0111 1011 1000 (87B8)
- set event_chk_inf[23] = 1000 0111 1011 1000 (87B8)
- set event_chk_inf[22] = 1000 0000 0000 1110 (800E)
- enter house
- set event_chk_inf[20] = 1000 0000 0000 1110 (800E)
- set event_chk_inf[19] = 1000 0111 1100 1000 (87C8)
- set event_chk_inf[20] = 1000 0000 0000 1110 (800E)
- set event_chk_inf[19] = 1000 0111 1100 1010 (87CA)
- set event_chk_inf[20] = 1000 0111 1100 0000 (87C0)
- The ram editor is now fully functional.
- To write the value ZZZZ to address XXXXYYYY, put XXXX in event_chk_inf[21] and YYYY in event_chk_inf[19], then ZZZZZ in event_chk_inf[20].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement