Advertisement
glank

oot-e ntsc

Aug 13th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. oot-1.0-j
  2. uses OS_VI_NTSC_LAN1 (2)
  3. 0x800063C0: osViModeNtscLan1
  4.  
  5. oot-1.0-e
  6. uses OS_VI_FPAL_LAN1 (44)
  7. 0x80006950: osViModeNtscLan1
  8. 0x80006A00: osViModeFpalLan1
  9. 0x800082F0: current mode?
  10. 0x8000063C: set mode?
  11.  
  12. oot-1.0-e to ntsc hack:
  13. ; change mode from OS_VI_FPAL_LAN1 to OS_VI_NTSC_LAN1
  14. w.[0x800006AC] (rom 0x000012AC) := 0x27396950 ; addiu $t9, $t9, 0x6950
  15. ; prevent changes to yScale
  16. w.[0x800055F0] (rom 0x000061F0) := 0x00000000 ; nop
  17. w.[0x8000560C] (rom 0x0000620C) := 0x00000000 ; nop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement