aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/diploma.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/diploma.asm b/engine/events/diploma.asm
index b4ccbb07..3d181210 100644
--- a/engine/events/diploma.asm
+++ b/engine/events/diploma.asm
@@ -11,7 +11,7 @@ DisplayDiploma::
call DisableLCD
ld hl, CircleTile
ld de, vChars2 tile CIRCLE_TILE_ID
- ld bc, $10
+ ld bc, TILE_SIZE
ld a, BANK(CircleTile)
call FarCopyData2
hlcoord 0, 0