Removing status glowiness?
#6
Nice Job finding the address! :p

Well, not "remove the code", but rather tell the game to "do nothing" at certain addresses. The byte to use is EA, and FD for events.

You don't want to erase so many bytes at once, the game crashes very easily just by removing or replacing a wrong byte. If I were you, I'd start removing one or two and see what happens.
Code:
C1/2E75:    EA EA        NOP
C1/2E77:    EA EA        NOP     (Originally some code for safe spell)

Try with those and see what happens. Also there's some other code that does something to the colors:

Code:
Change flesh color for statuses
C1/2F0D:    0A          ASL A            (from C1/2E4C, C1/2E59, C1/2E66)
C1/2F0E:    0A          ASL A
C1/2F0F:    AA          TAX
C1/2F10:    C220        REP #$20      (16 bit accum./memory)
C1/2F12:    BFAEE3C2    LDA $C2E3AE,X
C1/2F16:    998C7F      STA $7F8C,Y
C1/2F19:    BFB0E3C2    LDA $C2E3B0,X
C1/2F1D:    998E7F      STA $7F8E,Y
C1/2F20:    7B          TDC
C1/2F21:    E220        SEP #$20      (8 bit accum./memory)
C1/2F23:    60          RTS
Reply


Messages In This Thread
Removing status glowiness? - by wuttbagon - 06-14-2011, 06:36 PM
RE: Removing status glowiness? - by Angelo26 - 06-14-2011, 06:54 PM
RE: Removing status glowiness? - by wuttbagon - 06-14-2011, 07:07 PM
RE: Removing status glowiness? - by Angelo26 - 06-14-2011, 07:51 PM
RE: Removing status glowiness? - by wuttbagon - 06-16-2011, 09:59 PM
RE: Removing status glowiness? - by Angelo26 - 06-17-2011, 01:29 AM
RE: Removing status glowiness? - by wuttbagon - 06-17-2011, 04:11 PM
RE: Removing status glowiness? - by Angelo26 - 06-17-2011, 07:22 PM
RE: Removing status glowiness? - by Sutebenukun - 06-17-2011, 08:39 PM
RE: Removing status glowiness? - by Angelo26 - 06-19-2011, 02:24 PM
RE: Removing status glowiness? - by wuttbagon - 06-18-2011, 01:42 AM
RE: Removing status glowiness? - by Sutebenukun - 06-19-2011, 05:56 PM
RE: Removing status glowiness? - by DjinnAndTonic - 06-22-2011, 04:30 AM
RE: Removing status glowiness? - by wuttbagon - 06-22-2011, 03:51 PM
RE: Removing status glowiness? - by DjinnAndTonic - 06-22-2011, 06:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Removing a playable character from the game CrumpledMedal 1 2,791 09-21-2014, 08:22 PM
Last Post: madsiur

Forum Jump:


Users browsing this thread: 1 Guest(s)