diff options
author | YamaArashi <shadow962@live.com> | 2016-06-12 01:49:43 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-06-12 01:49:43 -0700 |
commit | 7597b4bf8cc3293edbb992eb59f69030f4228f1c (patch) | |
tree | 7b4b6571d520ad7e6edb2da873f715df93ba488e /engine | |
parent | c050e9e23983eb76ac5cc3416401715179a9957f (diff) |
remove map header addr comments
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/hall_of_fame.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm index 554893a9..833313a6 100755 --- a/engine/hall_of_fame.asm +++ b/engine/hall_of_fame.asm @@ -58,7 +58,7 @@ AnimateHallOfFame: ld c, 80 call DelayFrames coord hl, 2, 13 - lb bc, $3, $e + lb bc, 3, 14 call TextBoxBorder coord hl, 4, 15 ld de, HallOfFameText |