Advertisement
luckytyphlosion

151nsc%

Nov 18th, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; jump to $f31f
  2.     dec h ; coincidentally is $25
  3.     nop
  4.     ld d, [hl] ; get $25
  5.     nop
  6.     ld a, c ; c = $f0
  7.     nop
  8.     cpl
  9.     nop
  10.     rrca ; a = $7
  11.     or c ; a = $f7
  12.     ld l, a ; hl = $f2f7
  13.     nop
  14.     ld c, d ; c = $25
  15.     xor a ; GARY
  16.     dec a ; get $ff
  17.     nop
  18.     ld d, a
  19.     nop
  20.     call $36e0 ; fill flags
  21.     nop
  22.     ld a, d
  23.     nop
  24.     rrca ; get $7f
  25.     nop
  26.     ld d, a
  27.     nop
  28.     dec hl
  29.     nop
  30.     ld [hl], d ; $d31c, partial leftover from fillmemory
  31.     nop
  32.     ld a, e
  33.     nop
  34.     rrca
  35.     nop
  36.     rrca
  37.     nop
  38.     rrca ; get $09
  39.     nop
  40.     ld l, a ; get $f309
  41.     nop
  42.     ld [hl], d ; write $7f
  43.     nop
  44.     ret ; geez
  45. ; -----------------------
  46. ; ITEMS
  47. ; script ptr = f31f
  48. ; [].j x37
  49. ; [].j x86
  50. ; [].j x121
  51. ; [].j x47
  52. ; [].j x15
  53. ; NEW NAME (B1) x111
  54. ; [].j x74
  55. ; GARY x61
  56. ; [].j x87
  57. ; [].j x205
  58. ; TM24 x54
  59. ; [].j x122
  60. ; [].j x15
  61. ; [].j x87
  62. ; [].j x43
  63. ; [].j x114
  64. ; [].j x123
  65. ; [].j x15
  66. ; [].j x15
  67. ; [].j x15
  68. ; [].j x111
  69. ; [].j x114
  70. ; [].j x201
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement