changeing Health command
#13
Shock and Health are connected in their code. The Shock command will use a piece of the Health command. May it be the issue?

Code:
Shock
C2/171A A9 82        LDA #$82
C2/171C 80 02        BRA $1720

Health
C2/171E A9 2E        LDA #$2E
C2/1720 85 B6        STA $B6    
C2/1722 A9 05        LDA #$05
C2/1724 80 3F        BRA $1765

Also, there is something wrong with this line with the new Mantra code:
Code:
C2/4273 F0 01          BEQ $4278

BEQ $4278 should be “F0 03” instead of “F0 01”. However, C2/4278 is in the middle of the opcode and should freeze/break the game. For the “F0 01” opcode it should be BEQ $4276.
Reply


Messages In This Thread
changeing Health command - by Tsushiy - 12-10-2013, 09:52 AM
RE: changeing Health command - by Synchysi - 12-10-2013, 03:53 PM
RE: changeing Health command - by Tsushiy - 12-11-2013, 05:45 AM
RE: changeing Health command - by Cyprus - 12-19-2013, 09:58 PM
RE: changeing Health command - by madsiur - 12-20-2013, 01:59 AM
RE: changeing Health command - by HatZen08 - 12-20-2013, 02:57 PM
RE: changeing Health command - by Cyprus - 12-22-2013, 01:58 PM
RE: changeing Health command - by Gi Nattak - 03-05-2014, 05:45 PM
RE: changeing Health command - by Synchysi - 03-05-2014, 10:02 PM
RE: changeing Health command - by Gi Nattak - 03-05-2014, 10:58 PM
RE: changeing Health command - by SSJ Rick - 03-05-2014, 11:23 PM
RE: changeing Health command - by Gi Nattak - 03-05-2014, 11:36 PM
RE: changeing Health command - by HatZen08 - 03-06-2014, 11:46 AM
RE: changeing Health command - by Gi Nattak - 03-06-2014, 03:49 PM
RE: changeing Health command - by SSJ Rick - 03-07-2014, 01:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Banon, don't wander off! (Health fix) C-Dude 0 1,249 09-18-2021, 09:29 PM
Last Post: C-Dude
  Shock/Health: Hardcoded animation? Kugawattan 6 6,523 05-16-2017, 06:14 PM
Last Post: Tenkarider
  Gaining a greater health from Potions? Kugawattan 41 38,189 08-18-2016, 12:02 AM
Last Post: DrakeyC
  Change the Health command effect Blue Mage Gab 18 15,624 12-08-2015, 08:31 AM
Last Post: Zozma

Forum Jump:


Users browsing this thread: 1 Guest(s)