Advertisement
Nightseeker

M.U.S.H.A. VC patch

May 9th, 2020
2,416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. >0x180  string      "GM T-35013 -00"
  2. 0x000332:
  3.     beshort     0x4e71 until 0x346
  4.  
  5. # 開始時のキャタピラ音を発行しない
  6. 0x00b844:
  7.     beshort     0x4e71 x 3      # nop
  8.  
  9.  
  10. # 海外版のハードクリア時の赤十字を消す
  11. >0x180  string      "GM T-35046 -00"
  12.  
  13. 0x00031a:
  14.     beshort     0x602e                  # skip check sum
  15.  
  16. 0x00058a:
  17.     belong      0x0007ff00              # jsr 0x004472 -> jsr 0x07ff00
  18.     beshort     0x4e71,0x4e71               # ori.b #$03,d0 -> nop; nop
  19.     beshort     0x4e71                  # moveq.l #$9a,d5 -> nop
  20.  
  21. 0x07ff00:
  22.     beshort     0x4eb8,0x4472               # jsr   0x4472.w
  23.     beshort     0x0000,0x0003               # ori.b #$03,d0
  24.     beshort     0x7a9a                  # moveq.l #$9a,d5
  25.     beshort     0x48e7,0x00c0               # movem.l a0-a1,-(a7)
  26.     beshort     0x23fc,0x63e0,0x0000,0x00c0,0x0004  # move.l $63e00000,$00c00004
  27.     beshort     0x41fa,0x0046               # lea.l $0046(pc),a0 = 0x07ff60
  28.     beshort     0x43f9,0x00c0,0x0000            # lea.l $00c00000,a1
  29.     beshort     0x2298                  # move.l (a0)+,(a1)
  30.     beshort     0x2298                  # move.l (a0)+,(a1)
  31.     beshort     0x2298                  # move.l (a0)+,(a1)
  32.     beshort     0x2298                  # move.l (a0)+,(a1)
  33.     beshort     0x2298                  # move.l (a0)+,(a1)
  34.     beshort     0x2298                  # move.l (a0)+,(a1)
  35.     beshort     0x2298                  # move.l (a0)+,(a1)
  36.     beshort     0x2298                  # move.l (a0)+,(a1)
  37.     beshort     0x23fc,0x6660,0x0000,0x00c0,0x0004  # move.l $66000000,$00c00004
  38.     beshort     0x41fa,0x0042               # lea.l $0042(pc),a0 = 0x07ff80
  39.     beshort     0x43f9,0x00c0,0x0000            # lea.l $00c00000,a1
  40.     beshort     0x2298                  # move.l (a0)+,(a1)
  41.     beshort     0x2298                  # move.l (a0)+,(a1)
  42.     beshort     0x2298                  # move.l (a0)+,(a1)
  43.     beshort     0x2298                  # move.l (a0)+,(a1)
  44.     beshort     0x2298                  # move.l (a0)+,(a1)
  45.     beshort     0x2298                  # move.l (a0)+,(a1)
  46.     beshort     0x2298                  # move.l (a0)+,(a1)
  47.     beshort     0x2298                  # move.l (a0)+,(a1)
  48.     beshort     0x4cdf,0x0300               # movem.l (a7)+,a0-a1
  49.     beshort     0x4e75                  # rts
  50.  
  51. 0x07ff60:
  52.     belong      0xffffffff
  53.     belong      0xffffffff
  54.     belong      0xffffffff
  55.     belong      0xffffffff
  56.     belong      0xffffffff
  57.     belong      0xdddddddd
  58.     belong      0xdfffffff
  59.     belong      0xdfffffff
  60. 0x07ff80:
  61.     belong      0xdfffffff
  62.     belong      0xdfffffff
  63.     belong      0xdfffffff
  64.     belong      0xdfffffff
  65.     belong      0xdfffffff
  66.     belong      0xdfffffff
  67.     belong      0xcccccccc
  68.     belong      0xdddddddd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement