diff options
Diffstat (limited to 'data/initial_high_scores.asm')
-rwxr-xr-x | data/initial_high_scores.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/initial_high_scores.asm b/data/initial_high_scores.asm new file mode 100755 index 0000000..000896c --- /dev/null +++ b/data/initial_high_scores.asm @@ -0,0 +1,21 @@ +InitialRedHighScores: ; 0xd42e +; TODO: Use text instead of raw bytes for the names. + bigBCD6 50000000 + db $4e, $49, $4e ; "NIN" + db $00, $00, $00, $00 + + bigBCD6 40000000 + db $43, $52, $45 ; "CRE" + db $00, $00, $00, $00 + + bigBCD6 30000000 + db $47, $41, $4d ; "GAM" + db $00, $00, $00, $00 + + bigBCD6 20000000 + db $48, $41, $4c ; "HAL" + db $00, $00, $00, $00 + + bigBCD6 10000000 + db $4a, $55, $50 ; "JUP" + db $00, $00, $00, $00 |