diff options
author | YamaArashi <shadow962@live.com> | 2015-07-23 06:07:12 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-07-23 06:07:44 -0700 |
commit | 04a6c306dce136873fd33d27aa3d5b90d9eeba5a (patch) | |
tree | bdd84a7c2c9be620b0c5d46b3cb015822f7b792a /main.asm | |
parent | c34156c5fb333864c1ae85036ea587c9f615a65a (diff) |
clean up wram aliases
Diffstat (limited to 'main.asm')
-rwxr-xr-x | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2052,7 +2052,7 @@ INCLUDE "data/map_songs.asm" INCLUDE "data/map_header_banks.asm" ClearVariablesAfterLoadingMapData: ; c335 (3:4335) - ld a, $90 + ld a, SCREEN_HEIGHT_PIXELS ld [hWY], a ld [rWY], a xor a |