aboutsummaryrefslogtreecommitdiffstats
path: root/engine/hall_of_fame.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-30 01:54:27 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-30 01:54:27 +0100
commit237aeb8fbdb204948d611830565d4a00c6b0ab70 (patch)
tree94dea41b4af4a3374a1a1e2f56665cff2ea5baa9 /engine/hall_of_fame.asm
parentUppercase battle status constants (diff)
downloadpokeyellow-237aeb8fbdb204948d611830565d4a00c6b0ab70.tar.gz
pokeyellow-237aeb8fbdb204948d611830565d4a00c6b0ab70.tar.xz
pokeyellow-237aeb8fbdb204948d611830565d4a00c6b0ab70.zip
Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x
Diffstat (limited to 'engine/hall_of_fame.asm')
-rwxr-xr-xengine/hall_of_fame.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hall_of_fame.asm b/engine/hall_of_fame.asm
index 9eb4edc5..3c9b1723 100755
--- a/engine/hall_of_fame.asm
+++ b/engine/hall_of_fame.asm
@@ -6,7 +6,7 @@ AnimateHallOfFame:
call LoadFontTilePatterns
call LoadTextBoxTilePatterns
call DisableLCD
- ld hl,vBGMap0
+ ld hl, vBGMap0
ld bc, $800
ld a, " "
call FillMemory