mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Trim address comments from maps.
This commit is contained in:
parent
718c2260e9
commit
63079fa1fe
@ -1,27 +1,23 @@
|
||||
AzaleaMart_MapScriptHeader: ; 0x18e03e
|
||||
AzaleaMart_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x18e040
|
||||
|
||||
ClerkScript_0x18e040: ; 0x18e040
|
||||
ClerkScript_0x18e040:
|
||||
loadfont
|
||||
pokemart $0, $0003
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x18e047
|
||||
|
||||
CooltrainerMScript_0x18e047: ; 0x18e047
|
||||
CooltrainerMScript_0x18e047:
|
||||
jumptextfaceplayer UnknownText_0x18e04d
|
||||
; 0x18e04a
|
||||
|
||||
BugCatcherScript_0x18e04a: ; 0x18e04a
|
||||
BugCatcherScript_0x18e04a:
|
||||
jumptextfaceplayer UnknownText_0x18e0b6
|
||||
; 0x18e04d
|
||||
|
||||
UnknownText_0x18e04d: ; 0x18e04d
|
||||
UnknownText_0x18e04d:
|
||||
text "There's no GREAT"
|
||||
line "BALL here. #"
|
||||
|
||||
@ -32,9 +28,8 @@ UnknownText_0x18e04d: ; 0x18e04d
|
||||
line "make me some of"
|
||||
cont "his custom BALLS."
|
||||
done
|
||||
; 0x18e0b6
|
||||
|
||||
UnknownText_0x18e0b6: ; 0x18e0b6
|
||||
UnknownText_0x18e0b6:
|
||||
text "A GREAT BALL is"
|
||||
line "better for catch-"
|
||||
cont "ing #MON than a"
|
||||
@ -44,9 +39,8 @@ UnknownText_0x18e0b6: ; 0x18e0b6
|
||||
line "be better some-"
|
||||
cont "times."
|
||||
done
|
||||
; 0x18e118
|
||||
|
||||
AzaleaMart_MapEventHeader: ; 0x18e118
|
||||
AzaleaMart_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -66,4 +60,3 @@ AzaleaMart_MapEventHeader: ; 0x18e118
|
||||
person_event SPRITE_CLERK, 7, 5, $9, $0, 255, 255, $0, 0, ClerkScript_0x18e040, $ffff
|
||||
person_event SPRITE_COOLTRAINER_M, 9, 6, $7, $0, 255, 255, $0, 0, CooltrainerMScript_0x18e047, $ffff
|
||||
person_event SPRITE_BUG_CATCHER, 6, 11, $5, $2, 255, 255, $80, 0, BugCatcherScript_0x18e04a, $ffff
|
||||
; 0x18e14f
|
||||
|
@ -1,4 +1,4 @@
|
||||
AzaleaPokeCenter1F_MapScriptHeader: ; 0x18db21
|
||||
AzaleaPokeCenter1F_MapScriptHeader:
|
||||
; trigger count
|
||||
db 1
|
||||
|
||||
@ -7,29 +7,23 @@ AzaleaPokeCenter1F_MapScriptHeader: ; 0x18db21
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x18db27
|
||||
|
||||
UnknownScript_0x18db27: ; 0x18db27
|
||||
UnknownScript_0x18db27:
|
||||
end
|
||||
; 0x18db28
|
||||
|
||||
NurseScript_0x18db28: ; 0x18db28
|
||||
NurseScript_0x18db28:
|
||||
jumpstd pokecenternurse
|
||||
; 0x18db2b
|
||||
|
||||
GentlemanScript_0x18db2b: ; 0x18db2b
|
||||
GentlemanScript_0x18db2b:
|
||||
jumptextfaceplayer UnknownText_0x18db34
|
||||
; 0x18db2e
|
||||
|
||||
FishingGuruScript_0x18db2e: ; 0x18db2e
|
||||
FishingGuruScript_0x18db2e:
|
||||
jumptextfaceplayer UnknownText_0x18dbee
|
||||
; 0x18db31
|
||||
|
||||
PokefanFScript_0x18db31: ; 0x18db31
|
||||
PokefanFScript_0x18db31:
|
||||
jumptextfaceplayer UnknownText_0x18dc19
|
||||
; 0x18db34
|
||||
|
||||
UnknownText_0x18db34: ; 0x18db34
|
||||
UnknownText_0x18db34:
|
||||
text "Do your #MON"
|
||||
line "know HM moves?"
|
||||
|
||||
@ -39,9 +33,8 @@ UnknownText_0x18db34: ; 0x18db34
|
||||
para "your #MON has"
|
||||
line "fainted."
|
||||
done
|
||||
; 0x18db88
|
||||
|
||||
UnknownText_0x18db88: ; 0x18db88
|
||||
UnknownText_0x18db88:
|
||||
text "This BILL guy"
|
||||
line "created the system"
|
||||
|
||||
@ -52,16 +45,14 @@ UnknownText_0x18db88: ; 0x18db88
|
||||
line "store up to 20"
|
||||
cont "#MON per BOX."
|
||||
done
|
||||
; 0x18dbee
|
||||
|
||||
UnknownText_0x18dbee: ; 0x18dbee
|
||||
UnknownText_0x18dbee:
|
||||
text "BILL's PC can"
|
||||
line "store up to 20"
|
||||
cont "#MON per BOX."
|
||||
done
|
||||
; 0x18dc19
|
||||
|
||||
UnknownText_0x18dc19: ; 0x18dc19
|
||||
UnknownText_0x18dc19:
|
||||
text "Do you know about"
|
||||
line "APRICORNS?"
|
||||
|
||||
@ -80,9 +71,8 @@ UnknownText_0x18dc19: ; 0x18dc19
|
||||
para "everyone used"
|
||||
line "APRICORNS."
|
||||
done
|
||||
; 0x18dccf
|
||||
|
||||
AzaleaPokeCenter1F_MapEventHeader: ; 0x18dccf
|
||||
AzaleaPokeCenter1F_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -104,4 +94,3 @@ AzaleaPokeCenter1F_MapEventHeader: ; 0x18dccf
|
||||
person_event SPRITE_GENTLEMAN, 10, 13, $4, $10, 255, 255, $0, 0, GentlemanScript_0x18db2b, $ffff
|
||||
person_event SPRITE_FISHING_GURU, 5, 10, $6, $0, 255, 255, $0, 0, FishingGuruScript_0x18db2e, $ffff
|
||||
person_event SPRITE_POKEFAN_F, 8, 5, $2, $21, 255, 255, $0, 0, PokefanFScript_0x18db31, $ffff
|
||||
; 0x18dd18
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
BattleTowerBattleRoom_MapScriptHeader: ; 0x9f40f
|
||||
BattleTowerBattleRoom_MapScriptHeader:
|
||||
; trigger count
|
||||
db 2
|
||||
|
||||
@ -8,21 +8,18 @@ BattleTowerBattleRoom_MapScriptHeader: ; 0x9f40f
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x9f419
|
||||
|
||||
UnknownScript_0x9f419: ; 0x9f419
|
||||
UnknownScript_0x9f419:
|
||||
disappear $2
|
||||
priorityjump UnknownScript_0x9f421
|
||||
dotrigger $1
|
||||
; 0x9f420
|
||||
|
||||
UnknownScript_0x9f420: ; 0x9f420
|
||||
UnknownScript_0x9f420:
|
||||
end
|
||||
; 0x9f421
|
||||
|
||||
UnknownScript_0x9f421: ; 0x9f421
|
||||
UnknownScript_0x9f421:
|
||||
applymovement $0, MovementData_0x9e58c
|
||||
UnknownScript_0x9f425: ; 0x9f425
|
||||
UnknownScript_0x9f425:
|
||||
writebyte $2
|
||||
special Function170b44
|
||||
appear $2
|
||||
@ -58,14 +55,13 @@ UnknownScript_0x9f425: ; 0x9f425
|
||||
writetext UnknownText_0x9eebc
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9f483
|
||||
UnknownScript_0x9f477: ; 0x9f477
|
||||
UnknownScript_0x9f477:
|
||||
loadmovesprites
|
||||
applymovement $0, MovementData_0x9e5a9
|
||||
applymovement $3, MovementData_0x9e5a1
|
||||
jump UnknownScript_0x9f425
|
||||
; 0x9f483
|
||||
|
||||
UnknownScript_0x9f483: ; 0x9f483
|
||||
UnknownScript_0x9f483:
|
||||
writetext UnknownText_0x9ef5e
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9f4a3
|
||||
@ -79,7 +75,7 @@ UnknownScript_0x9f483: ; 0x9f483
|
||||
waitbutton
|
||||
special Function8c084
|
||||
special Reset
|
||||
UnknownScript_0x9f4a3: ; 0x9f4a3
|
||||
UnknownScript_0x9f4a3:
|
||||
writetext UnknownText_0x9efbf
|
||||
yesorno
|
||||
iffalse UnknownScript_0x9f477
|
||||
@ -92,9 +88,8 @@ UnknownScript_0x9f4a3: ; 0x9f4a3
|
||||
warpfacing $1, GROUP_BATTLE_TOWER_1F, MAP_BATTLE_TOWER_1F, $7, $7
|
||||
loadfont
|
||||
jump UnknownScript_0x9e4b0
|
||||
; 0x9f4c2
|
||||
|
||||
UnknownScript_0x9f4c2: ; 0x9f4c2
|
||||
UnknownScript_0x9f4c2:
|
||||
pause 60
|
||||
special Function8c092
|
||||
warpfacing $1, GROUP_BATTLE_TOWER_1F, MAP_BATTLE_TOWER_1F, $7, $7
|
||||
@ -105,19 +100,17 @@ UnknownScript_0x9f4c2: ; 0x9f4c2
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x9f4d9
|
||||
|
||||
UnknownScript_0x9f4d9: ; 0x9f4d9
|
||||
UnknownScript_0x9f4d9:
|
||||
pause 60
|
||||
special Function8c092
|
||||
warpfacing $1, GROUP_BATTLE_TOWER_1F, MAP_BATTLE_TOWER_1F, $7, $7
|
||||
BattleTowerBattleRoomScript_0x9f4e4: ; 0x9f4e4
|
||||
BattleTowerBattleRoomScript_0x9f4e4:
|
||||
loadfont
|
||||
writetext UnknownText_0x9eaef
|
||||
jump UnknownScript_0x9e47a
|
||||
; 0x9f4eb
|
||||
|
||||
UnknownScript_0x9f4eb: ; 0x9f4eb
|
||||
UnknownScript_0x9f4eb:
|
||||
writebyte $4
|
||||
special Function170687
|
||||
loadfont
|
||||
@ -125,9 +118,8 @@ UnknownScript_0x9f4eb: ; 0x9f4eb
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x9f4f7
|
||||
|
||||
UnknownScript_0x9f4f7: ; 0x9f4f7
|
||||
UnknownScript_0x9f4f7:
|
||||
writebyte $4
|
||||
special Function170687
|
||||
writebyte $6
|
||||
@ -138,17 +130,15 @@ UnknownScript_0x9f4f7: ; 0x9f4f7
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x9f50b
|
||||
|
||||
|
||||
UnknownText_0x9f50b: ; 0x9f50b
|
||||
UnknownText_0x9f50b:
|
||||
text "You'll be returned"
|
||||
line "after you SAVE."
|
||||
done
|
||||
; 0x9f52e
|
||||
|
||||
|
||||
BattleTowerBattleRoom_MapEventHeader: ; 0x9f52e
|
||||
BattleTowerBattleRoom_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -167,4 +157,3 @@ BattleTowerBattleRoom_MapEventHeader: ; 0x9f52e
|
||||
db 2
|
||||
person_event SPRITE_YOUNGSTER, 4, 8, $6, $0, 255, 255, $0, 0, ObjectEvent, $0791
|
||||
person_event SPRITE_RECEPTIONIST, 10, 5, $9, $0, 255, 255, $0, 0, ObjectEvent, $ffff
|
||||
; 0x9f558
|
||||
|
@ -1,4 +1,4 @@
|
||||
BattleTowerElevator_MapScriptHeader: ; 0x9f558
|
||||
BattleTowerElevator_MapScriptHeader:
|
||||
; trigger count
|
||||
db 2
|
||||
|
||||
@ -8,18 +8,15 @@ BattleTowerElevator_MapScriptHeader: ; 0x9f558
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x9f562
|
||||
|
||||
UnknownScript_0x9f562: ; 0x9f562
|
||||
UnknownScript_0x9f562:
|
||||
priorityjump UnknownScript_0x9f568
|
||||
dotrigger $1
|
||||
; 0x9f567
|
||||
|
||||
UnknownScript_0x9f567: ; 0x9f567
|
||||
UnknownScript_0x9f567:
|
||||
end
|
||||
; 0x9f568
|
||||
|
||||
UnknownScript_0x9f568: ; 0x9f568
|
||||
UnknownScript_0x9f568:
|
||||
follow $2, $0
|
||||
applymovement $2, MovementData_0x9f58f
|
||||
applymovement $0, MovementData_0x9f592
|
||||
@ -36,20 +33,17 @@ UnknownScript_0x9f568: ; 0x9f568
|
||||
applymovement $0, MovementData_0x9e578
|
||||
warpcheck
|
||||
end
|
||||
; 0x9f58f
|
||||
|
||||
MovementData_0x9f58f: ; 0x9f58f
|
||||
MovementData_0x9f58f:
|
||||
step_right
|
||||
turn_head_down
|
||||
step_end
|
||||
; 0x9f592
|
||||
|
||||
MovementData_0x9f592: ; 0x9f592
|
||||
MovementData_0x9f592:
|
||||
turn_head_down
|
||||
step_end
|
||||
; 0x9f594
|
||||
|
||||
BattleTowerElevator_MapEventHeader: ; 0x9f594
|
||||
BattleTowerElevator_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -67,4 +61,3 @@ BattleTowerElevator_MapEventHeader: ; 0x9f594
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_RECEPTIONIST, 6, 5, $9, $0, 255, 255, $0, 0, MovementData_0x9f58f, $ffff
|
||||
; 0x9f5b1
|
||||
|
@ -1,4 +1,4 @@
|
||||
BattleTowerHallway_MapScriptHeader: ; 0x9f5b1
|
||||
BattleTowerHallway_MapScriptHeader:
|
||||
; trigger count
|
||||
db 2
|
||||
|
||||
@ -8,25 +8,21 @@ BattleTowerHallway_MapScriptHeader: ; 0x9f5b1
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x9f5bb
|
||||
|
||||
UnknownScript_0x9f5bb: ; 0x9f5bb
|
||||
UnknownScript_0x9f5bb:
|
||||
priorityjump UnknownScript_0x9f5c1
|
||||
dotrigger $1
|
||||
; 0x9f5c0
|
||||
|
||||
UnknownScript_0x9f5c0: ; 0x9f5c0
|
||||
UnknownScript_0x9f5c0:
|
||||
end
|
||||
; 0x9f5c1
|
||||
|
||||
UnknownScript_0x9f5c1: ; 0x9f5c1
|
||||
UnknownScript_0x9f5c1:
|
||||
follow $2, $0
|
||||
callasm Function_0x9f5cb
|
||||
jump UnknownScript_0x9f5dc
|
||||
; 0x9f5cb
|
||||
|
||||
|
||||
Function_0x9f5cb: ; 0x9f5cb
|
||||
Function_0x9f5cb:
|
||||
ld a, [rSVBK]
|
||||
push af
|
||||
|
||||
@ -38,10 +34,9 @@ Function_0x9f5cb: ; 0x9f5cb
|
||||
pop af
|
||||
ld [rSVBK], a
|
||||
ret
|
||||
; 0x9f5dc
|
||||
|
||||
|
||||
UnknownScript_0x9f5dc: ; 0x9f5dc
|
||||
UnknownScript_0x9f5dc:
|
||||
if_equal $3, UnknownScript_0x9f603
|
||||
if_equal $4, UnknownScript_0x9f603
|
||||
if_equal $5, UnknownScript_0x9f60a
|
||||
@ -52,29 +47,24 @@ UnknownScript_0x9f5dc: ; 0x9f5dc
|
||||
if_equal $a, UnknownScript_0x9f618
|
||||
applymovement $2, MovementData_0x9e57a
|
||||
jump UnknownScript_0x9f61f
|
||||
; 0x9f603
|
||||
|
||||
UnknownScript_0x9f603: ; 0x9f603
|
||||
UnknownScript_0x9f603:
|
||||
applymovement $2, MovementData_0x9e57c
|
||||
jump UnknownScript_0x9f61f
|
||||
; 0x9f60a
|
||||
|
||||
UnknownScript_0x9f60a: ; 0x9f60a
|
||||
UnknownScript_0x9f60a:
|
||||
applymovement $2, MovementData_0x9e586
|
||||
jump UnknownScript_0x9f61f
|
||||
; 0x9f611
|
||||
|
||||
UnknownScript_0x9f611: ; 0x9f611
|
||||
UnknownScript_0x9f611:
|
||||
applymovement $2, MovementData_0x9e584
|
||||
jump UnknownScript_0x9f61f
|
||||
; 0x9f618
|
||||
|
||||
UnknownScript_0x9f618: ; 0x9f618
|
||||
UnknownScript_0x9f618:
|
||||
applymovement $2, MovementData_0x9e582
|
||||
jump UnknownScript_0x9f61f
|
||||
; 0x9f61f
|
||||
|
||||
UnknownScript_0x9f61f: ; 0x9f61f
|
||||
UnknownScript_0x9f61f:
|
||||
faceperson $0, $2
|
||||
loadfont
|
||||
writetext UnknownText_0x9ec26
|
||||
@ -84,9 +74,8 @@ UnknownScript_0x9f61f: ; 0x9f61f
|
||||
applymovement $0, MovementData_0x9e576
|
||||
warpcheck
|
||||
end
|
||||
; 0x9f62f
|
||||
|
||||
BattleTowerHallway_MapEventHeader: ; 0x9f62f
|
||||
BattleTowerHallway_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -108,4 +97,3 @@ BattleTowerHallway_MapEventHeader: ; 0x9f62f
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_RECEPTIONIST, 6, 15, $6, $0, 255, 255, $0, 0, BattleTowerHallway_MapEventHeader, $ffff
|
||||
; 0x9f660
|
||||
|
@ -1,12 +1,11 @@
|
||||
BillsHouse_MapScriptHeader: ; 0x189536
|
||||
BillsHouse_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x189538
|
||||
|
||||
GrampsScript_0x189538: ; 0x189538
|
||||
GrampsScript_0x189538:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkevent $0000
|
||||
@ -18,7 +17,7 @@ GrampsScript_0x189538: ; 0x189538
|
||||
writetext UnknownText_0x1896ce
|
||||
keeptextopen
|
||||
setevent EVENT_MET_BILLS_GRANDPA
|
||||
UnknownScript_0x189553: ; 0x189553
|
||||
UnknownScript_0x189553:
|
||||
checkevent EVENT_SHOWED_PICHU_TO_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x189697
|
||||
checkevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
||||
@ -41,9 +40,8 @@ UnknownScript_0x189553: ; 0x189553
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_LICKITUNG_TO_BILLS_GRANDPA
|
||||
jump UnknownScript_0x18963b
|
||||
; 0x189592
|
||||
|
||||
UnknownScript_0x189592: ; 0x189592
|
||||
UnknownScript_0x189592:
|
||||
writetext UnknownText_0x1898ff
|
||||
keeptextopen
|
||||
writetext UnknownText_0x189732
|
||||
@ -56,9 +54,8 @@ UnknownScript_0x189592: ; 0x189592
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_ODDISH_TO_BILLS_GRANDPA
|
||||
jump UnknownScript_0x189652
|
||||
; 0x1895b3
|
||||
|
||||
UnknownScript_0x1895b3: ; 0x1895b3
|
||||
UnknownScript_0x1895b3:
|
||||
writetext UnknownText_0x189953
|
||||
keeptextopen
|
||||
writetext UnknownText_0x189732
|
||||
@ -71,9 +68,8 @@ UnknownScript_0x1895b3: ; 0x1895b3
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_STARYU_TO_BILLS_GRANDPA
|
||||
jump UnknownScript_0x189669
|
||||
; 0x1895d4
|
||||
|
||||
UnknownScript_0x1895d4: ; 0x1895d4
|
||||
UnknownScript_0x1895d4:
|
||||
checkver
|
||||
iftrue UnknownScript_0x1895f9
|
||||
writetext UnknownText_0x1899fe
|
||||
@ -88,9 +84,8 @@ UnknownScript_0x1895d4: ; 0x1895d4
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
||||
jump UnknownScript_0x189680
|
||||
; 0x1895f9
|
||||
|
||||
UnknownScript_0x1895f9: ; 0x1895f9
|
||||
UnknownScript_0x1895f9:
|
||||
writetext UnknownText_0x189a57
|
||||
keeptextopen
|
||||
writetext UnknownText_0x189732
|
||||
@ -103,9 +98,8 @@ UnknownScript_0x1895f9: ; 0x1895f9
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_GROWLITHE_VULPIX_TO_BILLS_GRANDPA
|
||||
jump UnknownScript_0x189680
|
||||
; 0x18961a
|
||||
|
||||
UnknownScript_0x18961a: ; 0x18961a
|
||||
UnknownScript_0x18961a:
|
||||
writetext UnknownText_0x189ab1
|
||||
keeptextopen
|
||||
writetext UnknownText_0x189732
|
||||
@ -118,9 +112,8 @@ UnknownScript_0x18961a: ; 0x18961a
|
||||
scall UnknownScript_0x1896b0
|
||||
setevent EVENT_SHOWED_PICHU_TO_BILLS_GRANDPA
|
||||
jump UnknownScript_0x189697
|
||||
; 0x18963b
|
||||
|
||||
UnknownScript_0x18963b: ; 0x18963b
|
||||
UnknownScript_0x18963b:
|
||||
checkevent EVENT_GOT_EVERSTONE_FROM_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x189592
|
||||
scall UnknownScript_0x1896b5
|
||||
@ -130,9 +123,8 @@ UnknownScript_0x18963b: ; 0x18963b
|
||||
setevent $0000
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x189652
|
||||
|
||||
UnknownScript_0x189652: ; 0x189652
|
||||
UnknownScript_0x189652:
|
||||
checkevent EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x1895b3
|
||||
scall UnknownScript_0x1896b5
|
||||
@ -142,9 +134,8 @@ UnknownScript_0x189652: ; 0x189652
|
||||
setevent $0000
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x189669
|
||||
|
||||
UnknownScript_0x189669: ; 0x189669
|
||||
UnknownScript_0x189669:
|
||||
checkevent EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x1895d4
|
||||
scall UnknownScript_0x1896b5
|
||||
@ -154,9 +145,8 @@ UnknownScript_0x189669: ; 0x189669
|
||||
setevent $0000
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x189680
|
||||
|
||||
UnknownScript_0x189680: ; 0x189680
|
||||
UnknownScript_0x189680:
|
||||
checkevent EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA
|
||||
iftrue UnknownScript_0x18961a
|
||||
scall UnknownScript_0x1896b5
|
||||
@ -166,69 +156,59 @@ UnknownScript_0x189680: ; 0x189680
|
||||
setevent $0000
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x189697
|
||||
|
||||
UnknownScript_0x189697: ; 0x189697
|
||||
UnknownScript_0x189697:
|
||||
scall UnknownScript_0x1896b5
|
||||
verbosegiveitem THUNDERSTONE, 1
|
||||
iffalse UnknownScript_0x1896cc
|
||||
setevent EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1896a5
|
||||
|
||||
UnknownScript_0x1896a5: ; 0x1896a5
|
||||
UnknownScript_0x1896a5:
|
||||
writetext UnknownText_0x189760
|
||||
keeptextopen
|
||||
end
|
||||
; 0x1896aa
|
||||
|
||||
UnknownScript_0x1896aa: ; 0x1896aa
|
||||
UnknownScript_0x1896aa:
|
||||
writetext UnknownText_0x189784
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1896b0
|
||||
|
||||
UnknownScript_0x1896b0: ; 0x1896b0
|
||||
UnknownScript_0x1896b0:
|
||||
writetext UnknownText_0x1897a6
|
||||
keeptextopen
|
||||
end
|
||||
; 0x1896b5
|
||||
|
||||
UnknownScript_0x1896b5: ; 0x1896b5
|
||||
UnknownScript_0x1896b5:
|
||||
writetext UnknownText_0x1897e1
|
||||
keeptextopen
|
||||
end
|
||||
; 0x1896ba
|
||||
|
||||
UnknownScript_0x1896ba: ; 0x1896ba
|
||||
UnknownScript_0x1896ba:
|
||||
writetext UnknownText_0x18980e
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1896c0
|
||||
|
||||
UnknownScript_0x1896c0: ; 0x1896c0
|
||||
UnknownScript_0x1896c0:
|
||||
writetext UnknownText_0x18982a
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1896c6
|
||||
|
||||
UnknownScript_0x1896c6: ; 0x1896c6
|
||||
UnknownScript_0x1896c6:
|
||||
writetext UnknownText_0x189891
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1896cc
|
||||
|
||||
UnknownScript_0x1896cc: ; 0x1896cc
|
||||
UnknownScript_0x1896cc:
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x1896ce
|
||||
|
||||
UnknownText_0x1896ce: ; 0x1896ce
|
||||
UnknownText_0x1896ce:
|
||||
text "Hm? You know BILL?"
|
||||
line "He's my grandson."
|
||||
|
||||
@ -238,28 +218,24 @@ UnknownText_0x1896ce: ; 0x1896ce
|
||||
para "with PCs, so I'm"
|
||||
line "house-sitting."
|
||||
done
|
||||
; 0x189732
|
||||
|
||||
UnknownText_0x189732: ; 0x189732
|
||||
UnknownText_0x189732:
|
||||
text "If you have that"
|
||||
line "#MON, may I see"
|
||||
cont "it, please?"
|
||||
done
|
||||
; 0x189760
|
||||
|
||||
UnknownText_0x189760: ; 0x189760
|
||||
UnknownText_0x189760:
|
||||
text "You will show me?"
|
||||
line "How good of you!"
|
||||
done
|
||||
; 0x189784
|
||||
|
||||
UnknownText_0x189784: ; 0x189784
|
||||
UnknownText_0x189784:
|
||||
text "You don't have it?"
|
||||
line "That's too bad…"
|
||||
done
|
||||
; 0x1897a6
|
||||
|
||||
UnknownText_0x1897a6: ; 0x1897a6
|
||||
UnknownText_0x1897a6:
|
||||
text "Ah, so that is"
|
||||
line "@"
|
||||
text_from_ram StringBuffer3
|
||||
@ -269,23 +245,20 @@ UnknownText_0x1897a6: ; 0x1897a6
|
||||
line "That's so kind of"
|
||||
cont "you."
|
||||
done
|
||||
; 0x1897e1
|
||||
|
||||
UnknownText_0x1897e1: ; 0x1897e1
|
||||
UnknownText_0x1897e1:
|
||||
text "Thanks!"
|
||||
|
||||
para "This is a token of"
|
||||
line "my appreciation."
|
||||
done
|
||||
; 0x18980e
|
||||
|
||||
UnknownText_0x18980e: ; 0x18980e
|
||||
UnknownText_0x18980e:
|
||||
text "Come visit again"
|
||||
line "sometime."
|
||||
done
|
||||
; 0x18982a
|
||||
|
||||
UnknownText_0x18982a: ; 0x18982a
|
||||
UnknownText_0x18982a:
|
||||
text "Thanks for showing"
|
||||
line "me so many cute"
|
||||
cont "#MON."
|
||||
@ -296,27 +269,24 @@ UnknownText_0x18982a: ; 0x18982a
|
||||
para "I've lived such a"
|
||||
line "long life."
|
||||
done
|
||||
; 0x189891
|
||||
|
||||
UnknownText_0x189891: ; 0x189891
|
||||
UnknownText_0x189891:
|
||||
text "Hm?"
|
||||
|
||||
para "That's not the"
|
||||
line "#MON that I was"
|
||||
cont "told about."
|
||||
done
|
||||
; 0x1898c0
|
||||
|
||||
UnknownText_0x1898c0: ; 0x1898c0
|
||||
UnknownText_0x1898c0:
|
||||
text "My grandson BILL"
|
||||
line "told me about a"
|
||||
|
||||
para "#MON that has a"
|
||||
line "long tongue."
|
||||
done
|
||||
; 0x1898ff
|
||||
|
||||
UnknownText_0x1898ff: ; 0x1898ff
|
||||
UnknownText_0x1898ff:
|
||||
text "Ah, my grandson"
|
||||
line "mentioned a round,"
|
||||
|
||||
@ -324,9 +294,8 @@ UnknownText_0x1898ff: ; 0x1898ff
|
||||
line "has leaves growing"
|
||||
cont "on its head."
|
||||
done
|
||||
; 0x189953
|
||||
|
||||
UnknownText_0x189953: ; 0x189953
|
||||
UnknownText_0x189953:
|
||||
text "Do you know of a"
|
||||
line "sea #MON that"
|
||||
|
||||
@ -343,9 +312,8 @@ UnknownText_0x189953: ; 0x189953
|
||||
para "I would surely"
|
||||
line "like to see it."
|
||||
done
|
||||
; 0x1899fe
|
||||
|
||||
UnknownText_0x1899fe: ; 0x1899fe
|
||||
UnknownText_0x1899fe:
|
||||
text "BILL told me about"
|
||||
line "a #MON that is"
|
||||
|
||||
@ -355,9 +323,8 @@ UnknownText_0x1899fe: ; 0x1899fe
|
||||
para "It's supposed to"
|
||||
line "ROAR well."
|
||||
done
|
||||
; 0x189a57
|
||||
|
||||
UnknownText_0x189a57: ; 0x189a57
|
||||
UnknownText_0x189a57:
|
||||
text "I heard about a"
|
||||
line "cute #MON that"
|
||||
cont "has six tails."
|
||||
@ -366,9 +333,8 @@ UnknownText_0x189a57: ; 0x189a57
|
||||
line "hug a cute #MON"
|
||||
cont "like that."
|
||||
done
|
||||
; 0x189ab1
|
||||
|
||||
UnknownText_0x189ab1: ; 0x189ab1
|
||||
UnknownText_0x189ab1:
|
||||
text "Do you know that"
|
||||
line "hugely popular"
|
||||
cont "#MON?"
|
||||
@ -383,9 +349,8 @@ UnknownText_0x189ab1: ; 0x189ab1
|
||||
para "like before it"
|
||||
line "evolves."
|
||||
done
|
||||
; 0x189b42
|
||||
|
||||
BillsHouse_MapEventHeader: ; 0x189b42
|
||||
BillsHouse_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -403,4 +368,3 @@ BillsHouse_MapEventHeader: ; 0x189b42
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_GRAMPS, 7, 6, $7, $20, 255, 255, $90, 0, GrampsScript_0x189538, $ffff
|
||||
; 0x189b5f
|
||||
|
@ -1,4 +1,4 @@
|
||||
BlackthornDodrioTradeHouse_MapScriptHeader: ; 0x195a28
|
||||
BlackthornDodrioTradeHouse_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
@ -16,7 +16,7 @@ Emy:
|
||||
EmysHouseBookshelf:
|
||||
jumpstd magazinebookshelf
|
||||
|
||||
BlackthornDodrioTradeHouse_MapEventHeader: ; 0x195a34
|
||||
BlackthornDodrioTradeHouse_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -36,4 +36,3 @@ BlackthornDodrioTradeHouse_MapEventHeader: ; 0x195a34
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_LASS, 7, 6, $3, $0, 255, 255, $a0, 0, Emy, $ffff
|
||||
; 0x195a5b
|
||||
|
@ -1,23 +1,20 @@
|
||||
BlackthornDragonSpeechHouse_MapScriptHeader: ; 0x195947
|
||||
BlackthornDragonSpeechHouse_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x195949
|
||||
|
||||
GrannyScript_0x195949: ; 0x195949
|
||||
GrannyScript_0x195949:
|
||||
jumptextfaceplayer UnknownText_0x19595c
|
||||
; 0x19594c
|
||||
|
||||
EkansScript_0x19594c: ; 0x19594c
|
||||
EkansScript_0x19594c:
|
||||
loadfont
|
||||
writetext UnknownText_0x1959ee
|
||||
cry DRATINI
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x195956
|
||||
|
||||
UnknownScript_0x195956:
|
||||
jumpstd picturebookshelf
|
||||
@ -25,7 +22,7 @@ UnknownScript_0x195956:
|
||||
UnknownScript_0x195959:
|
||||
jumpstd magazinebookshelf
|
||||
|
||||
UnknownText_0x19595c: ; 0x19595c
|
||||
UnknownText_0x19595c:
|
||||
text "A clan of trainers"
|
||||
line "who can freely"
|
||||
|
||||
@ -39,14 +36,12 @@ UnknownText_0x19595c: ; 0x19595c
|
||||
para "about dragons in"
|
||||
line "this town."
|
||||
done
|
||||
; 0x1959ee
|
||||
|
||||
UnknownText_0x1959ee: ; 0x1959ee
|
||||
UnknownText_0x1959ee:
|
||||
text "DRATINI: Draa!"
|
||||
done
|
||||
; 0x1959fe
|
||||
|
||||
BlackthornDragonSpeechHouse_MapEventHeader: ; 0x1959fe
|
||||
BlackthornDragonSpeechHouse_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -65,4 +60,3 @@ BlackthornDragonSpeechHouse_MapEventHeader: ; 0x1959fe
|
||||
db 2
|
||||
person_event SPRITE_GRANNY, 7, 6, $3, $0, 255, 255, $0, 0, GrannyScript_0x195949, $ffff
|
||||
person_event SPRITE_EKANS, 9, 9, $16, $0, 255, 255, $90, 0, EkansScript_0x19594c, $ffff
|
||||
; 0x195a28
|
||||
|
@ -1,27 +1,23 @@
|
||||
BlackthornMart_MapScriptHeader: ; 0x195a5b
|
||||
BlackthornMart_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x195a5d
|
||||
|
||||
ClerkScript_0x195a5d: ; 0x195a5d
|
||||
ClerkScript_0x195a5d:
|
||||
loadfont
|
||||
pokemart $0, $0011
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x195a64
|
||||
|
||||
CooltrainerMScript_0x195a64: ; 0x195a64
|
||||
CooltrainerMScript_0x195a64:
|
||||
jumptextfaceplayer UnknownText_0x195a6a
|
||||
; 0x195a67
|
||||
|
||||
BlackBeltScript_0x195a67: ; 0x195a67
|
||||
BlackBeltScript_0x195a67:
|
||||
jumptextfaceplayer UnknownText_0x195ae9
|
||||
; 0x195a6a
|
||||
|
||||
UnknownText_0x195a6a: ; 0x195a6a
|
||||
UnknownText_0x195a6a:
|
||||
text "You can't buy MAX"
|
||||
line "REVIVE, but it"
|
||||
|
||||
@ -34,9 +30,8 @@ UnknownText_0x195a6a: ; 0x195a6a
|
||||
para "POWER POINTS"
|
||||
line "needed for moves."
|
||||
done
|
||||
; 0x195ae9
|
||||
|
||||
UnknownText_0x195ae9: ; 0x195ae9
|
||||
UnknownText_0x195ae9:
|
||||
text "MAX REPEL keeps"
|
||||
line "weak #MON away"
|
||||
cont "from you."
|
||||
@ -45,9 +40,8 @@ UnknownText_0x195ae9: ; 0x195ae9
|
||||
line "lasting of the"
|
||||
cont "REPEL sprays."
|
||||
done
|
||||
; 0x195b40
|
||||
|
||||
BlackthornMart_MapEventHeader: ; 0x195b40
|
||||
BlackthornMart_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -67,4 +61,3 @@ BlackthornMart_MapEventHeader: ; 0x195b40
|
||||
person_event SPRITE_CLERK, 7, 5, $9, $0, 255, 255, $0, 0, ClerkScript_0x195a5d, $ffff
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 11, $5, $2, 255, 255, $0, 0, CooltrainerMScript_0x195a64, $ffff
|
||||
person_event SPRITE_BLACK_BELT, 6, 9, $6, $0, 255, 255, $a0, 0, BlackBeltScript_0x195a67, $ffff
|
||||
; 0x195b77
|
||||
|
@ -1,28 +1,23 @@
|
||||
BlackthornPokeCenter1F_MapScriptHeader: ; 0x195b77
|
||||
BlackthornPokeCenter1F_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x195b79
|
||||
|
||||
NurseScript_0x195b79: ; 0x195b79
|
||||
NurseScript_0x195b79:
|
||||
jumpstd pokecenternurse
|
||||
; 0x195b7c
|
||||
|
||||
GentlemanScript_0x195b7c: ; 0x195b7c
|
||||
GentlemanScript_0x195b7c:
|
||||
jumptextfaceplayer UnknownText_0x195b85
|
||||
; 0x195b7f
|
||||
|
||||
TwinScript_0x195b7f: ; 0x195b7f
|
||||
TwinScript_0x195b7f:
|
||||
jumptextfaceplayer UnknownText_0x195bfd
|
||||
; 0x195b82
|
||||
|
||||
CooltrainerMScript_0x195b82: ; 0x195b82
|
||||
CooltrainerMScript_0x195b82:
|
||||
jumpstd $0033
|
||||
; 0x195b85
|
||||
|
||||
UnknownText_0x195b85: ; 0x195b85
|
||||
UnknownText_0x195b85:
|
||||
text "Deep inside far-"
|
||||
line "off INDIGO PLATEAU"
|
||||
|
||||
@ -35,9 +30,8 @@ UnknownText_0x195b85: ; 0x195b85
|
||||
para "there from around"
|
||||
line "the country."
|
||||
done
|
||||
; 0x195bfd
|
||||
|
||||
UnknownText_0x195bfd: ; 0x195bfd
|
||||
UnknownText_0x195bfd:
|
||||
text "There was this"
|
||||
line "move I just had"
|
||||
|
||||
@ -48,9 +42,8 @@ UnknownText_0x195bfd: ; 0x195bfd
|
||||
line "DELETER to make it"
|
||||
cont "forget an HM move."
|
||||
done
|
||||
; 0x195c69
|
||||
|
||||
BlackthornPokeCenter1F_MapEventHeader: ; 0x195c69
|
||||
BlackthornPokeCenter1F_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -72,4 +65,3 @@ BlackthornPokeCenter1F_MapEventHeader: ; 0x195c69
|
||||
person_event SPRITE_GENTLEMAN, 7, 9, $6, $0, 255, 255, $0, 0, GentlemanScript_0x195b7c, $ffff
|
||||
person_event SPRITE_TWIN, 8, 5, $3, $0, 255, 255, $a0, 0, TwinScript_0x195b7f, $ffff
|
||||
person_event SPRITE_COOLTRAINER_M, 10, 11, $5, $1, 255, 255, $80, 0, CooltrainerMScript_0x195b82, $ffff
|
||||
; 0x195cb2
|
||||
|
@ -1,12 +1,11 @@
|
||||
BluesHouse_MapScriptHeader: ; 0x19b0ce
|
||||
BluesHouse_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x19b0d0
|
||||
|
||||
DaisyScript_0x19b0d0: ; 0x19b0d0
|
||||
DaisyScript_0x19b0d0:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkcode VAR_HOUR
|
||||
@ -15,9 +14,8 @@ DaisyScript_0x19b0d0: ; 0x19b0d0
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19b0de
|
||||
|
||||
UnknownScript_0x19b0de: ; 0x19b0de
|
||||
UnknownScript_0x19b0de:
|
||||
checkflag $005c
|
||||
iftrue UnknownScript_0x19b11e
|
||||
writetext UnknownText_0x19b1b6
|
||||
@ -45,30 +43,26 @@ UnknownScript_0x19b0de: ; 0x19b0de
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19b11e
|
||||
|
||||
UnknownScript_0x19b11e: ; 0x19b11e
|
||||
UnknownScript_0x19b11e:
|
||||
writetext UnknownText_0x19b2fa
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19b124
|
||||
|
||||
UnknownScript_0x19b124: ; 0x19b124
|
||||
UnknownScript_0x19b124:
|
||||
writetext UnknownText_0x19b334
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19b12a
|
||||
|
||||
UnknownScript_0x19b12a: ; 0x19b12a
|
||||
UnknownScript_0x19b12a:
|
||||
writetext UnknownText_0x19b377
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x19b130
|
||||
|
||||
UnknownText_0x19b130: ; 0x19b130
|
||||
UnknownText_0x19b130:
|
||||
text "DAISY: Hi! My kid"
|
||||
line "brother is the GYM"
|
||||
|
||||
@ -81,9 +75,8 @@ UnknownText_0x19b130: ; 0x19b130
|
||||
para "it causes problems"
|
||||
line "for the trainers."
|
||||
done
|
||||
; 0x19b1b6
|
||||
|
||||
UnknownText_0x19b1b6: ; 0x19b1b6
|
||||
UnknownText_0x19b1b6:
|
||||
text "DAISY: Hi! Good"
|
||||
line "timing. I'm about"
|
||||
cont "to have some tea."
|
||||
@ -97,29 +90,25 @@ UnknownText_0x19b1b6: ; 0x19b1b6
|
||||
para "Would you like me"
|
||||
line "to groom one?"
|
||||
done
|
||||
; 0x19b244
|
||||
|
||||
UnknownText_0x19b244: ; 0x19b244
|
||||
UnknownText_0x19b244:
|
||||
text "DAISY: Which one"
|
||||
line "should I groom?"
|
||||
done
|
||||
; 0x19b266
|
||||
|
||||
UnknownText_0x19b266: ; 0x19b266
|
||||
UnknownText_0x19b266:
|
||||
text "DAISY: OK, I'll"
|
||||
line "get it looking"
|
||||
cont "nice in no time."
|
||||
done
|
||||
; 0x19b296
|
||||
|
||||
UnknownText_0x19b296: ; 0x19b296
|
||||
UnknownText_0x19b296:
|
||||
text_from_ram StringBuffer3
|
||||
text " looks"
|
||||
line "content."
|
||||
done
|
||||
; 0x19b2aa
|
||||
|
||||
UnknownText_0x19b2aa: ; 0x19b2aa
|
||||
UnknownText_0x19b2aa:
|
||||
text "DAISY: There you"
|
||||
line "go! All done."
|
||||
|
||||
@ -129,34 +118,30 @@ UnknownText_0x19b2aa: ; 0x19b2aa
|
||||
para "It's such a cute"
|
||||
line "#MON."
|
||||
done
|
||||
; 0x19b2fa
|
||||
|
||||
UnknownText_0x19b2fa: ; 0x19b2fa
|
||||
UnknownText_0x19b2fa:
|
||||
text "DAISY: I always"
|
||||
line "have tea around"
|
||||
|
||||
para "this time. Come"
|
||||
line "join me."
|
||||
done
|
||||
; 0x19b334
|
||||
|
||||
UnknownText_0x19b334: ; 0x19b334
|
||||
UnknownText_0x19b334:
|
||||
text "DAISY: You don't"
|
||||
line "want to have one"
|
||||
|
||||
para "groomed? OK, we'll"
|
||||
line "just have tea."
|
||||
done
|
||||
; 0x19b377
|
||||
|
||||
UnknownText_0x19b377: ; 0x19b377
|
||||
UnknownText_0x19b377:
|
||||
text "DAISY: Oh, sorry."
|
||||
line "I honestly can't"
|
||||
cont "groom an EGG."
|
||||
done
|
||||
; 0x19b3a8
|
||||
|
||||
BluesHouse_MapEventHeader: ; 0x19b3a8
|
||||
BluesHouse_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -174,4 +159,3 @@ BluesHouse_MapEventHeader: ; 0x19b3a8
|
||||
; people-events
|
||||
db 1
|
||||
person_event SPRITE_DAISY, 7, 6, $3, $0, 255, 255, $0, 0, DaisyScript_0x19b0d0, $ffff
|
||||
; 0x19b3c5
|
||||
|
@ -1,4 +1,4 @@
|
||||
BurnedTower1F_MapScriptHeader: ; 0x185be1
|
||||
BurnedTower1F_MapScriptHeader:
|
||||
; trigger count
|
||||
db 3
|
||||
|
||||
@ -13,34 +13,29 @@ BurnedTower1F_MapScriptHeader: ; 0x185be1
|
||||
; callbacks
|
||||
|
||||
dbw 1, UnknownScript_0x185bf8
|
||||
; 0x185bf2
|
||||
|
||||
UnknownScript_0x185bf2: ; 0x185bf2
|
||||
UnknownScript_0x185bf2:
|
||||
priorityjump UnknownScript_0x185c0d
|
||||
end
|
||||
; 0x185bf6
|
||||
|
||||
UnknownScript_0x185bf6: ; 0x185bf6
|
||||
UnknownScript_0x185bf6:
|
||||
end
|
||||
; 0x185bf7
|
||||
|
||||
UnknownScript_0x185bf7: ; 0x185bf7
|
||||
UnknownScript_0x185bf7:
|
||||
end
|
||||
; 0x185bf8
|
||||
|
||||
UnknownScript_0x185bf8: ; 0x185bf8
|
||||
UnknownScript_0x185bf8:
|
||||
checkevent $0332
|
||||
iftrue UnknownScript_0x185c02
|
||||
changeblock $a, $8, $32
|
||||
UnknownScript_0x185c02: ; 0x185c02
|
||||
UnknownScript_0x185c02:
|
||||
checkevent EVENT_RELEASED_THE_BEASTS
|
||||
iftrue UnknownScript_0x185c0c
|
||||
changeblock $6, $e, $9
|
||||
UnknownScript_0x185c0c: ; 0x185c0c
|
||||
UnknownScript_0x185c0c:
|
||||
return
|
||||
; 0x185c0d
|
||||
|
||||
UnknownScript_0x185c0d: ; 0x185c0d
|
||||
UnknownScript_0x185c0d:
|
||||
spriteface $3, DOWN
|
||||
showemote $0, $3, 15
|
||||
applymovement $3, MovementData_0x185cd3
|
||||
@ -51,9 +46,8 @@ UnknownScript_0x185c0d: ; 0x185c0d
|
||||
moveperson $3, $9, $e
|
||||
dotrigger $1
|
||||
end
|
||||
; 0x185c25
|
||||
|
||||
UnknownScript_0x185c25: ; 0x185c25
|
||||
UnknownScript_0x185c25:
|
||||
showemote $0, $4, 15
|
||||
special Functionc48f
|
||||
pause 15
|
||||
@ -77,9 +71,8 @@ UnknownScript_0x185c25: ; 0x185c25
|
||||
reloadmapmusic
|
||||
returnafterbattle
|
||||
jump UnknownScript_0x185c80
|
||||
; 0x185c60
|
||||
|
||||
UnknownScript_0x185c60: ; 0x185c60
|
||||
UnknownScript_0x185c60:
|
||||
winlosstext UnknownText_0x185d9b, UnknownText_0x185e2c
|
||||
setlasttalked $4
|
||||
loadtrainer RIVAL1, RIVAL1_7
|
||||
@ -87,9 +80,8 @@ UnknownScript_0x185c60: ; 0x185c60
|
||||
reloadmapmusic
|
||||
returnafterbattle
|
||||
jump UnknownScript_0x185c80
|
||||
; 0x185c70
|
||||
|
||||
UnknownScript_0x185c70: ; 0x185c70
|
||||
UnknownScript_0x185c70:
|
||||
winlosstext UnknownText_0x185d9b, UnknownText_0x185e2c
|
||||
setlasttalked $4
|
||||
loadtrainer RIVAL1, RIVAL1_8
|
||||
@ -97,9 +89,8 @@ UnknownScript_0x185c70: ; 0x185c70
|
||||
reloadmapmusic
|
||||
returnafterbattle
|
||||
jump UnknownScript_0x185c80
|
||||
; 0x185c80
|
||||
|
||||
UnknownScript_0x185c80: ; 0x185c80
|
||||
UnknownScript_0x185c80:
|
||||
playmusic MUSIC_RIVAL_AFTER
|
||||
loadfont
|
||||
writetext UnknownText_0x185de2
|
||||
@ -127,60 +118,50 @@ UnknownScript_0x185c80: ; 0x185c80
|
||||
pause 15
|
||||
warpcheck
|
||||
end
|
||||
; 0x185cbc
|
||||
|
||||
SuperNerdScript_0x185cbc: ; 0x185cbc
|
||||
SuperNerdScript_0x185cbc:
|
||||
jumptextfaceplayer UnknownText_0x185f99
|
||||
; 0x185cbf
|
||||
|
||||
MortyScript_0x185cbf: ; 0x185cbf
|
||||
MortyScript_0x185cbf:
|
||||
jumptextfaceplayer UnknownText_0x186002
|
||||
; 0x185cc2
|
||||
|
||||
BurnedTower1FRock:
|
||||
jumpstd smashrock
|
||||
|
||||
MapBurnedTower1FSignpostItem0: ; 0x185cc5
|
||||
MapBurnedTower1FSignpostItem0:
|
||||
dw $0080
|
||||
db ETHER
|
||||
|
||||
; 0x185cc8
|
||||
|
||||
MapBurnedTower1FSignpostItem1: ; 0x185cc8
|
||||
MapBurnedTower1FSignpostItem1:
|
||||
dw $00ff
|
||||
db ULTRA_BALL
|
||||
|
||||
; 0x185ccb
|
||||
|
||||
ItemFragment_0x185ccb: ; 0x185ccb
|
||||
ItemFragment_0x185ccb:
|
||||
db HP_UP, 1
|
||||
; 0x185ccd
|
||||
|
||||
MovementData_0x185ccd: ; 0x185ccd
|
||||
MovementData_0x185ccd:
|
||||
step_left
|
||||
step_end
|
||||
; 0x185ccf
|
||||
|
||||
MovementData_0x185ccf: ; 0x185ccf
|
||||
MovementData_0x185ccf:
|
||||
step_right
|
||||
step_end
|
||||
; 0x185cd1
|
||||
|
||||
MovementData_0x185cd1: ; 0x185cd1
|
||||
MovementData_0x185cd1:
|
||||
db $59 ; movement
|
||||
step_end
|
||||
; 0x185cd3
|
||||
|
||||
MovementData_0x185cd3: ; 0x185cd3
|
||||
MovementData_0x185cd3:
|
||||
step_down
|
||||
step_left
|
||||
step_left
|
||||
step_left
|
||||
step_down
|
||||
step_end
|
||||
; 0x185cd9
|
||||
|
||||
UnknownText_0x185cd9: ; 0x185cd9
|
||||
UnknownText_0x185cd9:
|
||||
text $56, " ", $56, " ", $56
|
||||
|
||||
para "…Oh, it's you."
|
||||
@ -203,9 +184,8 @@ UnknownText_0x185cd9: ; 0x185cd9
|
||||
para "It's all your"
|
||||
line "fault!"
|
||||
done
|
||||
; 0x185d9b
|
||||
|
||||
UnknownText_0x185d9b: ; 0x185d9b
|
||||
UnknownText_0x185d9b:
|
||||
text "…Humph!"
|
||||
|
||||
para "This is why I hate"
|
||||
@ -214,9 +194,8 @@ UnknownText_0x185d9b: ; 0x185d9b
|
||||
para "There's no"
|
||||
line "challenge in it."
|
||||
done
|
||||
; 0x185de2
|
||||
|
||||
UnknownText_0x185de2: ; 0x185de2
|
||||
UnknownText_0x185de2:
|
||||
text "…Aw, whatever."
|
||||
|
||||
para "You would never be"
|
||||
@ -225,9 +204,8 @@ UnknownText_0x185de2: ; 0x185de2
|
||||
para "legendary #MON"
|
||||
line "anyway."
|
||||
done
|
||||
; 0x185e2c
|
||||
|
||||
UnknownText_0x185e2c: ; 0x185e2c
|
||||
UnknownText_0x185e2c:
|
||||
text "…Humph!"
|
||||
|
||||
para "This is why I hate"
|
||||
@ -236,9 +214,8 @@ UnknownText_0x185e2c: ; 0x185e2c
|
||||
para "It's just a waste"
|
||||
line "of my time."
|
||||
done
|
||||
; 0x185e75
|
||||
|
||||
UnknownText_0x185e75: ; 0x185e75
|
||||
UnknownText_0x185e75:
|
||||
text "Humph!"
|
||||
|
||||
para "What are you doing"
|
||||
@ -249,9 +226,8 @@ UnknownText_0x185e75: ; 0x185e75
|
||||
|
||||
para "Serves you right!"
|
||||
done
|
||||
; 0x185ecc
|
||||
|
||||
UnknownText_0x185ecc: ; 0x185ecc
|
||||
UnknownText_0x185ecc:
|
||||
text "EUSINE: My name's"
|
||||
line "EUSINE."
|
||||
|
||||
@ -273,9 +249,8 @@ UnknownText_0x185ecc: ; 0x185ecc
|
||||
para "But where exactly"
|
||||
line "could it be?"
|
||||
done
|
||||
; 0x185f99
|
||||
|
||||
UnknownText_0x185f99: ; 0x185f99
|
||||
UnknownText_0x185f99:
|
||||
text "EUSINE: I heard"
|
||||
line "that SUICUNE is in"
|
||||
|
||||
@ -285,9 +260,8 @@ UnknownText_0x185f99: ; 0x185f99
|
||||
para "But where exactly"
|
||||
line "could it be?"
|
||||
done
|
||||
; 0x186002
|
||||
|
||||
UnknownText_0x186002: ; 0x186002
|
||||
UnknownText_0x186002:
|
||||
text "MORTY: ECRUTEAK's"
|
||||
line "GYM LEADER has to"
|
||||
|
||||
@ -304,9 +278,8 @@ UnknownText_0x186002: ; 0x186002
|
||||
para "investigate the"
|
||||
line "TOWER with him."
|
||||
done
|
||||
; 0x1860b2
|
||||
|
||||
BurnedTower1F_MapEventHeader: ; 0x1860b2
|
||||
BurnedTower1F_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -343,4 +316,3 @@ BurnedTower1F_MapEventHeader: ; 0x1860b2
|
||||
person_event SPRITE_SILVER, 13, 12, $8, $0, 255, 255, $2, 3, ObjectEvent, $06c5
|
||||
person_event SPRITE_MORTY, 18, 18, $2, $11, 255, 255, $b0, 0, MortyScript_0x185cbf, $0764
|
||||
person_event SPRITE_POKE_BALL, 6, 18, $1, $0, 255, 255, $1, 0, ItemFragment_0x185ccb, $0656
|
||||
; 0x186151
|
||||
|
@ -1,4 +1,4 @@
|
||||
BurnedTowerB1F_MapScriptHeader: ; 0x186151
|
||||
BurnedTowerB1F_MapScriptHeader:
|
||||
; trigger count
|
||||
db 2
|
||||
|
||||
@ -12,25 +12,21 @@ BurnedTowerB1F_MapScriptHeader: ; 0x186151
|
||||
; callbacks
|
||||
|
||||
dbw 1, UnknownScript_0x186160
|
||||
; 0x18615e
|
||||
|
||||
UnknownScript_0x18615e: ; 0x18615e
|
||||
UnknownScript_0x18615e:
|
||||
end
|
||||
; 0x18615f
|
||||
|
||||
UnknownScript_0x18615f: ; 0x18615f
|
||||
UnknownScript_0x18615f:
|
||||
end
|
||||
; 0x186160
|
||||
|
||||
UnknownScript_0x186160: ; 0x186160
|
||||
UnknownScript_0x186160:
|
||||
checkevent EVENT_RELEASED_THE_BEASTS
|
||||
iftrue UnknownScript_0x18616a
|
||||
changeblock $6, $e, $2
|
||||
UnknownScript_0x18616a: ; 0x18616a
|
||||
UnknownScript_0x18616a:
|
||||
return
|
||||
; 0x18616b
|
||||
|
||||
UnknownScript_0x18616b: ; 0x18616b
|
||||
UnknownScript_0x18616b:
|
||||
playmusic MUSIC_NONE
|
||||
pause 30
|
||||
appear $3
|
||||
@ -96,9 +92,8 @@ UnknownScript_0x18616b: ; 0x18616b
|
||||
loadmovesprites
|
||||
dotrigger $1
|
||||
end
|
||||
; 0x186212
|
||||
|
||||
SuperNerdScript_0x186212: ; 0x186212
|
||||
SuperNerdScript_0x186212:
|
||||
faceplayer
|
||||
loadfont
|
||||
writetext UnknownText_0x18626a
|
||||
@ -108,42 +103,37 @@ SuperNerdScript_0x186212: ; 0x186212
|
||||
if_equal $1, UnknownScript_0x186226
|
||||
applymovement $a, MovementData_0x186263
|
||||
jump UnknownScript_0x18622a
|
||||
; 0x186226
|
||||
|
||||
UnknownScript_0x186226: ; 0x186226
|
||||
UnknownScript_0x186226:
|
||||
applymovement $a, MovementData_0x18625c
|
||||
UnknownScript_0x18622a: ; 0x18622a
|
||||
UnknownScript_0x18622a:
|
||||
disappear $a
|
||||
playsound SFX_EXIT_BUILDING
|
||||
waitbutton
|
||||
end
|
||||
; 0x186231
|
||||
|
||||
ItemFragment_0x186231: ; 0x186231
|
||||
ItemFragment_0x186231:
|
||||
db TM_ENDURE, 1
|
||||
; 0x186233
|
||||
|
||||
BurnedTowerB1FBoulder:
|
||||
jumpstd strengthboulder
|
||||
|
||||
MovementData_0x186236: ; 0x186236
|
||||
MovementData_0x186236:
|
||||
db $39 ; movement
|
||||
fast_jump_step_down
|
||||
fast_jump_step_left
|
||||
db $38 ; movement
|
||||
step_end
|
||||
; 0x18623b
|
||||
|
||||
MovementData_0x18623b: ; 0x18623b
|
||||
MovementData_0x18623b:
|
||||
db $39 ; movement
|
||||
fast_jump_step_right
|
||||
fast_jump_step_down
|
||||
fast_jump_step_right
|
||||
db $38 ; movement
|
||||
step_end
|
||||
; 0x186241
|
||||
|
||||
MovementData_0x186241: ; 0x186241
|
||||
MovementData_0x186241:
|
||||
db $39 ; movement
|
||||
fast_jump_step_right
|
||||
fast_jump_step_down
|
||||
@ -151,9 +141,8 @@ MovementData_0x186241: ; 0x186241
|
||||
fast_jump_step_left
|
||||
db $38 ; movement
|
||||
step_end
|
||||
; 0x186248
|
||||
|
||||
MovementData_0x186248: ; 0x186248
|
||||
MovementData_0x186248:
|
||||
db $39 ; movement
|
||||
fast_jump_step_left
|
||||
fast_jump_step_up
|
||||
@ -161,16 +150,14 @@ MovementData_0x186248: ; 0x186248
|
||||
fast_jump_step_right
|
||||
db $38 ; movement
|
||||
step_end
|
||||
; 0x18624f
|
||||
|
||||
MovementData_0x18624f: ; 0x18624f
|
||||
MovementData_0x18624f:
|
||||
db $39 ; movement
|
||||
big_step_down
|
||||
db $38 ; movement
|
||||
step_end
|
||||
; 0x186253
|
||||
|
||||
MovementData_0x186253: ; 0x186253
|
||||
MovementData_0x186253:
|
||||
db $39 ; movement
|
||||
big_step_up
|
||||
fast_jump_step_right
|
||||
@ -180,9 +167,8 @@ MovementData_0x186253: ; 0x186253
|
||||
fast_jump_step_down
|
||||
db $38 ; movement
|
||||
step_end
|
||||
; 0x18625c
|
||||
|
||||
MovementData_0x18625c: ; 0x18625c
|
||||
MovementData_0x18625c:
|
||||
step_left
|
||||
step_left
|
||||
step_down
|
||||
@ -190,9 +176,8 @@ MovementData_0x18625c: ; 0x18625c
|
||||
step_left
|
||||
step_down
|
||||
step_end
|
||||
; 0x186263
|
||||
|
||||
MovementData_0x186263: ; 0x186263
|
||||
MovementData_0x186263:
|
||||
step_down
|
||||
step_left
|
||||
step_left
|
||||
@ -200,9 +185,8 @@ MovementData_0x186263: ; 0x186263
|
||||
step_down
|
||||
step_down
|
||||
step_end
|
||||
; 0x18626a
|
||||
|
||||
UnknownText_0x18626a: ; 0x18626a
|
||||
UnknownText_0x18626a:
|
||||
text "EUSINE: I dug a"
|
||||
line "hole here, too…"
|
||||
|
||||
@ -244,9 +228,8 @@ UnknownText_0x18626a: ; 0x18626a
|
||||
|
||||
para "Farewell!"
|
||||
done
|
||||
; 0x1863de
|
||||
|
||||
BurnedTowerB1F_MapEventHeader: ; 0x1863de
|
||||
BurnedTowerB1F_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -277,4 +260,3 @@ BurnedTowerB1F_MapEventHeader: ; 0x1863de
|
||||
person_event SPRITE_SUICUNE, 8, 14, $6, $0, 255, 255, $d0, 0, ObjectEvent, $074b
|
||||
person_event SPRITE_POKE_BALL, 8, 20, $1, $0, 255, 255, $1, 0, ItemFragment_0x186231, $0657
|
||||
person_event SPRITE_SUPER_NERD, 16, 14, $7, $0, 255, 255, $90, 0, SuperNerdScript_0x186212, $07aa
|
||||
; 0x18647f
|
||||
|
@ -1,21 +1,19 @@
|
||||
CeladonCafe_MapScriptHeader: ; 0x73047
|
||||
CeladonCafe_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x73049
|
||||
|
||||
SuperNerdScript_0x73049: ; 0x73049
|
||||
SuperNerdScript_0x73049:
|
||||
faceplayer
|
||||
loadfont
|
||||
writetext UnknownText_0x730de
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x73051
|
||||
|
||||
FisherScript_0x73051: ; 0x73051
|
||||
FisherScript_0x73051:
|
||||
loadfont
|
||||
writetext UnknownText_0x73129
|
||||
closetext
|
||||
@ -27,9 +25,8 @@ FisherScript_0x73051: ; 0x73051
|
||||
loadmovesprites
|
||||
spriteface $3, LEFT
|
||||
end
|
||||
; 0x73062
|
||||
|
||||
FisherScript_0x73062: ; 0x73062
|
||||
FisherScript_0x73062:
|
||||
loadfont
|
||||
writetext UnknownText_0x7316a
|
||||
closetext
|
||||
@ -41,9 +38,8 @@ FisherScript_0x73062: ; 0x73062
|
||||
loadmovesprites
|
||||
spriteface $4, RIGHT
|
||||
end
|
||||
; 0x73073
|
||||
|
||||
FisherScript_0x73073: ; 0x73073
|
||||
FisherScript_0x73073:
|
||||
loadfont
|
||||
writetext UnknownText_0x731ae
|
||||
closetext
|
||||
@ -55,9 +51,8 @@ FisherScript_0x73073: ; 0x73073
|
||||
loadmovesprites
|
||||
spriteface $5, RIGHT
|
||||
end
|
||||
; 0x73084
|
||||
|
||||
TeacherScript_0x73084: ; 0x73084
|
||||
TeacherScript_0x73084:
|
||||
checkitem COIN_CASE
|
||||
iftrue UnknownScript_0x7309a
|
||||
loadfont
|
||||
@ -71,9 +66,8 @@ TeacherScript_0x73084: ; 0x73084
|
||||
loadmovesprites
|
||||
spriteface $6, LEFT
|
||||
end
|
||||
; 0x7309a
|
||||
|
||||
UnknownScript_0x7309a: ; 0x7309a
|
||||
UnknownScript_0x7309a:
|
||||
loadfont
|
||||
writetext UnknownText_0x73254
|
||||
closetext
|
||||
@ -85,7 +79,6 @@ UnknownScript_0x7309a: ; 0x7309a
|
||||
loadmovesprites
|
||||
spriteface $6, LEFT
|
||||
end
|
||||
; 0x730ad
|
||||
|
||||
EatathonContestPoster:
|
||||
jumptext EatathonContestPosterText
|
||||
@ -118,7 +111,7 @@ CeladonCafeTrashcan:
|
||||
.TrashEmpty
|
||||
jumpstd trashcan
|
||||
|
||||
UnknownText_0x730de: ; 0x730de
|
||||
UnknownText_0x730de:
|
||||
text "Hi!"
|
||||
|
||||
para "We're holding an"
|
||||
@ -127,73 +120,62 @@ UnknownText_0x730de: ; 0x730de
|
||||
para "We can't serve you"
|
||||
line "right now. Sorry."
|
||||
done
|
||||
; 0x73129
|
||||
|
||||
UnknownText_0x73129: ; 0x73129
|
||||
UnknownText_0x73129:
|
||||
text "…Snarfle, chew…"
|
||||
done
|
||||
; 0x7313a
|
||||
|
||||
UnknownText_0x7313a: ; 0x7313a
|
||||
UnknownText_0x7313a:
|
||||
text "Don't talk to me!"
|
||||
|
||||
para "You'll break my"
|
||||
line "concentration!"
|
||||
done
|
||||
; 0x7316a
|
||||
|
||||
UnknownText_0x7316a: ; 0x7316a
|
||||
UnknownText_0x7316a:
|
||||
text "…Gulp… Chew…"
|
||||
done
|
||||
; 0x73178
|
||||
|
||||
UnknownText_0x73178: ; 0x73178
|
||||
UnknownText_0x73178:
|
||||
text "I take quantity"
|
||||
line "over quality!"
|
||||
|
||||
para "I'm happy when I'm"
|
||||
line "full!"
|
||||
done
|
||||
; 0x731ae
|
||||
|
||||
UnknownText_0x731ae: ; 0x731ae
|
||||
UnknownText_0x731ae:
|
||||
text "Munch, munch…"
|
||||
done
|
||||
; 0x731bd
|
||||
|
||||
UnknownText_0x731bd: ; 0x731bd
|
||||
UnknownText_0x731bd:
|
||||
text "The food is good"
|
||||
line "here, but GOLDEN-"
|
||||
cont "ROD has the best"
|
||||
cont "food anywhere."
|
||||
done
|
||||
; 0x73201
|
||||
|
||||
UnknownText_0x73201: ; 0x73201
|
||||
UnknownText_0x73201:
|
||||
text "Crunch… Crunch…"
|
||||
done
|
||||
; 0x73212
|
||||
|
||||
UnknownText_0x73212: ; 0x73212
|
||||
UnknownText_0x73212:
|
||||
text "Nobody here will"
|
||||
line "give you a COIN"
|
||||
|
||||
para "CASE. You should"
|
||||
line "look in JOHTO."
|
||||
done
|
||||
; 0x73254
|
||||
|
||||
UnknownText_0x73254: ; 0x73254
|
||||
UnknownText_0x73254:
|
||||
text "Crunch… Crunch…"
|
||||
|
||||
para "I can keep eating!"
|
||||
done
|
||||
; 0x73278
|
||||
|
||||
UnknownText_0x73278: ; 0x73278
|
||||
UnknownText_0x73278:
|
||||
text "More, CHEF!"
|
||||
done
|
||||
; 0x73285
|
||||
|
||||
EatathonContestPosterText:
|
||||
text "Eatathon Contest!"
|
||||
@ -218,7 +200,7 @@ NoRoomForLeftoversText:
|
||||
line "hold another item…"
|
||||
done
|
||||
|
||||
CeladonCafe_MapEventHeader: ; 0x73316
|
||||
CeladonCafe_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
|
@ -1,12 +1,11 @@
|
||||
CeladonDeptStoreElevator_MapScriptHeader: ; 0x713ab
|
||||
CeladonDeptStoreElevator_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x713ad
|
||||
|
||||
MapCeladonDeptStoreElevatorSignpost0Script: ; 0x713ad
|
||||
MapCeladonDeptStoreElevatorSignpost0Script:
|
||||
loadfont
|
||||
elevator Elevator_0x713be
|
||||
loadmovesprites
|
||||
@ -15,12 +14,11 @@ MapCeladonDeptStoreElevatorSignpost0Script: ; 0x713ad
|
||||
playsound SFX_ELEVATOR
|
||||
earthquake 60
|
||||
waitbutton
|
||||
UnknownScript_0x713bd: ; 0x713bd
|
||||
UnknownScript_0x713bd:
|
||||
end
|
||||
; 0x713be
|
||||
|
||||
|
||||
Elevator_0x713be: ; 0x713be
|
||||
Elevator_0x713be:
|
||||
db 6 ; floors
|
||||
db _1F, 4, GROUP_CELADON_DEPT_STORE_1F, MAP_CELADON_DEPT_STORE_1F
|
||||
db _2F, 3, GROUP_CELADON_DEPT_STORE_2F, MAP_CELADON_DEPT_STORE_2F
|
||||
@ -29,10 +27,9 @@ Elevator_0x713be: ; 0x713be
|
||||
db _5F, 3, GROUP_CELADON_DEPT_STORE_5F, MAP_CELADON_DEPT_STORE_5F
|
||||
db _6F, 2, GROUP_CELADON_DEPT_STORE_6F, MAP_CELADON_DEPT_STORE_6F
|
||||
db $ff ; end
|
||||
; 0x713d8
|
||||
|
||||
|
||||
CeladonDeptStoreElevator_MapEventHeader: ; 0x713d8
|
||||
CeladonDeptStoreElevator_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -50,4 +47,3 @@ CeladonDeptStoreElevator_MapEventHeader: ; 0x713d8
|
||||
|
||||
; people-events
|
||||
db 0
|
||||
; 0x713ed
|
||||
|
@ -1,20 +1,17 @@
|
||||
CeladonGameCorner_MapScriptHeader: ; 0x7211b
|
||||
CeladonGameCorner_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x7211d
|
||||
|
||||
ClerkScript_0x7211d: ; 0x7211d
|
||||
ClerkScript_0x7211d:
|
||||
jumpstd $0032
|
||||
; 0x72120
|
||||
|
||||
ReceptionistScript_0x72120: ; 0x72120
|
||||
ReceptionistScript_0x72120:
|
||||
jumptextfaceplayer UnknownText_0x721d0
|
||||
; 0x72123
|
||||
|
||||
PokefanMScript_0x72123: ; 0x72123
|
||||
PokefanMScript_0x72123:
|
||||
faceplayer
|
||||
loadfont
|
||||
writetext UnknownText_0x72215
|
||||
@ -22,9 +19,8 @@ PokefanMScript_0x72123: ; 0x72123
|
||||
loadmovesprites
|
||||
spriteface $4, LEFT
|
||||
end
|
||||
; 0x7212e
|
||||
|
||||
TeacherScript_0x7212e: ; 0x7212e
|
||||
TeacherScript_0x7212e:
|
||||
faceplayer
|
||||
loadfont
|
||||
writetext UnknownText_0x72242
|
||||
@ -32,9 +28,8 @@ TeacherScript_0x7212e: ; 0x7212e
|
||||
loadmovesprites
|
||||
spriteface $5, RIGHT
|
||||
end
|
||||
; 0x72139
|
||||
|
||||
FishingGuruScript_0x72139: ; 0x72139
|
||||
FishingGuruScript_0x72139:
|
||||
faceplayer
|
||||
loadfont
|
||||
writetext UnknownText_0x72295
|
||||
@ -42,9 +37,8 @@ FishingGuruScript_0x72139: ; 0x72139
|
||||
loadmovesprites
|
||||
spriteface $6, RIGHT
|
||||
end
|
||||
; 0x72144
|
||||
|
||||
FisherScript_0x72144: ; 0x72144
|
||||
FisherScript_0x72144:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
|
||||
@ -59,44 +53,38 @@ FisherScript_0x72144: ; 0x72144
|
||||
scall .UnknownScript_0x72172
|
||||
givecoins 18
|
||||
setevent EVENT_GOT_COINS_FROM_GAMBLER_AT_CELADON
|
||||
.UnknownScript_0x72169 ; 0x72169
|
||||
.UnknownScript_0x72169
|
||||
writetext UnknownText_0x72345
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $fe, LEFT
|
||||
end
|
||||
; 0x72172
|
||||
|
||||
.UnknownScript_0x72172 ; 0x72172
|
||||
.UnknownScript_0x72172
|
||||
jumpstd $002f
|
||||
end
|
||||
; 0x72176
|
||||
|
||||
.coinname ; 0x72176
|
||||
.coinname
|
||||
db "COIN@"
|
||||
; 0x7217b
|
||||
|
||||
UnknownScript_0x7217b: ; 0x7217b
|
||||
UnknownScript_0x7217b:
|
||||
writetext UnknownText_0x7238a
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $fe, LEFT
|
||||
end
|
||||
; 0x72184
|
||||
|
||||
UnknownScript_0x72184: ; 0x72184
|
||||
UnknownScript_0x72184:
|
||||
writetext UnknownText_0x723d9
|
||||
closetext
|
||||
loadmovesprites
|
||||
spriteface $fe, LEFT
|
||||
end
|
||||
; 0x7218d
|
||||
|
||||
CeladonGymGuyScript: ; 0x7218d
|
||||
CeladonGymGuyScript:
|
||||
jumptextfaceplayer CeladonGymGuyText
|
||||
; 0x72190
|
||||
|
||||
GrampsScript_0x72190: ; 0x72190
|
||||
GrampsScript_0x72190:
|
||||
faceplayer
|
||||
loadfont
|
||||
writetext UnknownText_0x724ad
|
||||
@ -104,17 +92,14 @@ GrampsScript_0x72190: ; 0x72190
|
||||
loadmovesprites
|
||||
spriteface $a, LEFT
|
||||
end
|
||||
; 0x7219b
|
||||
|
||||
MapCeladonGameCornerSignpost36Script: ; 0x7219b
|
||||
MapCeladonGameCornerSignpost36Script:
|
||||
jumptext UnknownText_0x724f3
|
||||
; 0x7219e
|
||||
|
||||
MapCeladonGameCornerSignpost37Script: ; 0x7219e
|
||||
MapCeladonGameCornerSignpost37Script:
|
||||
jumptext UnknownText_0x72521
|
||||
; 0x721a1
|
||||
|
||||
MapCeladonGameCornerSignpost35Script: ; 0x721a1
|
||||
MapCeladonGameCornerSignpost35Script:
|
||||
random $6
|
||||
if_equal $0, MapCeladonGameCornerSignpost16Script
|
||||
refreshscreen $0
|
||||
@ -122,44 +107,38 @@ MapCeladonGameCornerSignpost35Script: ; 0x721a1
|
||||
special Functionc373
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x721b0
|
||||
|
||||
MapCeladonGameCornerSignpost16Script: ; 0x721b0
|
||||
MapCeladonGameCornerSignpost16Script:
|
||||
refreshscreen $0
|
||||
writebyte $1
|
||||
special Functionc373
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x721b9
|
||||
|
||||
MapCeladonGameCornerSignpost11Script: ; 0x721b9
|
||||
MapCeladonGameCornerSignpost11Script:
|
||||
refreshscreen $0
|
||||
special Functionc380
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x721c0
|
||||
|
||||
MapCeladonGameCornerSignpost32Script: ; 0x721c0
|
||||
MapCeladonGameCornerSignpost32Script:
|
||||
jumptext UnknownText_0x7254f
|
||||
; 0x721c3
|
||||
|
||||
MapCeladonGameCornerSignpost9Script: ; 0x721c3
|
||||
MapCeladonGameCornerSignpost9Script:
|
||||
loadfont
|
||||
writetext UnknownText_0x72567
|
||||
closetext
|
||||
special Functionc380
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x721cd
|
||||
|
||||
MovementData_0x721cd: ; 0x721cd
|
||||
MovementData_0x721cd:
|
||||
; Unreferenced.
|
||||
step_right
|
||||
turn_head_left
|
||||
step_end
|
||||
; 0x721d0
|
||||
|
||||
UnknownText_0x721d0: ; 0x721d0
|
||||
UnknownText_0x721d0:
|
||||
text "Welcome!"
|
||||
|
||||
para "You may exchange"
|
||||
@ -168,16 +147,14 @@ UnknownText_0x721d0: ; 0x721d0
|
||||
para "fabulous prizes"
|
||||
line "next door."
|
||||
done
|
||||
; 0x72215
|
||||
|
||||
UnknownText_0x72215: ; 0x72215
|
||||
UnknownText_0x72215:
|
||||
text "The slot machines"
|
||||
line "are all state of"
|
||||
cont "the art."
|
||||
done
|
||||
; 0x72242
|
||||
|
||||
UnknownText_0x72242: ; 0x72242
|
||||
UnknownText_0x72242:
|
||||
text "It's this machine"
|
||||
line "I want."
|
||||
|
||||
@ -187,9 +164,8 @@ UnknownText_0x72242: ; 0x72242
|
||||
para "should pay out"
|
||||
line "today."
|
||||
done
|
||||
; 0x72295
|
||||
|
||||
UnknownText_0x72295: ; 0x72295
|
||||
UnknownText_0x72295:
|
||||
text "I think this slot"
|
||||
line "machine will pay"
|
||||
cont "out…"
|
||||
@ -197,9 +173,8 @@ UnknownText_0x72295: ; 0x72295
|
||||
para "The odds vary"
|
||||
line "among machines."
|
||||
done
|
||||
; 0x722dc
|
||||
|
||||
UnknownText_0x722dc: ; 0x722dc
|
||||
UnknownText_0x722dc:
|
||||
text "Gahahaha!"
|
||||
|
||||
para "The coins just"
|
||||
@ -211,9 +186,8 @@ UnknownText_0x722dc: ; 0x722dc
|
||||
para "I'll share my luck"
|
||||
line "with you!"
|
||||
done
|
||||
; 0x72345
|
||||
|
||||
UnknownText_0x72345: ; 0x72345
|
||||
UnknownText_0x72345:
|
||||
text "Gahahaha!"
|
||||
|
||||
para "It makes me feel"
|
||||
@ -222,9 +196,8 @@ UnknownText_0x72345: ; 0x72345
|
||||
para "things for other"
|
||||
line "people!"
|
||||
done
|
||||
; 0x7238a
|
||||
|
||||
UnknownText_0x7238a: ; 0x7238a
|
||||
UnknownText_0x7238a:
|
||||
text "Hey, you don't"
|
||||
line "have a COIN CASE."
|
||||
|
||||
@ -232,9 +205,8 @@ UnknownText_0x7238a: ; 0x7238a
|
||||
line "to give you any"
|
||||
cont "coins, kid?"
|
||||
done
|
||||
; 0x723d9
|
||||
|
||||
UnknownText_0x723d9: ; 0x723d9
|
||||
UnknownText_0x723d9:
|
||||
text "Hey, your COIN"
|
||||
line "CASE is full, kid."
|
||||
|
||||
@ -242,9 +214,8 @@ UnknownText_0x723d9: ; 0x723d9
|
||||
line "a winning streak"
|
||||
cont "too."
|
||||
done
|
||||
; 0x72425
|
||||
|
||||
CeladonGymGuyText: ; 0x72425
|
||||
CeladonGymGuyText:
|
||||
text "Hey! CHAMP in"
|
||||
line "making!"
|
||||
|
||||
@ -258,18 +229,16 @@ CeladonGymGuyText: ; 0x72425
|
||||
para "But I don't have"
|
||||
line "enough coins yet…"
|
||||
done
|
||||
; 0x724ad
|
||||
|
||||
UnknownText_0x724ad: ; 0x724ad
|
||||
UnknownText_0x724ad:
|
||||
text "Hmmm… The odds are"
|
||||
line "surely better for"
|
||||
|
||||
para "PIKACHU's line,"
|
||||
line "but… What to do?"
|
||||
done
|
||||
; 0x724f3
|
||||
|
||||
UnknownText_0x724f3: ; 0x724f3
|
||||
UnknownText_0x724f3:
|
||||
text "Hey!"
|
||||
|
||||
para "Underneath this"
|
||||
@ -277,9 +246,8 @@ UnknownText_0x724f3: ; 0x724f3
|
||||
|
||||
para "There's nothing!"
|
||||
done
|
||||
; 0x72521
|
||||
|
||||
UnknownText_0x72521: ; 0x72521
|
||||
UnknownText_0x72521:
|
||||
text "Hey!"
|
||||
|
||||
para "Underneath this"
|
||||
@ -287,15 +255,13 @@ UnknownText_0x72521: ; 0x72521
|
||||
|
||||
para "There's nothing!"
|
||||
done
|
||||
; 0x7254f
|
||||
|
||||
UnknownText_0x7254f: ; 0x7254f
|
||||
UnknownText_0x7254f:
|
||||
text "There's a lighter"
|
||||
line "here."
|
||||
done
|
||||
; 0x72567
|
||||
|
||||
UnknownText_0x72567: ; 0x72567
|
||||
UnknownText_0x72567:
|
||||
text "A can of soda…"
|
||||
|
||||
para "Someone must be"
|
||||
@ -303,9 +269,8 @@ UnknownText_0x72567: ; 0x72567
|
||||
|
||||
para "Huh? It's empty!"
|
||||
done
|
||||
; 0x725a4
|
||||
|
||||
CeladonGameCorner_MapEventHeader: ; 0x725a4
|
||||
CeladonGameCorner_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -369,4 +334,3 @@ CeladonGameCorner_MapEventHeader: ; 0x725a4
|
||||
person_event SPRITE_FISHER, 14, 12, $8, $0, 255, 4, $80, 0, FisherScript_0x72144, $ffff
|
||||
person_event SPRITE_GYM_GUY, 7, 15, $6, $0, 255, 255, $80, 0, CeladonGymGuyScript, $ffff
|
||||
person_event SPRITE_GRAMPS, 12, 6, $8, $0, 255, 255, $a0, 0, GrampsScript_0x72190, $ffff
|
||||
; 0x726e7
|
||||
|
@ -1,20 +1,17 @@
|
||||
CeladonGameCornerPrizeRoom_MapScriptHeader: ; 0x726e7
|
||||
CeladonGameCornerPrizeRoom_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x726e9
|
||||
|
||||
GentlemanScript_0x726e9: ; 0x726e9
|
||||
GentlemanScript_0x726e9:
|
||||
jumptextfaceplayer UnknownText_0x728b8
|
||||
; 0x726ec
|
||||
|
||||
PharmacistScript_0x726ec: ; 0x726ec
|
||||
PharmacistScript_0x726ec:
|
||||
jumptextfaceplayer UnknownText_0x728e9
|
||||
; 0x726ef
|
||||
|
||||
MapCeladonGameCornerPrizeRoomSignpost0Script: ; 0x726ef
|
||||
MapCeladonGameCornerPrizeRoomSignpost0Script:
|
||||
faceplayer
|
||||
loadfont
|
||||
writetext UnknownText_0x7293e
|
||||
@ -22,7 +19,7 @@ MapCeladonGameCornerPrizeRoomSignpost0Script: ; 0x726ef
|
||||
checkitem COIN_CASE
|
||||
iffalse UnknownScript_0x7278a
|
||||
writetext UnknownText_0x72974
|
||||
UnknownScript_0x726fd: ; 0x726fd
|
||||
UnknownScript_0x726fd:
|
||||
special Function24b25
|
||||
loadmenudata MenuDataHeader_0x72790
|
||||
interpretmenu2
|
||||
@ -31,9 +28,8 @@ UnknownScript_0x726fd: ; 0x726fd
|
||||
if_equal $2, UnknownScript_0x72730
|
||||
if_equal $3, UnknownScript_0x7274c
|
||||
jump UnknownScript_0x72784
|
||||
; 0x72714
|
||||
|
||||
UnknownScript_0x72714: ; 0x72714
|
||||
UnknownScript_0x72714:
|
||||
checkcoins 1500
|
||||
if_equal $2, UnknownScript_0x72778
|
||||
itemtotext TM_DOUBLE_TEAM, $0
|
||||
@ -43,9 +39,8 @@ UnknownScript_0x72714: ; 0x72714
|
||||
iffalse UnknownScript_0x7277e
|
||||
takecoins 1500
|
||||
jump UnknownScript_0x7276d
|
||||
; 0x72730
|
||||
|
||||
UnknownScript_0x72730: ; 0x72730
|
||||
UnknownScript_0x72730:
|
||||
checkcoins 3500
|
||||
if_equal $2, UnknownScript_0x72778
|
||||
itemtotext TM_PSYCHIC, $0
|
||||
@ -55,9 +50,8 @@ UnknownScript_0x72730: ; 0x72730
|
||||
iffalse UnknownScript_0x7277e
|
||||
takecoins 3500
|
||||
jump UnknownScript_0x7276d
|
||||
; 0x7274c
|
||||
|
||||
UnknownScript_0x7274c: ; 0x7274c
|
||||
UnknownScript_0x7274c:
|
||||
checkcoins 7500
|
||||
if_equal $2, UnknownScript_0x72778
|
||||
itemtotext TM_HYPER_BEAM, $0
|
||||
@ -67,77 +61,68 @@ UnknownScript_0x7274c: ; 0x7274c
|
||||
iffalse UnknownScript_0x7277e
|
||||
takecoins 7500
|
||||
jump UnknownScript_0x7276d
|
||||
; 0x72768
|
||||
|
||||
UnknownScript_0x72768: ; 0x72768
|
||||
UnknownScript_0x72768:
|
||||
writetext UnknownText_0x72991
|
||||
yesorno
|
||||
end
|
||||
; 0x7276d
|
||||
|
||||
UnknownScript_0x7276d: ; 0x7276d
|
||||
UnknownScript_0x7276d:
|
||||
waitbutton
|
||||
playsound SFX_TRANSACTION
|
||||
writetext UnknownText_0x729ad
|
||||
closetext
|
||||
jump UnknownScript_0x726fd
|
||||
; 0x72778
|
||||
|
||||
UnknownScript_0x72778: ; 0x72778
|
||||
UnknownScript_0x72778:
|
||||
writetext UnknownText_0x729bb
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x7277e
|
||||
|
||||
UnknownScript_0x7277e: ; 0x7277e
|
||||
UnknownScript_0x7277e:
|
||||
writetext UnknownText_0x729d8
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x72784
|
||||
|
||||
UnknownScript_0x72784: ; 0x72784
|
||||
UnknownScript_0x72784:
|
||||
writetext UnknownText_0x729f2
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x7278a
|
||||
|
||||
UnknownScript_0x7278a: ; 0x7278a
|
||||
UnknownScript_0x7278a:
|
||||
writetext UnknownText_0x72a14
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x72790
|
||||
|
||||
|
||||
MenuDataHeader_0x72790: ; 0x72790
|
||||
MenuDataHeader_0x72790:
|
||||
db $40 ; flags
|
||||
db 02, 00 ; start coords
|
||||
db 11, 15 ; end coords
|
||||
dw MenuData2_0x72798
|
||||
db 1 ; default option
|
||||
; 0x72798
|
||||
|
||||
MenuData2_0x72798: ; 0x72798
|
||||
MenuData2_0x72798:
|
||||
db $80 ; flags
|
||||
db 4 ; items
|
||||
db "TM32 1500@"
|
||||
db "TM29 3500@"
|
||||
db "TM15 7500@"
|
||||
db "CANCEL@"
|
||||
; 0x727c8
|
||||
|
||||
|
||||
MapCeladonGameCornerPrizeRoomSignpost1Script: ; 0x727c8
|
||||
MapCeladonGameCornerPrizeRoomSignpost1Script:
|
||||
faceplayer
|
||||
loadfont
|
||||
writetext UnknownText_0x7293e
|
||||
closetext
|
||||
checkitem COIN_CASE
|
||||
iffalse UnknownScript_0x7278a
|
||||
UnknownScript_0x727d3: ; 0x727d3
|
||||
UnknownScript_0x727d3:
|
||||
writetext UnknownText_0x72974
|
||||
special Function24b25
|
||||
loadmenudata MenuDataHeader_0x72877
|
||||
@ -147,9 +132,8 @@ UnknownScript_0x727d3: ; 0x727d3
|
||||
if_equal $2, UnknownScript_0x7281b
|
||||
if_equal $3, UnknownScript_0x72849
|
||||
jump UnknownScript_0x72784
|
||||
; 0x727ed
|
||||
|
||||
UnknownScript_0x727ed: ; 0x727ed
|
||||
UnknownScript_0x727ed:
|
||||
checkcoins 2222
|
||||
if_equal $2, UnknownScript_0x72778
|
||||
checkcode VAR_PARTYCOUNT
|
||||
@ -166,9 +150,8 @@ UnknownScript_0x727ed: ; 0x727ed
|
||||
givepoke PIKACHU, 25, 0, 0
|
||||
takecoins 2222
|
||||
jump UnknownScript_0x727d3
|
||||
; 0x7281b
|
||||
|
||||
UnknownScript_0x7281b: ; 0x7281b
|
||||
UnknownScript_0x7281b:
|
||||
checkcoins 5555
|
||||
if_equal $2, UnknownScript_0x72778
|
||||
checkcode VAR_PARTYCOUNT
|
||||
@ -185,9 +168,8 @@ UnknownScript_0x7281b: ; 0x7281b
|
||||
givepoke PORYGON, 15, 0, 0
|
||||
takecoins 5555
|
||||
jump UnknownScript_0x727d3
|
||||
; 0x72849
|
||||
|
||||
UnknownScript_0x72849: ; 0x72849
|
||||
UnknownScript_0x72849:
|
||||
checkcoins 8888
|
||||
if_equal $2, UnknownScript_0x72778
|
||||
checkcode VAR_PARTYCOUNT
|
||||
@ -204,35 +186,31 @@ UnknownScript_0x72849: ; 0x72849
|
||||
givepoke LARVITAR, 40, 0, 0
|
||||
takecoins 8888
|
||||
jump UnknownScript_0x727d3
|
||||
; 0x72877
|
||||
|
||||
|
||||
MenuDataHeader_0x72877: ; 0x72877
|
||||
MenuDataHeader_0x72877:
|
||||
db $40 ; flags
|
||||
db 02, 00 ; start coords
|
||||
db 11, 17 ; end coords
|
||||
dw MenuData2_0x7287f
|
||||
db 1 ; default option
|
||||
; 0x7287f
|
||||
|
||||
MenuData2_0x7287f: ; 0x7287f
|
||||
MenuData2_0x7287f:
|
||||
db $80 ; flags
|
||||
db 4 ; items
|
||||
db "PIKACHU 2222@"
|
||||
db "PORYGON 5555@"
|
||||
db "LARVITAR 8888@"
|
||||
db "CANCEL@"
|
||||
; 0x728b8
|
||||
|
||||
|
||||
UnknownText_0x728b8: ; 0x728b8
|
||||
UnknownText_0x728b8:
|
||||
text "I wanted PORYGON,"
|
||||
line "but I was short by"
|
||||
cont "100 coins…"
|
||||
done
|
||||
; 0x728e9
|
||||
|
||||
UnknownText_0x728e9: ; 0x728e9
|
||||
UnknownText_0x728e9:
|
||||
text "Whew…"
|
||||
|
||||
para "I've got to stay"
|
||||
@ -242,61 +220,52 @@ UnknownText_0x728e9: ; 0x728e9
|
||||
line "cool, or I'll lose"
|
||||
cont "all my money…"
|
||||
done
|
||||
; 0x7293e
|
||||
|
||||
UnknownText_0x7293e: ; 0x7293e
|
||||
UnknownText_0x7293e:
|
||||
text "Welcome!"
|
||||
|
||||
para "We exchange your"
|
||||
line "coins for fabulous"
|
||||
cont "prizes!"
|
||||
done
|
||||
; 0x72974
|
||||
|
||||
UnknownText_0x72974: ; 0x72974
|
||||
UnknownText_0x72974:
|
||||
text "Which prize would"
|
||||
line "you like?"
|
||||
done
|
||||
; 0x72991
|
||||
|
||||
UnknownText_0x72991: ; 0x72991
|
||||
UnknownText_0x72991:
|
||||
text "OK, so you wanted"
|
||||
line "a @"
|
||||
text_from_ram StringBuffer3
|
||||
text "?"
|
||||
done
|
||||
; 0x729ad
|
||||
|
||||
UnknownText_0x729ad: ; 0x729ad
|
||||
UnknownText_0x729ad:
|
||||
text "Here you go!"
|
||||
done
|
||||
; 0x729bb
|
||||
|
||||
UnknownText_0x729bb: ; 0x729bb
|
||||
UnknownText_0x729bb:
|
||||
text "You don't have"
|
||||
line "enough coins."
|
||||
done
|
||||
; 0x729d8
|
||||
|
||||
UnknownText_0x729d8: ; 0x729d8
|
||||
UnknownText_0x729d8:
|
||||
text "You have no room"
|
||||
line "for it."
|
||||
done
|
||||
; 0x729f2
|
||||
|
||||
UnknownText_0x729f2: ; 0x729f2
|
||||
UnknownText_0x729f2:
|
||||
text "Oh. Please come"
|
||||
line "back with coins!"
|
||||
done
|
||||
; 0x72a14
|
||||
|
||||
UnknownText_0x72a14: ; 0x72a14
|
||||
UnknownText_0x72a14:
|
||||
text "Oh? You don't have"
|
||||
line "a COIN CASE."
|
||||
done
|
||||
; 0x72a34
|
||||
|
||||
CeladonGameCornerPrizeRoom_MapEventHeader: ; 0x72a34
|
||||
CeladonGameCornerPrizeRoom_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -317,4 +286,3 @@ CeladonGameCornerPrizeRoom_MapEventHeader: ; 0x72a34
|
||||
db 2
|
||||
person_event SPRITE_GENTLEMAN, 6, 4, $6, $0, 255, 255, $80, 0, GentlemanScript_0x726e9, $ffff
|
||||
person_event SPRITE_PHARMACIST, 8, 8, $4, $10, 255, 255, $a0, 0, PharmacistScript_0x726ec, $ffff
|
||||
; 0x72a68
|
||||
|
@ -1,10 +1,9 @@
|
||||
CeladonMansion1F_MapScriptHeader: ; 0x713ed
|
||||
CeladonMansion1F_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x713ef
|
||||
|
||||
CeladonMansionManager:
|
||||
jumptextfaceplayer CeladonMansionManagerText
|
||||
@ -69,7 +68,7 @@ CeladonMansionManagersSuiteSignText:
|
||||
line "MANAGER'S SUITE"
|
||||
done
|
||||
|
||||
CeladonMansion1F_MapEventHeader: ; 0x714cc
|
||||
CeladonMansion1F_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
|
@ -1,12 +1,11 @@
|
||||
CeladonMansion3F_MapScriptHeader: ; 0x7166e
|
||||
CeladonMansion3F_MapScriptHeader:
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x71670
|
||||
|
||||
CooltrainerMScript_0x71670: ; 0x71670
|
||||
CooltrainerMScript_0x71670:
|
||||
faceplayer
|
||||
loadfont
|
||||
writetext UnknownText_0x716ce
|
||||
@ -15,9 +14,8 @@ CooltrainerMScript_0x71670: ; 0x71670
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x7167e
|
||||
|
||||
UnknownScript_0x7167e: ; 0x7167e
|
||||
UnknownScript_0x7167e:
|
||||
keeptextopen
|
||||
writetext UnknownText_0x71725
|
||||
playsound SFX_DEX_FANFARE_230_PLUS
|
||||
@ -30,9 +28,8 @@ UnknownScript_0x7167e: ; 0x7167e
|
||||
loadmovesprites
|
||||
setevent EVENT_ENABLE_DIPLOMA_PRINTING
|
||||
end
|
||||
; 0x71696
|
||||
|
||||
GymGuyScript_0x71696: ; 0x71696
|
||||
GymGuyScript_0x71696:
|
||||
faceplayer
|
||||
loadfont
|
||||
checkevent EVENT_ENABLE_DIPLOMA_PRINTING
|
||||
@ -41,56 +38,46 @@ GymGuyScript_0x71696: ; 0x71696
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x716a4
|
||||
|
||||
UnknownScript_0x716a4: ; 0x716a4
|
||||
UnknownScript_0x716a4:
|
||||
writetext UnknownText_0x717d8
|
||||
yesorno
|
||||
iffalse UnknownScript_0x716b0
|
||||
special Functionc4ac
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x716b0
|
||||
|
||||
UnknownScript_0x716b0: ; 0x716b0
|
||||
UnknownScript_0x716b0:
|
||||
writetext UnknownText_0x71830
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x716b6
|
||||
|
||||
UnknownScript_0x716b6: ; 0x716b6
|
||||
UnknownScript_0x716b6:
|
||||
writetext UnknownText_0x71863
|
||||
closetext
|
||||
loadmovesprites
|
||||
end
|
||||
; 0x716bc
|
||||
|
||||
SuperNerdScript_0x716bc: ; 0x716bc
|
||||
SuperNerdScript_0x716bc:
|
||||
jumptextfaceplayer UnknownText_0x71895
|
||||
; 0x716bf
|
||||
|
||||
FisherScript_0x716bf: ; 0x716bf
|
||||
FisherScript_0x716bf:
|
||||
jumptextfaceplayer UnknownText_0x718ca
|
||||
; 0x716c2
|
||||
|
||||
MapCeladonMansion3FSignpost0Script: ; 0x716c2
|
||||
MapCeladonMansion3FSignpost0Script:
|
||||
jumptext UnknownText_0x7190b
|
||||
; 0x716c5
|
||||
|
||||
MapCeladonMansion3FSignpost1Script: ; 0x716c5
|
||||
MapCeladonMansion3FSignpost1Script:
|
||||
jumptext UnknownText_0x71928
|
||||
; 0x716c8
|
||||
|
||||
MapCeladonMansion3FSignpost2Script: ; 0x716c8
|
||||
MapCeladonMansion3FSignpost2Script:
|
||||
jumptext UnknownText_0x71952
|
||||
; 0x716cb
|
||||
|
||||
MapCeladonMansion3FSignpost3Script: ; 0x716cb
|
||||
MapCeladonMansion3FSignpost3Script:
|
||||
jumptext UnknownText_0x71996
|
||||
; 0x716ce
|
||||
|
||||
UnknownText_0x716ce: ; 0x716ce
|
||||
UnknownText_0x716ce:
|
||||
text "Is that right?"
|
||||
|
||||
para "I'm the GAME"
|
||||
@ -100,23 +87,20 @@ UnknownText_0x716ce: ; 0x716ce
|
||||
line "#DEX is tough,"
|
||||
cont "but don't give up!"
|
||||
done
|
||||
; 0x71725
|
||||
|
||||
UnknownText_0x71725: ; 0x71725
|
||||
UnknownText_0x71725:
|
||||
text "Wow! Excellent!"
|
||||
line "You completed your"
|
||||
cont "#DEX!"
|
||||
|
||||
para "Congratulations!"
|
||||
done
|
||||
; 0x71760
|
||||
|
||||
UnknownText_0x71760: ; 0x71760
|
||||
UnknownText_0x71760:
|
||||
text "…"
|
||||
done
|
||||
; 0x71763
|
||||
|
||||
UnknownText_0x71763: ; 0x71763
|
||||
UnknownText_0x71763:
|
||||
text "The GRAPHIC ARTIST"
|
||||
line "will print out a"
|
||||
cont "DIPLOMA for you."
|
||||
@ -124,17 +108,15 @@ UnknownText_0x71763: ; 0x71763
|
||||
para "You should go show"
|
||||
line "it off."
|
||||
done
|
||||
; 0x717b4
|
||||
|
||||
UnknownText_0x717b4: ; 0x717b4
|
||||
UnknownText_0x717b4:
|
||||
text "I'm the GRAPHIC"
|
||||
line "ARTIST."
|
||||
|
||||
para "I drew you!"
|
||||
done
|
||||
; 0x717d8
|
||||
|
||||
UnknownText_0x717d8: ; 0x717d8
|
||||
UnknownText_0x717d8:
|
||||
text "I'm the GRAPHIC"
|
||||
line "ARTIST."
|
||||
|
||||
@ -144,32 +126,28 @@ UnknownText_0x717d8: ; 0x717d8
|
||||
para "Want me to print"
|
||||
line "out your DIPLOMA?"
|
||||
done
|
||||
; 0x71830
|
||||
|
||||
UnknownText_0x71830: ; 0x71830
|
||||
UnknownText_0x71830:
|
||||
text "Give me a shout if"
|
||||
line "you want your"
|
||||
cont "DIPLOMA printed."
|
||||
done
|
||||
; 0x71863
|
||||
|
||||
UnknownText_0x71863: ; 0x71863
|
||||
UnknownText_0x71863:
|
||||
text "Something's wrong."
|
||||
line "I'll have to can-"
|
||||
cont "cel printing."
|
||||
done
|
||||
; 0x71895
|
||||
|
||||
UnknownText_0x71895: ; 0x71895
|
||||
UnknownText_0x71895:
|
||||
text "Who, me? I'm the"
|
||||
line "PROGRAMMER."
|
||||
|
||||
para "Play the slot"
|
||||
line "machines!"
|
||||
done
|
||||
; 0x718ca
|
||||
|
||||
UnknownText_0x718ca: ; 0x718ca
|
||||
UnknownText_0x718ca:
|
||||
text "Aren't the TWINS"
|
||||
line "adorable?"
|
||||
|
||||
@ -178,39 +156,34 @@ UnknownText_0x718ca: ; 0x718ca
|
||||
|
||||
para "Oh, I love them!"
|
||||
done
|
||||
; 0x7190b
|
||||
|
||||
UnknownText_0x7190b: ; 0x7190b
|
||||
UnknownText_0x7190b:
|
||||
text "GAME FREAK"
|
||||
line "DEVELOPMENT ROOM"
|
||||
done
|
||||
; 0x71928
|
||||
|
||||
UnknownText_0x71928: ; 0x71928
|
||||
UnknownText_0x71928:
|
||||
text "It's a detailed"
|
||||
line "drawing of a"
|
||||
cont "pretty girl."
|
||||
done
|
||||
; 0x71952
|
||||
|
||||
UnknownText_0x71952: ; 0x71952
|
||||
UnknownText_0x71952:
|
||||
text "It's the game"
|
||||
line "program. Messing"
|
||||
|
||||
para "with it could put"
|
||||
line "a bug in the game!"
|
||||
done
|
||||
; 0x71996
|
||||
|
||||
UnknownText_0x71996: ; 0x71996
|
||||
UnknownText_0x71996:
|
||||
text "It's crammed with"
|
||||
line "reference materi-"
|
||||
cont "als. There's even"
|
||||
cont "a # DOLL."
|
||||
done
|
||||
; 0x719d5
|
||||
|
||||
CeladonMansion3F_MapEventHeader: ; 0x719d5
|
||||
CeladonMansion3F_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
@ -237,4 +210,3 @@ CeladonMansion3F_MapEventHeader: ; 0x719d5
|
||||
person_event SPRITE_GYM_GUY, 8, 7, $7, $0, 255, 255, $90, 0, GymGuyScript_0x71696, $ffff
|
||||
person_event SPRITE_SUPER_NERD, 11, 4, $7, $0, 255, 255, $90, 0, SuperNerdScript_0x716bc, $ffff
|
||||
person_event SPRITE_FISHER, 8, 4, $7, $2, 255, 255, $80, 0, FisherScript_0x716bf, $ffff
|
||||
; 0x71a37
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user