summaryrefslogtreecommitdiff
path: root/maps/OlivineGoodRodHouse.asm
blob: f36b0562d9c2b6a421b418abd6f667bf82309dd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
OlivineGoodRodHouse_MapScriptHeader: ; 0x9c719
	; trigger count
	db 0

	; callback count
	db 0
; 0x9c71b

FishingGuruScript_0x9c71b: ; 0x9c71b
	faceplayer
	loadfont
	checkevent EVENT_GOT_GOOD_ROD
	iftrue UnknownScript_0x9c740
	2writetext UnknownText_0x9c749
	yesorno
	iffalse UnknownScript_0x9c73a
	2writetext UnknownText_0x9c7db
	keeptextopen
	verbosegiveitem GOOD_ROD, 1
	2writetext UnknownText_0x9c807
	closetext
	loadmovesprites
	setevent EVENT_GOT_GOOD_ROD
	end
; 0x9c73a

UnknownScript_0x9c73a: ; 0x9c73a
	2writetext UnknownText_0x9c84c
	closetext
	loadmovesprites
	end
; 0x9c740

UnknownScript_0x9c740: ; 0x9c740
	2writetext UnknownText_0x9c87f
	closetext
	loadmovesprites
	end
; 0x9c746

UnknownScript_0x9c746: ; 0x9c746
	jumpstd $0002
; 0x9c749

UnknownText_0x9c749: ; 0x9c749
	db $0, "OLIVINE is on the", $4f
	db "sea!", $51
	db "And if it's on the", $4f
	db "sea, there are", $55
	db "bound to be fish!", $51
	db "I've fished here", $4f
	db "for 30 years.", $51
	db "Would you like to", $4f
	db "face the sea and", $55
	db "fish?", $57
; 0x9c7db

UnknownText_0x9c7db: ; 0x9c7db
	db $0, "Ah, hahah!", $4f
	db "We have ourselves", $55
	db "a new angler!", $57
; 0x9c807

UnknownText_0x9c807: ; 0x9c807
	db $0, "Fish aren't found", $4f
	db "in the sea alone.", $51
	db "They go wherever", $4f
	db "there is water.", $57
; 0x9c84c

UnknownText_0x9c84c: ; 0x9c84c
	db $0, "Whaaat? You don't", $4f
	db "like to fish!?", $55
	db "Incomprehensible!", $57
; 0x9c87f

UnknownText_0x9c87f: ; 0x9c87f
	db $0, "How are things?", $4f
	db "Land the big one?", $57
; 0x9c8a2

OlivineGoodRodHouse_MapEventHeader: ; 0x9c8a2
	; filler
	db 0, 0

	; warps
	db 2
	warp_def $7, $2, 6, GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY
	warp_def $7, $3, 6, GROUP_OLIVINE_CITY, MAP_OLIVINE_CITY

	; xy triggers
	db 0

	; signposts
	db 0

	; people-events
	db 1
	person_event SPRITE_FISHING_GURU, 7, 6, $6, $0, 255, 255, $a0, 0, FishingGuruScript_0x9c71b, $ffff
; 0x9c8bf