summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklektron <klektron@users.noreply.github.com>2020-12-27 13:19:05 +0100
committerklektron <klektron@users.noreply.github.com>2020-12-27 13:19:05 +0100
commit948538e01884f92694f5da5e4f0b80c6f347192a (patch)
tree641f2a922a7a8f1afd00cd233579db316e9da8ec
parentaa4adcb8e485d138e269f1bfb7b871feeffa2c27 (diff)
fixed hlcoord 10,4 -> hlcoord 11,4
-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 066b3aa3..410217d5 100755
--- a/engine/events/diploma.asm
+++ b/engine/events/diploma.asm
@@ -35,7 +35,7 @@ DisplayDiploma::
pop bc
dec c
jr nz, .asm_56715
- hlcoord 10, 4
+ hlcoord 11, 4
ld de, wPlayerName
call PlaceString
farcall DrawPlayerCharacter