diff options
Diffstat (limited to 'engine/events_3.asm')
-rwxr-xr-x | engine/events_3.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/events_3.asm b/engine/events_3.asm index 3d662c332..5ee113a95 100755 --- a/engine/events_3.asm +++ b/engine/events_3.asm @@ -132,7 +132,7 @@ PlaceMapNameSign:: ; b8098 (2e:4098) LoadMapNameSignGFX: ; b80c6 ld de, MapEntryFrameGFX - ld hl, VTiles2 tile $60 + ld hl, vTiles2 tile $60 lb bc, BANK(MapEntryFrameGFX), $e call Get2bpp ret @@ -648,19 +648,19 @@ LoadFishingGFX: ; b84b3 ld [rVBK], a ld de, FishingGFX - ld a, [PlayerGender] + ld a, [wPlayerGender] bit 0, a jr z, .got_gender ld de, KrisFishingGFX .got_gender - ld hl, VTiles0 tile $02 + ld hl, vTiles0 tile $02 call .LoadGFX - ld hl, VTiles0 tile $06 + ld hl, vTiles0 tile $06 call .LoadGFX - ld hl, VTiles0 tile $0a + ld hl, vTiles0 tile $0a call .LoadGFX - ld hl, VTiles1 tile $7c + ld hl, vTiles1 tile $7c call .LoadGFX pop af |