dang — 05/06/2023 10:40 AM
what does the big white "2" in ridley AI roomstrat mean?
it only appears at the beginning of pogos for me, im guessing it means the previous pattern is still in motion and pogo is lined up but maybe im wrong?
InsaneFirebat — 05/06/2023 10:47 AM
It's just part of the name, but the HUD text font doesn't have numbers to match.
.B5E5 : db "HOVER" : db $FF
.B613 : db "HOVER 2" : db $FF
.B6A7 : db "POGO START" : db $FF
.B6DD : db "POGO START 2" : db $FF
This can be improved by drawing 2 in the HUD font style and adding it to resources/HUDfont.tbl at the bottom. There's some punctuation tiles that could be overwritten down there.
This can be improved by drawing 2 in the HUD font style and adding it to resources/HUDfont.tbl at the bottom. There's some punctuation tiles that could be overwritten down there.