diff options
author | Daniel Harding <33dannye@gmail.com> | 2018-02-05 11:13:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-05 11:13:02 -0600 |
commit | 37ded1d150197b3784bc351eeeb0a8d9713c2e35 (patch) | |
tree | fcb7bd8f3090cb9f7b47a76af7e474122efe36e4 /engine/titlescreen.asm | |
parent | b8aa9ec80e43257a9e3a487b46a33f99c999a940 (diff) | |
parent | 237aeb8fbdb204948d611830565d4a00c6b0ab70 (diff) |
Merge pull request #171 from xCrystal/master
Misc style fixes
Diffstat (limited to 'engine/titlescreen.asm')
-rwxr-xr-x | engine/titlescreen.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm index f4cce5b4..03a5832d 100755 --- a/engine/titlescreen.asm +++ b/engine/titlescreen.asm @@ -56,7 +56,7 @@ DisplayTitleScreen: ld a, BANK(PokemonLogoGraphics) call FarCopyData2 ; second chunk ld hl, Version_GFX - ld de,vChars2 + $600 - (Version_GFXEnd - Version_GFX - $50) + ld de, vChars2 + $600 - (Version_GFXEnd - Version_GFX - $50) ld bc, Version_GFXEnd - Version_GFX ld a, BANK(Version_GFX) call FarCopyDataDouble @@ -118,10 +118,10 @@ DisplayTitleScreen: call LoadScreenTilesFromBuffer2 call EnableLCD IF DEF(_RED) - ld a,CHARMANDER ; which Pokemon to show first on the title screen + ld a, CHARMANDER ; which Pokemon to show first on the title screen ENDC IF DEF(_BLUE) - ld a,SQUIRTLE ; which Pokemon to show first on the title screen + ld a, SQUIRTLE ; which Pokemon to show first on the title screen ENDC ld [wTitleMonSpecies], a |