Pick off some more static map ids.

This commit is contained in:
yenatch 2015-02-07 11:16:00 -08:00
parent c9b778fb00
commit 451f7fce29
3 changed files with 9 additions and 10 deletions

View file

@ -25,16 +25,15 @@ SuperRodData: ; e919 (3:6919)
dbw ROUTE_25, FishingGroup3
dbw CERULEAN_GYM, FishingGroup3
dbw VERMILION_DOCK, FishingGroup4
;XXX syntax errors on the rest?
dbw $A1, FishingGroup8 ; SEAFOAM_ISLANDS_4
dbw $A2, FishingGroup8 ; SEAFOAM_ISLANDS_5
dbw SEAFOAM_ISLANDS_4, FishingGroup8
dbw SEAFOAM_ISLANDS_5, FishingGroup8
dbw SAFARI_ZONE_EAST, FishingGroup6
dbw $DA, FishingGroup6 ; SAFARI_ZONE_NORTH
dbw SAFARI_ZONE_NORTH, FishingGroup6
dbw SAFARI_ZONE_WEST, FishingGroup6
dbw $DC, FishingGroup6 ; SAFARI_ZONE_CENTER
dbw $E2, FishingGroup9 ; UNKNOWN_DUNGEON_2
dbw $E3, FishingGroup9 ; UNKNOWN_DUNGEON_3
dbw $E4, FishingGroup9 ; UNKNOWN_DUNGEON_1
dbw SAFARI_ZONE_CENTER, FishingGroup6
dbw UNKNOWN_DUNGEON_2, FishingGroup9
dbw UNKNOWN_DUNGEON_3, FishingGroup9
dbw UNKNOWN_DUNGEON_1, FishingGroup9
db $FF
; fishing groups

View file

@ -80,7 +80,7 @@ asm_1e9b0: ; 1e9b0 (7:69b0)
call DisplayTextID
xor a
ld [wd528], a
ld a, $9c
ld a, SAFARI_ZONE_ENTRANCE
ld [H_DOWNARROWBLINKCNT1], a ; $ff8b
ld a, $3
ld [wDestinationWarpID], a

View file

@ -71,7 +71,7 @@ PokemonTower7Script4: ; 60d86 (18:4d86)
predef HideObject
ld a, $4
ld [wSpriteStateData1 + 9], a
ld a, $95
ld a, LAVENDER_HOUSE_1
ld [H_DOWNARROWBLINKCNT1], a ; $ff8b
ld a, $1
ld [wDestinationWarpID], a