summaryrefslogtreecommitdiff
path: root/mobile/mobile_40.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/mobile_40.asm')
-rw-r--r--mobile/mobile_40.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm
index c25178715..0d29239e0 100644
--- a/mobile/mobile_40.asm
+++ b/mobile/mobile_40.asm
@@ -2543,7 +2543,7 @@ Unknown_100ff3: ; 100ff3
dbwww $80, PlayerName, NAME_LENGTH, NULL
dbwww $80, PlayerID, 2, NULL
dbwww $80, wSecretID, 2, NULL
- dbwww $80, PlayerGender, 1, NULL
+ dbwww $80, wPlayerGender, 1, NULL
dbwww $04, $a603, 8, NULL
dbwww $04, $a007, PARTYMON_STRUCT_LENGTH, NULL
db -1
@@ -2812,7 +2812,7 @@ Function1011f1: ; 1011f1
call CloseSRAM
ld hl, wdc41
res 4, [hl]
- ld hl, GameTimerPause
+ ld hl, wGameTimerPause
bit 7, [hl]
jr z, .skip
ld hl, wdc41
@@ -4703,7 +4703,7 @@ Function101e98: ; 101e98
call ClearSprites
farcall Function8adb3
ret c
- ld hl, GameTimerPause
+ ld hl, wGameTimerPause
set 7, [hl]
ld hl, wdc41
set 4, [hl]
@@ -4711,7 +4711,7 @@ Function101e98: ; 101e98
; 101ead
Function101ead: ; 101ead
- ld hl, GameTimerPause
+ ld hl, wGameTimerPause
bit 7, [hl]
jr nz, .asm_101ec8
ld hl, wdc41
@@ -6843,7 +6843,7 @@ Function102dc3: ; 102dc3
Function102dd3: ; 102dd3
call DisableLCD
ld de, GFX_1032a2
- ld hl, VTiles0
+ ld hl, vTiles0
lb bc, BANK(GFX_1032a2), 4
call Get2bpp
farcall __LoadTradeScreenBorder
@@ -7896,7 +7896,7 @@ Function1036f9: ; 1036f9
Function103700: ; 103700
ld c, $0a
- ld hl, SwarmFlags
+ ld hl, wSwarmFlags
bit 4, [hl]
jr z, .asm_10370f
farcall Function1008a6
@@ -7994,11 +7994,11 @@ Function103780: ; 103780
Function10378c: ; 10378c
ld c, 0
- ld hl, SwarmFlags
+ ld hl, wSwarmFlags
bit 4, [hl]
jr nz, .already_set
ld c, $01
- ld hl, SwarmFlags
+ ld hl, wSwarmFlags
set 4, [hl]
.already_set
@@ -8020,7 +8020,7 @@ Function10378c: ; 10378c
ld a, c
and a
ret z
- ld hl, SwarmFlags
+ ld hl, wSwarmFlags
res 4, [hl]
ret
; 1037c2