diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-07 02:43:08 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-07 02:43:08 -0800 |
| commit | 3fdb8a0d8995746d5605136ece384516338489b0 (patch) | |
| tree | 214030fb5b6ec943cdcb2ba84e622fba0ad3fb8f /engine/titlescreen.asm | |
| parent | add constants for volatile statuses and more battle labels/commentary/constants (diff) | |
| download | pokeyellow-3fdb8a0d8995746d5605136ece384516338489b0.tar.gz pokeyellow-3fdb8a0d8995746d5605136ece384516338489b0.tar.xz pokeyellow-3fdb8a0d8995746d5605136ece384516338489b0.zip | |
serial/trade/misc
Diffstat (limited to 'engine/titlescreen.asm')
| -rwxr-xr-x | engine/titlescreen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm index e13b7da6..5e8a15d5 100755 --- a/engine/titlescreen.asm +++ b/engine/titlescreen.asm @@ -27,9 +27,9 @@ LoadTitlescreenGraphics: ; 42dd (1:42dd) ld [H_AUTOBGTRANSFERENABLED], a ; $ffba xor a ld [hTilesetType], a - ld [$ffae], a + ld [hSCX], a ld a, $40 - ld [$ffaf], a + ld [hSCY], a ld a, $90 ld [hWY], a call ClearScreen |
