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

@@ -52,7 +52,7 @@ HalveMoney: ; 12513
farcall StubbedTrainerRankings_WhiteOuts
; Halve the player's money.
ld hl, Money
ld hl, wMoney
ld a, [hl]
srl a
ld [hli], a
@@ -77,6 +77,6 @@ GetWhiteoutSpawn: ; 12527
xor a ; SPAWN_HOME
.yes
ld [DefaultSpawnpoint], a
ld [wDefaultSpawnpoint], a
ret
; 1253d