mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-13 06:26:05 +09:00
methods to reset font rom to default
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
sys.poke(-1299460, 4)
|
||||
if ("reset" == (exec_args[1] || "").toLowerCase()) {
|
||||
sys.poke(-1299460, 20)
|
||||
sys.poke(-1299460, 21)
|
||||
return 0
|
||||
}
|
||||
|
||||
sys.poke(-1299460, 16)
|
||||
|
||||
let off = -1300607 - (14*0x4F)
|
||||
let char = [0,42,85,62,65,85,65,81,93,65,62,0,0,0]
|
||||
@@ -22,7 +28,7 @@ for (let k = 0; k < 14*128; k += 14) {
|
||||
}
|
||||
|
||||
|
||||
sys.poke(-1299460, 6)
|
||||
sys.poke(-1299460, 18)
|
||||
|
||||
for (let y=0; y < 16; y++) {
|
||||
for (let x = 0; x < 16; x++) {
|
||||
|
||||
Reference in New Issue
Block a user