summaryrefslogtreecommitdiff
path: root/data/initial_high_scores.asm
blob: 66542dd52f743aa3e1cb83f457f18cf8fc5e6534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
InitialHighScores: ; 0xd42e
; TODO: Use text instead of raw bytes for the names.
	bigBCD6 50000000
	db "NIN"
	db $00, $00, $00, $00

	bigBCD6 40000000
	db "CRE"
	db $00, $00, $00, $00

	bigBCD6 30000000
	db "GAM"
	db $00, $00, $00, $00

	bigBCD6 20000000
	db "HAL"
	db $00, $00, $00, $00

	bigBCD6 10000000
	db "JUP"
	db $00, $00, $00, $00