Author Topic: Two small problems  (Read 2616 times)

cloudiar

  • *
  • Posts: 204
    • View Profile
Two small problems
« on: 2011-11-05 22:24:13 »
Hello people ^.^

1.I wanted the "masamume path" but only is in this forum, and it's deleted...Not exist download T.T

Anyone have and can send? Think only have this possibility...I this case can send me MP and get the msn for contact or email!!!

2.It's problem think it's seriosly...Máxium MP cost for magic attack is 255?  In wallmarket try change numbre and only see 250...is max of game?It's posible change this limitation?

Thanks
« Last Edit: 2011-11-05 22:32:16 by cloudiar »

Bosola

  • Fire hazard!
  • *
  • Posts: 1749
    • View Profile
    • My YouTube Channel
Re: Two small problems
« Reply #1 on: 2012-01-28 14:20:42 »
Coming in to this rather late, but...

No, you cannot increase the MP cost of the spells. IIRC, there's space in the MP cost value for a two-byte figure (a value between 0 and 65,535), but FF7 only regards the second byte.

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: Two small problems
« Reply #2 on: 2012-01-28 14:27:04 »
if it only regards second byte but first one can exist, it shouldnt be too hard to change code in exe no?

Bosola

  • Fire hazard!
  • *
  • Posts: 1749
    • View Profile
    • My YouTube Channel
Re: Two small problems
« Reply #3 on: 2012-01-28 14:42:35 »
I guess we could just set a breakpoint on the byte and take a look at what accesses it.

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: Two small problems
« Reply #4 on: 2012-01-28 14:49:34 »
If I get time I may check it out :)