News:

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

Main Menu

Time bomb set escape immediately!

Started by PHOSPHOTiDYL, January 22, 2021, 07:56:23 AM

Previous topic - Next topic

PHOSPHOTiDYL

Anyone know how to move where the text appears on screen?
I can provide code to speed up the mother brain fight...

lorom
org $a98841 : lda #$886c ;//[skip music lag]
org $a98878 : lda #$afb6 ;//[explode head/skip boss fight]
org $a9b127 : lda #$b1d5 ;//[explode head to timer {b26d/b2f9}]

Smiley

$A6C4A2: dw $4905 ;Line 1
$A6C4B4: dw $4945 ;Line 2

Pointers to vram, add 1 to move one tile right, add 20 to move down

PHOSPHOTiDYL

Wow thankz I wouldn't have found that one out.

If anyone wants the message centered, here it is.

lorom
org $a6c4a2 : dw $4969 ;//dw $4905 ;//[add 1 rite/add 20 dn]
org $a6c4b4 : dw $49a7 ;//dw $4945