Mar 1, 2016 at 5:41 AM
Join Date: Nov 23, 2015
Location: Somewhere within a world far away from reality...
Posts: 381
Age: 25
Pronouns: he/him
Not quite.
I can GO to 00422730, but if I scroll at all it reveals that I'm actually at 0042272C. And I can EDIT 00422730, but it just edits 0042272C and the address before it.
And doing all this makes the game crash when I use ML+.
Can you please give me a list of these "negative numbers in ascii characters"?
EDIT: Messed around with it a bit...
View attachment 2771
EDIT2: Fuck.
View attachment 2772
EDIT3: I actually have more than 9999 health... I found this out by running into Basil... several times.
EDIT4: It's less than 10,000, though.
ASCII characters allowed in Cave Story:
/ -1
. -2
- -3
, -4
+ -5
* -6
) -7
( -8
' -9
& -10
% -11
$ -12
# -13
" -14
! -15
[SPACE] -16
Numbers higher than 9:
: 10
; 11
< 12
= 13
> 14
? 15
@ 16
A 17
B 18
C 19
D 20
E 21
F 22
G 23
H 24
I 25
J 26
K 27
L 28
M 29
N 30
O 31
P 32
Q 33
R 34
S 35
T 36
U 37
V 38
W 39
X 40
Y 41
Z 42
[ 43
\ 44
] 45
^ 46
_ 47
` 48
Then a - z (lowercase) = 49 - 74
{ 75
| 76
} 77
~ 78
So if you want to have for example the value 10,000 in one TSC command, you can just do :000
For negative values, -10,000 would be &000
You can have 86,658 with ~~~~
<FLJFUCK:YOU! would jump to event 44,455 if flag 25,917 is set. I don't know if the massive flags will work, but you might want to try it out.
There is a value for 79, but it's the box symbol, which I can't type in here. Find some website or CTRL+Backspace and copy it in if you want it.
/ -1
. -2
- -3
, -4
+ -5
* -6
) -7
( -8
' -9
& -10
% -11
$ -12
# -13
" -14
! -15
[SPACE] -16
Numbers higher than 9:
: 10
; 11
< 12
= 13
> 14
? 15
@ 16
A 17
B 18
C 19
D 20
E 21
F 22
G 23
H 24
I 25
J 26
K 27
L 28
M 29
N 30
O 31
P 32
Q 33
R 34
S 35
T 36
U 37
V 38
W 39
X 40
Y 41
Z 42
[ 43
\ 44
] 45
^ 46
_ 47
` 48
Then a - z (lowercase) = 49 - 74
{ 75
| 76
} 77
~ 78
So if you want to have for example the value 10,000 in one TSC command, you can just do :000
For negative values, -10,000 would be &000
You can have 86,658 with ~~~~
<FLJFUCK:YOU! would jump to event 44,455 if flag 25,917 is set. I don't know if the massive flags will work, but you might want to try it out.
There is a value for 79, but it's the box symbol, which I can't type in here. Find some website or CTRL+Backspace and copy it in if you want it.
Also, for the Invincibility Timer, the address is at 0x0049E6C8
Last edited:




