Advertisement
Guest User

Untitled

a guest
May 26th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. C1/7792: (nonmovable)
  2. EA EA EA
  3.  
  4. C1/7D25: (nonmovable)
  5. EA EA EA
  6.  
  7. C1/953B:
  8. 22 95 3B C3 JSL $C33B95 - can jump anywhere there's free space, but this overwrites the Active/Wait toggle, which needed to be disabled anyways
  9.  
  10. C1/9544:
  11. 22 9F 3B C3 JSL $C33B9F - can jump anywhere there's free space, but this overwrites the Active/Wait toggle, which needed to be disabled anyways
  12.  
  13. C2/067B:
  14. A whole bunch of changes to the data for command timers. The full new table is:
  15. 10 10 20 40 10 00 00 20 10 20 20 00 20 10 20 10 10 00 00 00 00 00 70 20 10 40 10 10 00 00 00 00
  16.  
  17. C2/09BB:
  18. EA EA EA (modifies condemmed calculation)
  19. C2/09C2:
  20. A9 1E LDA #$1E (modifies condemned calculation)
  21. C2/09C9:
  22. 69 0A ADC #$0A (modifies condemned calcluation)
  23.  
  24. C2/09DD:
  25. 4B (normal ATB multiplier)
  26.  
  27. C2/09E3:
  28. 5A (hasted ATB multiplier)
  29.  
  30. C2/09F3:
  31. 69 14 ADC #$14 add the constant speed bonus back in
  32. EB XBA
  33. 80 08 BRA #$08 skip ahead a bit to skip unusued code, much like you did
  34.  
  35. C2/1124:
  36. 0D 8F 3A ORA $3A8F The key to the whole hack! We check if we are in a menu OR an animation has started! (The variable is repurposed from Wait/Active)
  37.  
  38. C2/15D1:
  39. EA EA Enabling desperation attacks at any time
  40.  
  41. C2/247A:
  42. 9C 8F 3A STZ $3A8F Initialize battle, skip active/wait set
  43. EA EA EA EA NOPs
  44.  
  45. C2/4638
  46. 09 shorter time
  47.  
  48. C2/4681
  49. 09 shorter time
  50.  
  51. C2/468B
  52. 0D shorter time
  53.  
  54. C2/4695
  55. 11 shorter time
  56.  
  57. C2/5AEA: Regen/Seizure/Poison table
  58. 45 5B Regen
  59. 3B 5B Poison
  60. 45 5B Regen
  61. E8 5A RTS
  62. 45 5B Regen
  63. 3B 5B Poison
  64. 45 5B Regen
  65. E8 5A RTS
  66.  
  67. C2/5AF3:
  68. FC 5B
  69. FC 5B increment battle timers 2 more times per tick
  70.  
  71. C2/5BDF:
  72. 30 increased chances of running
  73.  
  74. C3/3B8C
  75. A9 28
  76. 20 A5 3B make it always display Active
  77. A9 20
  78. 80 19 skip ahead past our magic code
  79.  
  80. C3/3B95: the magic function 1
  81. B2 76 C9 FF F0 03 EE 8F 3A 6B
  82.  
  83. C3/3B9F: the magic function 2
  84. Ce 8F 3A C2 20 A5 76 6B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement