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
|
FortreeCity_House1_MapScripts:: @ 8157E12
.byte 0
FortreeCity_House1_EventScript_157E13:: @ 8157E13
lock
faceplayer
goto_if_set FLAG_FORTREE_NPC_TRADE_COMPLETED, FortreeCity_House1_EventScript_157EAD
setvar VAR_0x8008, 1
copyvar VAR_0x8004, VAR_0x8008
specialvar VAR_RESULT, GetInGameTradeSpeciesInfo
copyvar VAR_0x8009, VAR_RESULT
msgbox FortreeCity_House1_Text_18568C, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq FortreeCity_House1_EventScript_157E95
special SelectMonForNPCTrade
waitstate
copyvar VAR_0x800A, VAR_0x8004
compare VAR_0x8004, 255
goto_if_eq FortreeCity_House1_EventScript_157E95
copyvar VAR_0x8005, VAR_0x800A
specialvar VAR_RESULT, GetTradeSpecies
copyvar VAR_0x800B, VAR_RESULT
compare VAR_RESULT, VAR_0x8009
goto_if_ne FortreeCity_House1_EventScript_157E9F
copyvar VAR_0x8004, VAR_0x8008
copyvar VAR_0x8005, VAR_0x800A
special CreateInGameTradePokemon
special DoInGameTradeScene
waitstate
bufferspeciesname 0, VAR_0x8009
msgbox FortreeCity_House1_Text_1856F7, MSGBOX_DEFAULT
setflag FLAG_FORTREE_NPC_TRADE_COMPLETED
release
end
FortreeCity_House1_EventScript_157E95:: @ 8157E95
msgbox FortreeCity_House1_Text_18577F, MSGBOX_DEFAULT
release
end
FortreeCity_House1_EventScript_157E9F:: @ 8157E9F
bufferspeciesname 0, VAR_0x8009
msgbox FortreeCity_House1_Text_185737, MSGBOX_DEFAULT
release
end
FortreeCity_House1_EventScript_157EAD:: @ 8157EAD
msgbox FortreeCity_House1_Text_1857C7, MSGBOX_DEFAULT
release
end
FortreeCity_House1_EventScript_157EB7:: @ 8157EB7
msgbox FortreeCity_House1_Text_18582A, MSGBOX_NPC
end
FortreeCity_House1_EventScript_157EC0:: @ 8157EC0
lock
faceplayer
waitse
playmoncry SPECIES_ZIGZAGOON, 0
msgbox FortreeCity_House1_Text_185888, MSGBOX_DEFAULT
waitmoncry
release
end
|