Advertisement
Nightseeker

Phantasy Star II VC patch

Mar 12th, 2020
1,216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # jp
  2. >0x180  string      "GM 00005501-00"
  3. >>0x1f0 string      " "
  4. 0x00021c:
  5.     beshort     0x6020      # bra.s 0x00023e    # no check sum
  6.  
  7. # ue
  8. >0x180  string      "GM 00005501-02"
  9. >>0x1f0 string      "UE"
  10. 0x000232:
  11.     beshort     0x6020      # bra.s 0x000254    # no check sum
  12.  
  13. # 圧縮されている病院内CGデータの赤十字部分書き換え
  14. 0x02ee81:  
  15.     byte    0x22,0x22       # 元は0xdd,0xdd
  16. 0x02ef24:  
  17.     byte    0x22            # 元は0xdd
  18. 0x02ef2f:  
  19.     byte    0x22            # 元は0xdd
  20. 0x02ef31:  
  21.     byte    0x22            # 元は0xdd
  22.  
  23.  
  24. # 病院のマップの緑十字修正
  25. >>>0x0bfff0 string      "GREEN CROSS FIX"
  26. 0x009094:  
  27.     beshort     0x4eb9,0x000b,0xff00,0x4e71,0x4e71,0x4e71,0x4e71    # move.l #$40000000,$00c00004; bsr.w L0060ac_bitdev -> jsr 0xbff00; nop; nop; nop
  28.  
  29. 0x0bff00:  
  30.     beshort     0x23fc,0x4000,0x0000,0x00c0,0x0004          # move.l #$40000000,$00c00004;
  31.     beshort     0xb1fc,0x0003,0xdfe4                    # cmpa.l #$0003dfe4,a0;     city map?
  32.     beshort     0x6706                          # beq.s +6
  33.     beshort     0x4ef9,0x0000,0x60ac                    # jsr L0060ac_bitdev; rts
  34.     beshort     0x41f9,0x000c,0x0000                    # lea.l 0x0c0000,a0
  35.     beshort     0x4ef9,0x0000,0x5e8e                    # jsr L005e8e_cgopen; rts
  36.  
  37. #
  38. # 0x0c0000から町のCGデータをcgopen用に変換したデータを置いてある
  39. #
  40. 0x0c04e7:    
  41. # ここから32バイトで緑十字のセルデータ
  42. #   元の緑十字
  43. #   byte    0x55,0x55,0x55,0x55, 0x53,0x33,0x33,0x33, 0x53,0x22,0x22,0x22, 0x53,0x22,0x22,0x77, 0x53,0x22,0x22,0x77, 0x53,0x22,0x22,0x77, 0x53,0x27,0x77,0x77, 0x53,0x27,0x77,0x77
  44.  
  45. #   灰色十字
  46. #   byte    0x55,0x55,0x55,0x55, 0x53,0x33,0x33,0x33, 0x53,0x22,0x22,0x22, 0x53,0x22,0x22,0xdd, 0x53,0x22,0x22,0xdd, 0x53,0x22,0x22,0xdd, 0x53,0x2d,0xdd,0xdd, 0x53,0x2d,0xdd,0xdd
  47.  
  48. #   緑のH
  49.     byte    0x55,0x55,0x55,0x55, 0x53,0x33,0x33,0x33, 0x53,0x22,0x22,0x22, 0x53,0x27,0x77,0x22, 0x53,0x27,0x77,0x22, 0x53,0x27,0x77,0x22, 0x53,0x27,0x77,0x77, 0x53,0x27,0x77,0x77
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement