diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2015-03-01 16:50:07 -0800 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2015-03-01 16:50:07 -0800 |
| commit | 9bc3ff06624d3e51c972c993b1dbd15925265756 (patch) | |
| tree | 94b90af07c6ae10ca2b62feecf9524497c801507 /data | |
| parent | 513cf38fa305d369cf5b792acbaf171a0543bcaf (diff) | |
Dump routine that loads initial high scores.
Diffstat (limited to 'data')
| -rwxr-xr-x | data/initial_high_scores.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/initial_high_scores.asm b/data/initial_high_scores.asm index 000896c..9fa945e 100755 --- a/data/initial_high_scores.asm +++ b/data/initial_high_scores.asm @@ -1,4 +1,4 @@ -InitialRedHighScores: ; 0xd42e +InitialHighScores: ; 0xd42e ; TODO: Use text instead of raw bytes for the names. bigBCD6 50000000 db $4e, $49, $4e ; "NIN" |
