blob: 89658f8ccce7ae2df661dcabbc1da717d9485047 (
plain)
1
2
3
4
5
6
7
8
|
from atk16 import *
atk_enable_text_mode()
atk_store(0xF800, 65 + 7) # H
atk_store(0xF801, 65 + 4) # E
atk_store(0xF802, 65 + 11) # L
atk_store(0xF803, 65 + 11) # L
atk_store(0xF804, 65 + 14) # O
|