The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.3.33 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Users browsing this thread: 1 Guest(s)
Edit Step Mine's MP

#1
Posts: 145
Threads: 47
Thanks Received: 0
Thanks Given: 0
Joined: Jan 2020
Reputation: 0
Status
None
Code:
Fork: Step Mine
C3/511A:    68          PLA            ; Spell
C3/511B:    C999        CMP #$99       ; Step Mine?
C3/511D:    D00F        BNE $512E      ; Branch if not
C3/511F:    AD1B02      LDA $021B      ; Hours played
C3/5122:    0A          ASL A          ; Double them
C3/5123:    85E0        STA $E0        ; Set MP cost
C3/5125:    AD1C02      LDA $021C      ; Minutes played
C3/5128:    C91E        CMP #$1E       ; Under 30?
C3/512A:    9002        BCC $512E      ; Branch if so
C3/512C:    E6E0        INC $E0        ; MP cost +1

Changing C3/5128, C91E to C93C, should change the formula of Step Mine cost to be divided by 60, but nothing happened. What went wrong? 

Also alternatively, how to fixed the Step Mine's MP like normal spell? OR, force the enemy to use the same MP cost as we do, instead of 1 MP?
  Find
Quote  



Messages In This Thread
Edit Step Mine's MP - by doofenH - 05-10-2022, 01:32 AM
RE: Edit Step Mine's MP - by Everything - 05-10-2022, 09:27 AM
RE: Edit Step Mine's MP - by doofenH - 05-10-2022, 10:21 AM
RE: Edit Step Mine's MP - by Everything - 05-10-2022, 04:26 PM
RE: Edit Step Mine's MP - by doofenH - 05-10-2022, 08:50 PM
RE: Edit Step Mine's MP - by Everything - 05-10-2022, 09:54 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite