diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-04 01:00:45 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-04 01:00:45 -0400 |
| commit | e4e0af4d6713161d46cc0a1d580645ca40d6fa81 (patch) | |
| tree | 34468478ff888022c58fdb6548a02e4069e1fba9 /engine/events/diploma.asm | |
| parent | Make suggested changes from review (diff) | |
| download | pokeyellow-e4e0af4d6713161d46cc0a1d580645ca40d6fa81.tar.gz pokeyellow-e4e0af4d6713161d46cc0a1d580645ca40d6fa81.tar.xz pokeyellow-e4e0af4d6713161d46cc0a1d580645ca40d6fa81.zip | |
Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported by rgbds 0.4.0)
Diffstat (limited to 'engine/events/diploma.asm')
| -rwxr-xr-x | engine/events/diploma.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/diploma.asm b/engine/events/diploma.asm index 24bd2f22..53d78e57 100755 --- a/engine/events/diploma.asm +++ b/engine/events/diploma.asm @@ -9,7 +9,7 @@ DisplayDiploma:: call DisableLCD ld hl, CircleTile ld de, vChars2 + $700 - ld bc, $0010 + ld bc, $10 ld a, BANK(CircleTile) call FarCopyData2 coord hl, 0, 0 |
