diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 15:49:32 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-16 15:49:32 -0400 |
commit | c552390a15ae27a24109f369264f1caa6b9f8295 (patch) | |
tree | 50a4aafba10095097004f09452c055b44b564c49 /home/lcd.asm | |
parent | 7b2515d1e47198322407081dfe57c7ca49f22c5f (diff) |
Harmonize home/ with pokegold
Diffstat (limited to 'home/lcd.asm')
-rw-r--r-- | home/lcd.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/lcd.asm b/home/lcd.asm index 59bf22727..1d6671117 100644 --- a/home/lcd.asm +++ b/home/lcd.asm @@ -15,7 +15,7 @@ LCD:: and a jr z, .done -; At this point it's assumed we're in WRAM bank 5! +; At this point it's assumed we're in BANK(wLYOverrides)! push bc ldh a, [rLY] ld c, a |