Prefix wram labels with w, part 2.

This commit is contained in:
luckytyphlosion
2018-01-23 17:39:09 -05:00
parent 79bd48f85c
commit a1951cefc0
323 changed files with 8581 additions and 8581 deletions

View File

@@ -22,7 +22,7 @@ PlaceDiplomaOnScreen: ; 1dd709
ld de, .EmptyString
hlcoord 15, 5
call PlaceString
ld de, PlayerName
ld de, wPlayerName
hlcoord 9, 5
call PlaceString
ld de, .Certification
@@ -68,12 +68,12 @@ PrintDiplomaPage2: ; 1dd7ae
hlcoord 3, 15
call PlaceString
hlcoord 12, 15
ld de, GameTimeHours
ld de, wGameTimeHours
lb bc, 2, 4
call PrintNum
ld [hl], $67 ; colon
inc hl
ld de, GameTimeMinutes
ld de, wGameTimeMinutes
lb bc, PRINTNUM_LEADINGZEROS | 1, 2
call PrintNum
ret