aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/diploma.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-04 01:00:45 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-04 01:00:45 -0400
commite4e0af4d6713161d46cc0a1d580645ca40d6fa81 (patch)
tree34468478ff888022c58fdb6548a02e4069e1fba9 /engine/events/diploma.asm
parentMake suggested changes from review (diff)
downloadpokeyellow-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-xengine/events/diploma.asm2
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