diff options
| author | Adelaide Walter <adelaidekwalter@gmail.com> | 2018-01-08 23:07:46 -0500 |
|---|---|---|
| committer | Adelaide Walter <adelaidekwalter@gmail.com> | 2018-01-08 23:07:46 -0500 |
| commit | 6c5cd7a963fb2b5eed109aeef25f041eabba0004 (patch) | |
| tree | cd964c28727f04f74876e8b6fd2edfe3be9d96b0 /engine/events | |
| parent | 94f32db7bc4a5e4e4d8837d3110d0876146783af (diff) | |
Simplify comments per Rangi's rec.
Diffstat (limited to 'engine/events')
| -rw-r--r-- | engine/events/print_unown.asm | 2 | ||||
| -rw-r--r-- | engine/events/print_unown_2.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/print_unown.asm b/engine/events/print_unown.asm index 3dfee282d..771d3ea5a 100644 --- a/engine/events/print_unown.asm +++ b/engine/events/print_unown.asm @@ -178,7 +178,7 @@ UnownPrinter: ; 16be4 hlcoord 1, 9 ld de, UnownDexVacantString call PlaceString - xor a ; effectively ld a, BANK(sScratch) + xor a ; sScratch call GetSRAMBank ld hl, sScratch ld bc, $31 tiles diff --git a/engine/events/print_unown_2.asm b/engine/events/print_unown_2.asm index 287ae7537..1e0b90fc5 100644 --- a/engine/events/print_unown_2.asm +++ b/engine/events/print_unown_2.asm @@ -1,7 +1,7 @@ RotateUnownFrontpic: ; e0000 ; something to do with Unown printer push de - xor a ; effectively ld a, BANK(sScratch) + xor a ; sScratch call GetSRAMBank ld hl, sScratch ld bc, 0 |
