diff options
author | dannye <33dannye@gmail.com> | 2020-12-15 11:05:12 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-12-15 11:05:12 -0600 |
commit | 2654da5d157540d482790308f1c2948e1431fa46 (patch) | |
tree | 265d64b9fb8f6e8bd580cb6a5ec3c59224e9fdeb /home/init.asm | |
parent | 48dc6a8cf4da512273e79e49346b35dcc225f773 (diff) | |
parent | f16f53096b39ccb5b9ab2345faa3e49434e19336 (diff) |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'home/init.asm')
-rw-r--r-- | home/init.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/init.asm b/home/init.asm index 331a3657..bb70615d 100644 --- a/home/init.asm +++ b/home/init.asm @@ -65,7 +65,7 @@ rLCDC_DEFAULT EQU %11100011 call WriteDMACodeToHRAM xor a - ldh [hTilesetType], a + ldh [hTileAnimations], a ldh [rSTAT], a ldh [hSCX], a ldh [hSCY], a |