News:

Don't forget to visit the main site! There's lots of helpful docs, patches, and more!

Main Menu

[SM] No recharge station TextBox ?

Started by benox50, June 18, 2017, 08:15:06 PM

Previous topic - Next topic

benox50

Yo, is there an Hex tweak to remove the text box from popping-in on both Health station and missile station ?
I think removing it will be more fluid and better while playing.

PHOSPHOTiDYL

I was wondering this recently as well.
Both are LDA #$00xx : JSL $858080.

xx = message value + 1

020CB9 = EA EA EA EA EA EA EA
020CDA = EA EA EA EA EA EA EA

PHOSPHOTiDYL

As a side note, message value + 1 is for smile rf's message box editor.

There's actually no message zero.

Scyzer

Quote from: PHOSPHOTiDYL on June 19, 2017, 03:02:32 AM
As a side note, message value + 1 is for smile rf's message box editor.

There's actually no message zero.

This is a good point. I dunno why I didn't start from 1 when 0 doesn't exist. I've fixed it for the next update, so from .95 onwards the messages will match up in RF to the values used in game.