Populate content of overworld HUD (#18); make wCurTurn 2 bytes (#25)

This commit is contained in:
xCrystal
2023-12-27 17:42:46 +01:00
parent b530cf90f4
commit 80257e4bca
6 changed files with 53 additions and 2 deletions

View File

@@ -2546,7 +2546,7 @@ wYCoord:: db
wXCoord:: db
wScreenSave:: ds SCREEN_META_WIDTH * SCREEN_META_HEIGHT
wCurTurn:: db
wCurTurn:: dw
wCurSpace:: db
wCurLevelCoins:: ds 3
wCurLevelExp:: ds 3