Improve some signpost labels.

This commit is contained in:
IIMarckus
2015-06-25 22:01:08 -06:00
parent bd022e179e
commit e57e1ba63b
114 changed files with 2112 additions and 3348 deletions

View File

@@ -121,6 +121,8 @@ EVENT_GOT_TM06_TOXIC EQU $0dd
EVENT_GOT_UP_GRADE EQU $0de EVENT_GOT_UP_GRADE EQU $0de
EVENT_GOT_TM07_ZAP_CANNON EQU $0df EVENT_GOT_TM07_ZAP_CANNON EQU $0df
EVENT_GOT_TM42_DREAM_EATER EQU $0e0 EVENT_GOT_TM42_DREAM_EATER EQU $0e0
EVENT_TALKED_TO_OAK_IN_KANTO EQU $0e1
EVENT_GOT_HP_UP_FROM_VERMILION_GUY EQU $0e2
EVENT_GOT_TM29_PSYCHIC EQU $0e3 EVENT_GOT_TM29_PSYCHIC EQU $0e3
EVENT_FOUND_LEFTOVERS_IN_CELADON_CAFE EQU $0f9 EVENT_FOUND_LEFTOVERS_IN_CELADON_CAFE EQU $0f9
EVENT_FOUND_MACHINE_PART_IN_CERULEAN_GYM EQU $0fb EVENT_FOUND_MACHINE_PART_IN_CERULEAN_GYM EQU $0fb
@@ -196,7 +198,7 @@ EVENT_GOT_LEAF_STONE_FROM_BILLS_GRANDPA EQU $321
EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA EQU $322 EVENT_GOT_WATER_STONE_FROM_BILLS_GRANDPA EQU $322
EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA EQU $323 EVENT_GOT_FIRE_STONE_FROM_BILLS_GRANDPA EQU $323
EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA EQU $324 EVENT_GOT_THUNDERSTONE_FROM_BILLS_GRANDPA EQU $324
EVENT_LISTENED_TO_RADIO_IN_NEIGHBORS_HOUSE EQU $325 EVENT_LISTENED_TO_INITIAL_RADIO EQU $325
EVENT_WALL_OPENED_IN_HO_OH_CHAMBER EQU $326 EVENT_WALL_OPENED_IN_HO_OH_CHAMBER EQU $326
EVENT_WALL_OPENED_IN_KABUTO_CHAMBER EQU $327 EVENT_WALL_OPENED_IN_KABUTO_CHAMBER EQU $327
EVENT_WALL_OPENED_IN_OMANYTE_CHAMBER EQU $328 EVENT_WALL_OPENED_IN_OMANYTE_CHAMBER EQU $328

View File

@@ -49,7 +49,7 @@ SpecialsPointers:: ; c029
add_special Function166d6 add_special Function166d6
add_special Function1672a add_special Function1672a
add_special Function16936 add_special Function16936
add_special Function2c547 add_special MoveDeletion
add_special Function16218 add_special Function16218
add_special Function8cc04 add_special Function8cc04
add_special SpecialNameRival add_special SpecialNameRival

View File

@@ -1,4 +1,4 @@
Function2c547: ; 2c547 MoveDeletion:
ld hl, UnknownText_0x2c5ef ld hl, UnknownText_0x2c5ef
call PrintText call PrintText
call YesNoBox call YesNoBox
@@ -58,7 +58,6 @@ Function2c547: ; 2c547
ld hl, UnknownText_0x2c5d1 ld hl, UnknownText_0x2c5d1
call PrintText call PrintText
ret ret
; 2c5d1
UnknownText_0x2c5d1: ; 0x2c5d1 UnknownText_0x2c5d1: ; 0x2c5d1
; That #MON knows only one move. ; That #MON knows only one move.
@@ -165,4 +164,3 @@ Function2c5f9: ; 2c5f9
xor a xor a
ld [hl], a ld [hl], a
ret ret
; 2c642

View File

@@ -194,41 +194,32 @@ KurtOutsideScript_0x19810c: ; 0x19810c
end end
; 0x198117 ; 0x198117
MapAzaleaTownSignpost0Script: ; 0x198117 AzaleaTownSign:
jumptext UnknownText_0x19865a jumptext AzaleaTownSignText
; 0x19811a
MapAzaleaTownSignpost1Script: ; 0x19811a KurtsHouseSign:
jumptext UnknownText_0x198693 jumptext KurtsHouseSignText
; 0x19811d
MapAzaleaTownSignpost2Script: ; 0x19811d AzaleaGymSign:
jumptext UnknownText_0x1986a1 jumptext AzaleaGymSignText
; 0x198120
MapAzaleaTownSignpost3Script: ; 0x198120 SlowpokeWellSign:
jumptext UnknownText_0x1986e7 jumptext SlowpokeWellSignText
; 0x198123
MapAzaleaTownSignpost4Script: ; 0x198123 CharcoalKilnSign:
jumptext UnknownText_0x19878d jumptext CharcoalKilnSignText
; 0x198126
MapAzaleaTownSignpost7Script: ; 0x198126 AzaleaTownIlextForestSign:
jumptext UnknownText_0x19879c jumptext AzaleaTownIlexForestSignText
; 0x198129
MapAzaleaTownSignpost5Script: ; 0x198129 AzaleaTownPokeCenterSign:
jumpstd pokecentersign jumpstd pokecentersign
; 0x19812c
MapAzaleaTownSignpost6Script: ; 0x19812c AzaleaTownMartSign:
jumpstd martsign jumpstd martsign
; 0x19812f
FruitTreeScript_0x19812f: ; 0x19812f WhiteApricornTree:
fruittree $14 fruittree $14
; 0x198131
MapAzaleaTownSignpostItem8: ; 0x198131 MapAzaleaTownSignpostItem8: ; 0x198131
dw $00b1 dw $00b1
@@ -448,21 +439,19 @@ UnknownText_0x198628: ; 0x198628
done done
; 0x19865a ; 0x19865a
UnknownText_0x19865a: ; 0x19865a AzaleaTownSignText:
text "AZALEA TOWN" text "AZALEA TOWN"
line "Where People and" line "Where People and"
para "#MON Live in" para "#MON Live in"
line "Happy Harmony" line "Happy Harmony"
done done
; 0x198693
UnknownText_0x198693: ; 0x198693 KurtsHouseSignText:
text "KURT'S HOUSE" text "KURT'S HOUSE"
done done
; 0x1986a1
UnknownText_0x1986a1: ; 0x1986a1 AzaleaGymSignText:
text "AZALEA TOWN" text "AZALEA TOWN"
line "#MON GYM" line "#MON GYM"
cont "LEADER: BUGSY" cont "LEADER: BUGSY"
@@ -471,9 +460,8 @@ UnknownText_0x1986a1: ; 0x1986a1
line "Bug #MON" line "Bug #MON"
cont "Encyclopedia" cont "Encyclopedia"
done done
; 0x1986e7
UnknownText_0x1986e7: ; 0x1986e7 SlowpokeWellSignText:
text "SLOWPOKE WELL" text "SLOWPOKE WELL"
para "Also known as the" para "Also known as the"
@@ -489,20 +477,17 @@ UnknownText_0x1986e7: ; 0x1986e7
para "ended a drought" para "ended a drought"
line "400 years ago." line "400 years ago."
done done
; 0x19878d
UnknownText_0x19878d: ; 0x19878d CharcoalKilnSignText:
text "CHARCOAL KILN" text "CHARCOAL KILN"
done done
; 0x19879c
UnknownText_0x19879c: ; 0x19879c AzaleaTownIlexForestSignText:
text "ILEX FOREST" text "ILEX FOREST"
para "Enter through the" para "Enter through the"
line "gate." line "gate."
done done
; 0x1987c1
AzaleaTown_MapEventHeader: ; 0x1987c1 AzaleaTown_MapEventHeader: ; 0x1987c1
; filler ; filler
@@ -527,14 +512,14 @@ AzaleaTown_MapEventHeader: ; 0x1987c1
; signposts ; signposts
db 9 db 9
signpost 9, 19, $0, MapAzaleaTownSignpost0Script signpost 9, 19, $0, AzaleaTownSign
signpost 9, 10, $0, MapAzaleaTownSignpost1Script signpost 9, 10, $0, KurtsHouseSign
signpost 15, 14, $0, MapAzaleaTownSignpost2Script signpost 15, 14, $0, AzaleaGymSign
signpost 7, 29, $0, MapAzaleaTownSignpost3Script signpost 7, 29, $0, SlowpokeWellSign
signpost 13, 19, $0, MapAzaleaTownSignpost4Script signpost 13, 19, $0, CharcoalKilnSign
signpost 9, 16, $0, MapAzaleaTownSignpost5Script signpost 9, 16, $0, AzaleaTownPokeCenterSign
signpost 5, 22, $0, MapAzaleaTownSignpost6Script signpost 5, 22, $0, AzaleaTownMartSign
signpost 9, 3, $0, MapAzaleaTownSignpost7Script signpost 9, 3, $0, AzaleaTownIlextForestSign
signpost 6, 31, $7, MapAzaleaTownSignpostItem8 signpost 6, 31, $7, MapAzaleaTownSignpostItem8
; people-events ; people-events
@@ -547,7 +532,7 @@ AzaleaTown_MapEventHeader: ; 0x1987c1
person_event SPRITE_SLOWPOKE, 13, 22, $1, $0, 255, 255, $0, 0, SlowpokeScript_0x1980cb, $06f9 person_event SPRITE_SLOWPOKE, 13, 22, $1, $0, 255, 255, $0, 0, SlowpokeScript_0x1980cb, $06f9
person_event SPRITE_SLOWPOKE, 13, 33, $1, $0, 255, 255, $0, 0, SlowpokeScript_0x1980cb, $06f9 person_event SPRITE_SLOWPOKE, 13, 33, $1, $0, 255, 255, $0, 0, SlowpokeScript_0x1980cb, $06f9
person_event SPRITE_SLOWPOKE, 19, 19, $1, $0, 255, 255, $0, 0, SlowpokeScript_0x1980cb, $06f9 person_event SPRITE_SLOWPOKE, 19, 19, $1, $0, 255, 255, $0, 0, SlowpokeScript_0x1980cb, $06f9
person_event SPRITE_FRUIT_TREE, 6, 12, $1, $0, 255, 255, $0, 0, FruitTreeScript_0x19812f, $ffff person_event SPRITE_FRUIT_TREE, 6, 12, $1, $0, 255, 255, $0, 0, WhiteApricornTree, $ffff
person_event SPRITE_AZALEA_ROCKET, 14, 15, $8, $0, 255, 255, $0, 0, ObjectEvent, $06bf person_event SPRITE_AZALEA_ROCKET, 14, 15, $8, $0, 255, 255, $0, 0, ObjectEvent, $06bf
person_event SPRITE_AZALEA_ROCKET, 20, 14, $6, $0, 255, 255, $0, 0, AzaleaRocketScript_0x1980ae, $06fc person_event SPRITE_AZALEA_ROCKET, 20, 14, $6, $0, 255, 255, $0, 0, AzaleaRocketScript_0x1980ae, $06fc
person_event SPRITE_KURT_OUTSIDE, 9, 10, $8, $0, 255, 255, $0, 0, KurtOutsideScript_0x19810c, $07a4 person_event SPRITE_KURT_OUTSIDE, 9, 10, $8, $0, 255, 255, $0, 0, KurtOutsideScript_0x19810c, $07a4

View File

@@ -109,7 +109,7 @@ UnknownScript_0x9e44e: ; 0x9e44e
writebyte $8 writebyte $8
special Function170687 special Function170687
UnknownScript_0x9e454: ; 0x9e454 UnknownScript_0x9e454: ; 0x9e454
musicfadeout $0000, $8 musicfadeout MUSIC_NONE, $8
domaptrigger GROUP_BATTLE_TOWER_BATTLE_ROOM, MAP_BATTLE_TOWER_BATTLE_ROOM, $0 domaptrigger GROUP_BATTLE_TOWER_BATTLE_ROOM, MAP_BATTLE_TOWER_BATTLE_ROOM, $0
domaptrigger GROUP_BATTLE_TOWER_ELEVATOR, MAP_BATTLE_TOWER_ELEVATOR, $0 domaptrigger GROUP_BATTLE_TOWER_ELEVATOR, MAP_BATTLE_TOWER_ELEVATOR, $0
domaptrigger GROUP_BATTLE_TOWER_HALLWAY, MAP_BATTLE_TOWER_HALLWAY, $0 domaptrigger GROUP_BATTLE_TOWER_HALLWAY, MAP_BATTLE_TOWER_HALLWAY, $0

View File

@@ -127,33 +127,26 @@ SantosNotSaturdayScript:
loadmovesprites loadmovesprites
end end
MapBlackthornCitySignpost0Script: ; 0x1a4765 BlackthornCitySign:
jumptext UnknownText_0x1a4b67 jumptext BlackthornCitySignText
; 0x1a4768
MapBlackthornCitySignpost1Script: ; 0x1a4768 BlackthornGymSign:
jumptext UnknownText_0x1a4b91 jumptext BlackthornGymSignText
; 0x1a476b
MapBlackthornCitySignpost2Script: ; 0x1a476b MoveDeletersHouseSign:
jumptext UnknownText_0x1a4bd9 jumptext MoveDeletersHouseSignText
; 0x1a476e
MapBlackthornCitySignpost3Script: ; 0x1a476e DragonDensSign:
jumptext UnknownText_0x1a4bef jumptext DragonDensSignText
; 0x1a4771
MapBlackthornCitySignpost4Script: ; 0x1a4771 BlackthornCityTrainerTips:
jumptext UnknownText_0x1a4c03 jumptext BlackthornCityTrainerTipsText
; 0x1a4774
MapBlackthornCitySignpost6Script: ; 0x1a4774 BlackthornCityPokeCenterSign:
jumpstd pokecentersign jumpstd pokecentersign
; 0x1a4777
MapBlackthornCitySignpost5Script: ; 0x1a4777 BlackthornCityMartSign:
jumpstd martsign jumpstd martsign
; 0x1a477a
UnknownText_0x1a477a: ; 0x1a477a UnknownText_0x1a477a: ; 0x1a477a
text "I am sorry." text "I am sorry."
@@ -296,15 +289,14 @@ UnknownText_0x1a4b1e: ; 0x1a4b1e
done done
; 0x1a4b67 ; 0x1a4b67
UnknownText_0x1a4b67: ; 0x1a4b67 BlackthornCitySignText:
text "BLACKTHORN CITY" text "BLACKTHORN CITY"
para "A Quiet Mountain" para "A Quiet Mountain"
line "Retreat" line "Retreat"
done done
; 0x1a4b91
UnknownText_0x1a4b91: ; 0x1a4b91 BlackthornGymSignText: ; 0x1a4b91
text "BLACKTHORN CITY" text "BLACKTHORN CITY"
line "#MON GYM" line "#MON GYM"
cont "LEADER: CLAIR" cont "LEADER: CLAIR"
@@ -314,19 +306,17 @@ UnknownText_0x1a4b91: ; 0x1a4b91
done done
; 0x1a4bd9 ; 0x1a4bd9
UnknownText_0x1a4bd9: ; 0x1a4bd9 MoveDeletersHouseSignText:
text "MOVE DELETER'S" text "MOVE DELETER'S"
line "HOUSE" line "HOUSE"
done done
; 0x1a4bef
UnknownText_0x1a4bef: ; 0x1a4bef DragonDensSignText:
text "DRAGON'S DEN" text "DRAGON'S DEN"
line "AHEAD" line "AHEAD"
done done
; 0x1a4c03
UnknownText_0x1a4c03: ; 0x1a4c03 BlackthornCityTrainerTipsText: ; 0x1a4c03
text "TRAINER TIPS" text "TRAINER TIPS"
para "A #MON holding" para "A #MON holding"
@@ -358,13 +348,13 @@ BlackthornCity_MapEventHeader: ; 0x1a4c57
; signposts ; signposts
db 7 db 7
signpost 24, 34, $0, MapBlackthornCitySignpost0Script signpost 24, 34, $0, BlackthornCitySign
signpost 13, 17, $0, MapBlackthornCitySignpost1Script signpost 13, 17, $0, BlackthornGymSign
signpost 31, 7, $0, MapBlackthornCitySignpost2Script signpost 31, 7, $0, MoveDeletersHouseSign
signpost 3, 21, $0, MapBlackthornCitySignpost3Script signpost 3, 21, $0, DragonDensSign
signpost 25, 5, $0, MapBlackthornCitySignpost4Script signpost 25, 5, $0, BlackthornCityTrainerTips
signpost 29, 16, $0, MapBlackthornCitySignpost5Script signpost 29, 16, $0, BlackthornCityMartSign
signpost 29, 22, $0, MapBlackthornCitySignpost6Script signpost 29, 22, $0, BlackthornCityPokeCenterSign
; people-events ; people-events
db 9 db 9

View File

@@ -4,20 +4,17 @@ BlackthornDodrioTradeHouse_MapScriptHeader: ; 0x195a28
; callback count ; callback count
db 0 db 0
; 0x195a2a
LassScript_0x195a2a: ; 0x195a2a Emy:
faceplayer faceplayer
loadfont loadfont
trade $3 trade $3
closetext closetext
loadmovesprites loadmovesprites
end end
; 0x195a31
MapBlackthornDodrioTradeHouseSignpost1Script: ; 0x195a31 EmysHouseBookshelf:
jumpstd magazinebookshelf jumpstd magazinebookshelf
; 0x195a34
BlackthornDodrioTradeHouse_MapEventHeader: ; 0x195a34 BlackthornDodrioTradeHouse_MapEventHeader: ; 0x195a34
; filler ; filler
@@ -33,10 +30,10 @@ BlackthornDodrioTradeHouse_MapEventHeader: ; 0x195a34
; signposts ; signposts
db 2 db 2
signpost 1, 0, $0, MapBlackthornDodrioTradeHouseSignpost1Script signpost 1, 0, $0, EmysHouseBookshelf
signpost 1, 1, $0, MapBlackthornDodrioTradeHouseSignpost1Script signpost 1, 1, $0, EmysHouseBookshelf
; people-events ; people-events
db 1 db 1
person_event SPRITE_LASS, 7, 6, $3, $0, 255, 255, $a0, 0, LassScript_0x195a2a, $ffff person_event SPRITE_LASS, 7, 6, $3, $0, 255, 255, $a0, 0, Emy, $ffff
; 0x195a5b ; 0x195a5b

View File

@@ -65,9 +65,8 @@ UnknownScript_0x195758: ; 0x195758
; 0x19575e ; 0x19575e
BoulderScript_0x19575e: ; 0x19575e BlackthornGymBoulder:
jumpstd strengthboulder jumpstd strengthboulder
; 0x195761
TrainerCooltrainermCody: ; 0x195761 TrainerCooltrainermCody: ; 0x195761
; bit/flag number ; bit/flag number
@@ -201,10 +200,9 @@ BlackthornGym2F_MapEventHeader: ; 0x1958c0
db 8 db 8
person_event SPRITE_COOLTRAINER_M, 5, 8, $9, $0, 255, 255, $82, 1, TrainerCooltrainermCody, $ffff person_event SPRITE_COOLTRAINER_M, 5, 8, $9, $0, 255, 255, $82, 1, TrainerCooltrainermCody, $ffff
person_event SPRITE_COOLTRAINER_F, 15, 8, $8, $0, 255, 255, $82, 1, TrainerCooltrainerfFran, $ffff person_event SPRITE_COOLTRAINER_F, 15, 8, $8, $0, 255, 255, $82, 1, TrainerCooltrainerfFran, $ffff
person_event SPRITE_BOULDER, 6, 12, $19, $0, 255, 255, $0, 0, BoulderScript_0x19575e, $0706 person_event SPRITE_BOULDER, 6, 12, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, $0706
person_event SPRITE_BOULDER, 7, 6, $19, $0, 255, 255, $0, 0, BoulderScript_0x19575e, $0707 person_event SPRITE_BOULDER, 7, 6, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, $0707
person_event SPRITE_BOULDER, 20, 10, $19, $0, 255, 255, $0, 0, BoulderScript_0x19575e, $0708 person_event SPRITE_BOULDER, 20, 10, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, $0708
person_event SPRITE_BOULDER, 7, 7, $19, $0, 255, 255, $0, 0, BoulderScript_0x19575e, $ffff person_event SPRITE_BOULDER, 7, 7, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, $ffff
person_event SPRITE_BOULDER, 5, 10, $19, $0, 255, 255, $0, 0, BoulderScript_0x19575e, $ffff person_event SPRITE_BOULDER, 5, 10, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, $ffff
person_event SPRITE_BOULDER, 18, 12, $19, $0, 255, 255, $0, 0, BoulderScript_0x19575e, $ffff person_event SPRITE_BOULDER, 18, 12, $19, $0, 255, 255, $0, 0, BlackthornGymBoulder, $ffff
; 0x195947

View File

@@ -137,9 +137,8 @@ MortyScript_0x185cbf: ; 0x185cbf
jumptextfaceplayer UnknownText_0x186002 jumptextfaceplayer UnknownText_0x186002
; 0x185cc2 ; 0x185cc2
RockScript_0x185cc2: ; 0x185cc2 BurnedTower1FRock:
jumpstd smashrock jumpstd smashrock
; 0x185cc5
MapBurnedTower1FSignpostItem0: ; 0x185cc5 MapBurnedTower1FSignpostItem0: ; 0x185cc5
dw $0080 dw $0080
@@ -339,7 +338,7 @@ BurnedTower1F_MapEventHeader: ; 0x1860b2
; people-events ; people-events
db 5 db 5
person_event SPRITE_ROCK, 8, 19, $18, $0, 255, 255, $0, 0, RockScript_0x185cc2, $ffff person_event SPRITE_ROCK, 8, 19, $18, $0, 255, 255, $0, 0, BurnedTower1FRock, $ffff
person_event SPRITE_SUPER_NERD, 16, 16, $3, $0, 255, 255, $90, 0, SuperNerdScript_0x185cbc, $0765 person_event SPRITE_SUPER_NERD, 16, 16, $3, $0, 255, 255, $90, 0, SuperNerdScript_0x185cbc, $0765
person_event SPRITE_SILVER, 13, 12, $8, $0, 255, 255, $2, 3, ObjectEvent, $06c5 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_MORTY, 18, 18, $2, $11, 255, 255, $b0, 0, MortyScript_0x185cbf, $0764

View File

@@ -123,9 +123,8 @@ ItemFragment_0x186231: ; 0x186231
db TM_20, 1 db TM_20, 1
; 0x186233 ; 0x186233
BoulderScript_0x186233: ; 0x186233 BurnedTowerB1FBoulder:
jumpstd strengthboulder jumpstd strengthboulder
; 0x186236
MovementData_0x186236: ; 0x186236 MovementData_0x186236: ; 0x186236
db $39 ; movement db $39 ; movement
@@ -269,7 +268,7 @@ BurnedTowerB1F_MapEventHeader: ; 0x1863de
; people-events ; people-events
db 9 db 9
person_event SPRITE_BOULDER, 12, 21, $19, $0, 255, 255, $0, 0, BoulderScript_0x186233, $ffff person_event SPRITE_BOULDER, 12, 21, $19, $0, 255, 255, $0, 0, BurnedTowerB1FBoulder, $ffff
person_event SPRITE_RAIKOU, 7, 11, $16, $0, 255, 255, $b0, 0, ObjectEvent, $074a person_event SPRITE_RAIKOU, 7, 11, $16, $0, 255, 255, $b0, 0, ObjectEvent, $074a
person_event SPRITE_ENTEI, 7, 16, $16, $0, 255, 255, $80, 0, ObjectEvent, $074a person_event SPRITE_ENTEI, 7, 16, $16, $0, 255, 255, $80, 0, ObjectEvent, $074a
person_event SPRITE_SUICUNE, 8, 14, $16, $0, 255, 255, $90, 0, ObjectEvent, $074a person_event SPRITE_SUICUNE, 8, 14, $16, $0, 255, 255, $90, 0, ObjectEvent, $074a

View File

@@ -87,40 +87,36 @@ UnknownScript_0x7309a: ; 0x7309a
end end
; 0x730ad ; 0x730ad
MapCeladonCafeSignpost0Script: ; 0x730ad EatathonContestPoster:
jumptext UnknownText_0x73285 jumptext EatathonContestPosterText
; 0x730b0
MapCeladonCafeSignpost1Script: ; 0x730b0 CeladonCafeTrashcan:
checkevent EVENT_FOUND_LEFTOVERS_IN_CELADON_CAFE checkevent EVENT_FOUND_LEFTOVERS_IN_CELADON_CAFE
iftrue UnknownScript_0x730db iftrue .TrashEmpty
giveitem LEFTOVERS, $1 giveitem LEFTOVERS, $1
iffalse UnknownScript_0x730cd iffalse .PackFull
loadfont loadfont
itemtotext LEFTOVERS, $0 itemtotext LEFTOVERS, $0
writetext UnknownText_0x732e7 writetext FoundLeftoversText
playsound SFX_ITEM playsound SFX_ITEM
waitbutton waitbutton
itemnotify itemnotify
loadmovesprites loadmovesprites
setevent EVENT_FOUND_LEFTOVERS_IN_CELADON_CAFE setevent EVENT_FOUND_LEFTOVERS_IN_CELADON_CAFE
end end
; 0x730cd
UnknownScript_0x730cd: ; 0x730cd .PackFull
loadfont loadfont
itemtotext LEFTOVERS, $0 itemtotext LEFTOVERS, $0
writetext UnknownText_0x732e7 writetext FoundLeftoversText
keeptextopen keeptextopen
writetext UnknownText_0x732f7 writetext NoRoomForLeftoversText
closetext closetext
loadmovesprites loadmovesprites
end end
; 0x730db
UnknownScript_0x730db: ; 0x730db .TrashEmpty
jumpstd trashcan jumpstd trashcan
; 0x730de
UnknownText_0x730de: ; 0x730de UnknownText_0x730de: ; 0x730de
text "Hi!" text "Hi!"
@@ -199,7 +195,7 @@ UnknownText_0x73278: ; 0x73278
done done
; 0x73285 ; 0x73285
UnknownText_0x73285: ; 0x73285 EatathonContestPosterText:
text "Eatathon Contest!" text "Eatathon Contest!"
line "No time limit!" line "No time limit!"
@@ -209,21 +205,18 @@ UnknownText_0x73285: ; 0x73285
para "muncher gets it" para "muncher gets it"
line "all for free!" line "all for free!"
done done
; 0x732e7
UnknownText_0x732e7: ; 0x732e7 FoundLeftoversText:
text $52, " found" text $52, " found"
line "@" line "@"
text_from_ram StringBuffer3 text_from_ram StringBuffer3
text "!" text "!"
done done
; 0x732f7
UnknownText_0x732f7: ; 0x732f7 NoRoomForLeftoversText:
text "But ", $52, " can't" text "But ", $52, " can't"
line "hold another item…" line "hold another item…"
done done
; 0x73316
CeladonCafe_MapEventHeader: ; 0x73316 CeladonCafe_MapEventHeader: ; 0x73316
; filler ; filler
@@ -239,8 +232,8 @@ CeladonCafe_MapEventHeader: ; 0x73316
; signposts ; signposts
db 2 db 2
signpost 0, 5, $0, MapCeladonCafeSignpost0Script signpost 0, 5, $0, EatathonContestPoster
signpost 1, 7, $0, MapCeladonCafeSignpost1Script signpost 1, 7, $0, CeladonCafeTrashcan
; people-events ; people-events
db 5 db 5
@@ -249,4 +242,3 @@ CeladonCafe_MapEventHeader: ; 0x73316
person_event SPRITE_FISHER, 11, 5, $9, $0, 255, 255, $a0, 0, FisherScript_0x73062, $ffff person_event SPRITE_FISHER, 11, 5, $9, $0, 255, 255, $a0, 0, FisherScript_0x73062, $ffff
person_event SPRITE_FISHER, 6, 5, $9, $0, 255, 255, $0, 0, FisherScript_0x73073, $ffff person_event SPRITE_FISHER, 6, 5, $9, $0, 255, 255, $0, 0, FisherScript_0x73073, $ffff
person_event SPRITE_TEACHER, 7, 8, $8, $0, 255, 255, $0, 0, TeacherScript_0x73084, $ffff person_event SPRITE_TEACHER, 7, 8, $8, $0, 255, 255, $0, 0, TeacherScript_0x73084, $ffff
; 0x73371

View File

@@ -7,89 +7,69 @@ CeladonCity_MapScriptHeader: ; 0x1a9f3a
; callbacks ; callbacks
dbw 5, UnknownScript_0x1a9f3f dbw 5, .Callback
; 0x1a9f3f
UnknownScript_0x1a9f3f: ; 0x1a9f3f .Callback
setflag $003d setflag $003d
return return
; 0x1a9f43
FisherScript_0x1a9f43: ; 0x1a9f43 FisherScript_0x1a9f43: ; 0x1a9f43
jumptextfaceplayer UnknownText_0x1a9f7d jumptextfaceplayer UnknownText_0x1a9f7d
; 0x1a9f46
PoliwagScript_0x1a9f46: ; 0x1a9f46 CeladonCityPoliwrath:
loadfont loadfont
writetext UnknownText_0x1a9fcb writetext CeladonCityPoliwrathText
cry POLIWRATH cry POLIWRATH
closetext closetext
loadmovesprites loadmovesprites
end end
; 0x1a9f50
TeacherScript_0x1a9f50: ; 0x1a9f50 TeacherScript_0x1a9f50: ; 0x1a9f50
jumptextfaceplayer UnknownText_0x1a9fde jumptextfaceplayer UnknownText_0x1a9fde
; 0x1a9f53
GrampsScript_0x1a9f53: ; 0x1a9f53 GrampsScript_0x1a9f53: ; 0x1a9f53
jumptextfaceplayer UnknownText_0x1aa043 jumptextfaceplayer UnknownText_0x1aa043
; 0x1a9f56
GrampsScript_0x1a9f56: ; 0x1a9f56 GrampsScript_0x1a9f56: ; 0x1a9f56
jumptextfaceplayer UnknownText_0x1aa0dc jumptextfaceplayer UnknownText_0x1aa0dc
; 0x1a9f59
YoungsterScript_0x1a9f59: ; 0x1a9f59 YoungsterScript_0x1a9f59: ; 0x1a9f59
jumptextfaceplayer UnknownText_0x1aa115 jumptextfaceplayer UnknownText_0x1aa115
; 0x1a9f5c
YoungsterScript_0x1a9f5c: ; 0x1a9f5c YoungsterScript_0x1a9f5c: ; 0x1a9f5c
jumptextfaceplayer UnknownText_0x1aa155 jumptextfaceplayer UnknownText_0x1aa155
; 0x1a9f5f
TeacherScript_0x1a9f5f: ; 0x1a9f5f TeacherScript_0x1a9f5f: ; 0x1a9f5f
jumptextfaceplayer UnknownText_0x1aa1bd jumptextfaceplayer UnknownText_0x1aa1bd
; 0x1a9f62
LassScript_0x1a9f62: ; 0x1a9f62 LassScript_0x1a9f62: ; 0x1a9f62
jumptextfaceplayer UnknownText_0x1aa306 jumptextfaceplayer UnknownText_0x1aa306
; 0x1a9f65
MapCeladonCitySignpost0Script: ; 0x1a9f65 CeladonCitySign: ; 0x1a9f65
jumptext UnknownText_0x1aa340 jumptext CeladonCitySignText
; 0x1a9f68
MapCeladonCitySignpost1Script: ; 0x1a9f68 CeladonGymSign: ; 0x1a9f68
jumptext UnknownText_0x1aa369 jumptext CeladonGymSignText
; 0x1a9f6b
MapCeladonCitySignpost2Script: ; 0x1a9f6b CeladonCityDeptStoreSign: ; 0x1a9f6b
jumptext UnknownText_0x1aa3a9 jumptext CeladonCityDeptStoreSignText
; 0x1a9f6e
MapCeladonCitySignpost3Script: ; 0x1a9f6e CeladonCityMansionSign: ; 0x1a9f6e
jumptext UnknownText_0x1aa3d4 jumptext CeladonCityMansionSignText
; 0x1a9f71
MapCeladonCitySignpost4Script: ; 0x1a9f71 CeladonCityGameCornerSign: ; 0x1a9f71
jumptext UnknownText_0x1aa3e5 jumptext CeladonCityGameCornerSignText
; 0x1a9f74
MapCeladonCitySignpost5Script: ; 0x1a9f74 CeladonCityTrainerTips: ; 0x1a9f74
jumptext UnknownText_0x1aa418 jumptext CeladonCityTrainerTipsText
; 0x1a9f77
MapCeladonCitySignpost6Script: ; 0x1a9f77 CeladonCityPokeCenterSign: ; 0x1a9f77
jumpstd pokecentersign jumpstd pokecentersign
; 0x1a9f7a
MapCeladonCitySignpostItem7: ; 0x1a9f7a MapCeladonCitySignpostItem7: ; 0x1a9f7a
dw $00fd dw $00fd
db PP_UP db PP_UP
; 0x1a9f7d
UnknownText_0x1a9f7d: ; 0x1a9f7d UnknownText_0x1a9f7d: ; 0x1a9f7d
text "This POLIWRATH is" text "This POLIWRATH is"
line "my partner." line "my partner."
@@ -100,10 +80,9 @@ UnknownText_0x1a9f7d: ; 0x1a9f7d
done done
; 0x1a9fcb ; 0x1a9fcb
UnknownText_0x1a9fcb: ; 0x1a9fcb CeladonCityPoliwrathText:
text "POLIWRATH: Croak!" text "POLIWRATH: Croak!"
done done
; 0x1a9fde
UnknownText_0x1a9fde: ; 0x1a9fde UnknownText_0x1a9fde: ; 0x1a9fde
text "I lost at the slot" text "I lost at the slot"
@@ -210,7 +189,7 @@ UnknownText_0x1aa306: ; 0x1aa306
done done
; 0x1aa340 ; 0x1aa340
UnknownText_0x1aa340: ; 0x1aa340 CeladonCitySignText: ; 0x1aa340
text "CELADON CITY" text "CELADON CITY"
para "The City of" para "The City of"
@@ -218,7 +197,7 @@ UnknownText_0x1aa340: ; 0x1aa340
done done
; 0x1aa369 ; 0x1aa369
UnknownText_0x1aa369: ; 0x1aa369 CeladonGymSignText: ; 0x1aa369
text "CELADON CITY" text "CELADON CITY"
line "#MON GYM" line "#MON GYM"
cont "LEADER: ERIKA" cont "LEADER: ERIKA"
@@ -228,26 +207,26 @@ UnknownText_0x1aa369: ; 0x1aa369
done done
; 0x1aa3a9 ; 0x1aa3a9
UnknownText_0x1aa3a9: ; 0x1aa3a9 CeladonCityDeptStoreSignText: ; 0x1aa3a9
text "Find What You" text "Find What You"
line "Need at CELADON" line "Need at CELADON"
cont "DEPT.STORE!" cont "DEPT.STORE!"
done done
; 0x1aa3d4 ; 0x1aa3d4
UnknownText_0x1aa3d4: ; 0x1aa3d4 CeladonCityMansionSignText: ; 0x1aa3d4
text "CELADON MANSION" text "CELADON MANSION"
done done
; 0x1aa3e5 ; 0x1aa3e5
UnknownText_0x1aa3e5: ; 0x1aa3e5 CeladonCityGameCornerSignText: ; 0x1aa3e5
text "The Playground for" text "The Playground for"
line "Everybody--CELADON" line "Everybody--CELADON"
cont "GAME CORNER" cont "GAME CORNER"
done done
; 0x1aa418 ; 0x1aa418
UnknownText_0x1aa418: ; 0x1aa418 CeladonCityTrainerTipsText: ; 0x1aa418
text "TRAINER TIPS" text "TRAINER TIPS"
para "GUARD SPEC." para "GUARD SPEC."
@@ -284,19 +263,19 @@ CeladonCity_MapEventHeader: ; 0x1aa497
; signposts ; signposts
db 8 db 8
signpost 21, 23, $0, MapCeladonCitySignpost0Script signpost 21, 23, $0, CeladonCitySign
signpost 31, 11, $0, MapCeladonCitySignpost1Script signpost 31, 11, $0, CeladonGymSign
signpost 9, 6, $0, MapCeladonCitySignpost2Script signpost 9, 6, $0, CeladonCityDeptStoreSign
signpost 9, 13, $0, MapCeladonCitySignpost3Script signpost 9, 13, $0, CeladonCityMansionSign
signpost 21, 19, $0, MapCeladonCitySignpost4Script signpost 21, 19, $0, CeladonCityGameCornerSign
signpost 21, 29, $0, MapCeladonCitySignpost5Script signpost 21, 29, $0, CeladonCityTrainerTips
signpost 9, 30, $0, MapCeladonCitySignpost6Script signpost 9, 30, $0, CeladonCityPokeCenterSign
signpost 21, 37, $7, MapCeladonCitySignpostItem7 signpost 21, 37, $7, MapCeladonCitySignpostItem7
; people-events ; people-events
db 9 db 9
person_event SPRITE_FISHER, 15, 30, $9, $0, 255, 255, $a0, 0, FisherScript_0x1a9f43, $ffff person_event SPRITE_FISHER, 15, 30, $9, $0, 255, 255, $a0, 0, FisherScript_0x1a9f43, $ffff
person_event SPRITE_POLIWAG, 15, 31, $16, $0, 255, 255, $90, 0, PoliwagScript_0x1a9f46, $ffff person_event SPRITE_POLIWAG, 15, 31, $16, $0, 255, 255, $90, 0, CeladonCityPoliwrath, $ffff
person_event SPRITE_TEACHER, 28, 24, $5, $2, 255, 255, $80, 0, TeacherScript_0x1a9f50, $ffff person_event SPRITE_TEACHER, 28, 24, $5, $2, 255, 255, $80, 0, TeacherScript_0x1a9f50, $ffff
person_event SPRITE_GRAMPS, 20, 18, $6, $0, 255, 255, $b0, 0, GrampsScript_0x1a9f53, $ffff person_event SPRITE_GRAMPS, 20, 18, $6, $0, 255, 255, $b0, 0, GrampsScript_0x1a9f53, $ffff
person_event SPRITE_GRAMPS, 35, 12, $7, $0, 255, 255, $80, 0, GrampsScript_0x1a9f56, $ffff person_event SPRITE_GRAMPS, 35, 12, $7, $0, 255, 255, $80, 0, GrampsScript_0x1a9f56, $ffff

View File

@@ -1,32 +1,26 @@
CeladonDeptStore1F_MapScriptHeader: ; 0x709de CeladonDeptStore1F_MapScriptHeader:
; trigger count ; trigger count
db 0 db 0
; callback count ; callback count
db 0 db 0
; 0x709e0
ReceptionistScript_0x709e0: ; 0x709e0 ReceptionistScript_0x709e0:
jumptextfaceplayer UnknownText_0x709ef jumptextfaceplayer UnknownText_0x709ef
; 0x709e3
GentlemanScript_0x709e3: ; 0x709e3 GentlemanScript_0x709e3:
jumptextfaceplayer UnknownText_0x70a35 jumptextfaceplayer UnknownText_0x70a35
; 0x709e6
TeacherScript_0x709e6: ; 0x709e6 TeacherScript_0x709e6:
jumptextfaceplayer UnknownText_0x70aa9 jumptextfaceplayer UnknownText_0x70aa9
; 0x709e9
MapCeladonDeptStore1FSignpost0Script: ; 0x709e9 CeladonDeptStore1FDirectory:
jumptext UnknownText_0x70aea jumptext CeladonDeptStore1FDirectoryText
; 0x709ec
MapCeladonDeptStore6FSignpost1Script: ; 0x709ec CeladonDeptStore1FElevatorButton:
jumpstd elevatorbutton jumpstd elevatorbutton
; 0x709ef
UnknownText_0x709ef: ; 0x709ef UnknownText_0x709ef:
text "Hello! Welcome to" text "Hello! Welcome to"
line "CELADON DEPT." line "CELADON DEPT."
cont "STORE!" cont "STORE!"
@@ -34,9 +28,8 @@ UnknownText_0x709ef: ; 0x709ef
para "The directory is" para "The directory is"
line "on the wall." line "on the wall."
done done
; 0x70a35
UnknownText_0x70a35: ; 0x70a35 UnknownText_0x70a35:
text "This DEPT.STORE is" text "This DEPT.STORE is"
line "part of the same" line "part of the same"
@@ -47,9 +40,8 @@ UnknownText_0x70a35: ; 0x70a35
line "renovated at the" line "renovated at the"
cont "same time." cont "same time."
done done
; 0x70aa9
UnknownText_0x70aa9: ; 0x70aa9 UnknownText_0x70aa9:
text "This is my first" text "This is my first"
line "time here." line "time here."
@@ -58,9 +50,8 @@ UnknownText_0x70aa9: ; 0x70aa9
para "I'm afraid I'll" para "I'm afraid I'll"
line "get lost." line "get lost."
done done
; 0x70aea
UnknownText_0x70aea: ; 0x70aea CeladonDeptStore1FDirectoryText:
text "1F: SERVICE" text "1F: SERVICE"
line " COUNTER" line " COUNTER"
@@ -76,9 +67,8 @@ UnknownText_0x70aea: ; 0x70aea
para "6F: ROOFTOP" para "6F: ROOFTOP"
line " SQUARE" line " SQUARE"
done done
; 0x70b60
CeladonDeptStore1F_MapEventHeader: ; 0x70b60 CeladonDeptStore1F_MapEventHeader:
; filler ; filler
db 0, 0 db 0, 0
@@ -94,12 +84,11 @@ CeladonDeptStore1F_MapEventHeader: ; 0x70b60
; signposts ; signposts
db 2 db 2
signpost 0, 14, $0, MapCeladonDeptStore1FSignpost0Script signpost 0, 14, $0, CeladonDeptStore1FDirectory
signpost 0, 3, $0, MapCeladonDeptStore6FSignpost1Script signpost 0, 3, $0, CeladonDeptStore1FElevatorButton
; people-events ; people-events
db 3 db 3
person_event SPRITE_RECEPTIONIST, 5, 14, $6, $0, 255, 255, $80, 0, ReceptionistScript_0x709e0, $ffff person_event SPRITE_RECEPTIONIST, 5, 14, $6, $0, 255, 255, $80, 0, ReceptionistScript_0x709e0, $ffff
person_event SPRITE_GENTLEMAN, 8, 15, $2, $11, 255, 255, $0, 0, GentlemanScript_0x709e3, $ffff person_event SPRITE_GENTLEMAN, 8, 15, $2, $11, 255, 255, $0, 0, GentlemanScript_0x709e3, $ffff
person_event SPRITE_TEACHER, 7, 9, $5, $1, 255, 255, $a0, 0, TeacherScript_0x709e6, $ffff person_event SPRITE_TEACHER, 7, 9, $5, $1, 255, 255, $a0, 0, TeacherScript_0x709e6, $ffff
; 0x70bab

View File

@@ -1,44 +1,37 @@
CeladonDeptStore2F_MapScriptHeader: ; 0x70bab CeladonDeptStore2F_MapScriptHeader:
; trigger count ; trigger count
db 0 db 0
; callback count ; callback count
db 0 db 0
; 0x70bad
ClerkScript_0x70bad: ; 0x70bad ClerkScript_0x70bad:
faceplayer faceplayer
loadfont loadfont
pokemart $0, $0017 pokemart $0, $0017
loadmovesprites loadmovesprites
end end
; 0x70bb5
ClerkScript_0x70bb5: ; 0x70bb5 ClerkScript_0x70bb5:
faceplayer faceplayer
loadfont loadfont
pokemart $0, $0018 pokemart $0, $0018
loadmovesprites loadmovesprites
end end
; 0x70bbd
PokefanMScript_0x70bbd: ; 0x70bbd PokefanMScript_0x70bbd:
jumptextfaceplayer UnknownText_0x70bc9 jumptextfaceplayer UnknownText_0x70bc9
; 0x70bc0
YoungsterScript_0x70bc0: ; 0x70bc0 YoungsterScript_0x70bc0:
jumptextfaceplayer UnknownText_0x70c3e jumptextfaceplayer UnknownText_0x70c3e
; 0x70bc3
MapCeladonDeptStore2FSignpost0Script: ; 0x70bc3 CeladonDeptStore2FDirectory:
jumptext UnknownText_0x70c9c jumptext CeladonDeptStore2FDirectoryText
; 0x70bc6
MapCeladonDeptStore2FSignpost1Script: ; 0x70bc6 CeladonDeptStore2FElevatorButton:
jumpstd elevatorbutton jumpstd elevatorbutton
; 0x70bc9
UnknownText_0x70bc9: ; 0x70bc9 UnknownText_0x70bc9:
text "I just recently" text "I just recently"
line "became a trainer." line "became a trainer."
@@ -49,9 +42,8 @@ UnknownText_0x70bc9: ; 0x70bc9
line "the selection of" line "the selection of"
cont "convenient items." cont "convenient items."
done done
; 0x70c3e
UnknownText_0x70c3e: ; 0x70c3e UnknownText_0x70c3e:
text "My dad's having a" text "My dad's having a"
line "hard time learning" line "hard time learning"
@@ -61,18 +53,16 @@ UnknownText_0x70c3e: ; 0x70c3e
para "supposed to be" para "supposed to be"
line "used…" line "used…"
done done
; 0x70c9c
UnknownText_0x70c9c: ; 0x70c9c CeladonDeptStore2FDirectoryText:
text "Top Grade Items" text "Top Grade Items"
line "for Trainers!" line "for Trainers!"
para "2F: TRAINER'S" para "2F: TRAINER'S"
line " MARKET" line " MARKET"
done done
; 0x70cd4
CeladonDeptStore2F_MapEventHeader: ; 0x70cd4 CeladonDeptStore2F_MapEventHeader:
; filler ; filler
db 0, 0 db 0, 0
@@ -87,8 +77,8 @@ CeladonDeptStore2F_MapEventHeader: ; 0x70cd4
; signposts ; signposts
db 2 db 2
signpost 0, 14, $0, MapCeladonDeptStore2FSignpost0Script signpost 0, 14, $0, CeladonDeptStore2FDirectory
signpost 0, 3, $0, MapCeladonDeptStore2FSignpost1Script signpost 0, 3, $0, CeladonDeptStore2FElevatorButton
; people-events ; people-events
db 4 db 4
@@ -96,4 +86,3 @@ CeladonDeptStore2F_MapEventHeader: ; 0x70cd4
person_event SPRITE_CLERK, 9, 18, $7, $0, 255, 255, $90, 0, ClerkScript_0x70bb5, $ffff person_event SPRITE_CLERK, 9, 18, $7, $0, 255, 255, $90, 0, ClerkScript_0x70bb5, $ffff
person_event SPRITE_POKEFAN_M, 6, 9, $7, $0, 255, 255, $80, 0, PokefanMScript_0x70bbd, $ffff person_event SPRITE_POKEFAN_M, 6, 9, $7, $0, 255, 255, $80, 0, PokefanMScript_0x70bbd, $ffff
person_event SPRITE_YOUNGSTER, 6, 10, $8, $0, 255, 255, $a0, 0, YoungsterScript_0x70bc0, $ffff person_event SPRITE_YOUNGSTER, 6, 10, $8, $0, 255, 255, $a0, 0, YoungsterScript_0x70bc0, $ffff
; 0x70d27

View File

@@ -1,24 +1,21 @@
CeladonDeptStore3F_MapScriptHeader: ; 0x70d27 CeladonDeptStore3F_MapScriptHeader:
; trigger count ; trigger count
db 0 db 0
; callback count ; callback count
db 0 db 0
; 0x70d29
ClerkScript_0x70d29: ; 0x70d29 ClerkScript_0x70d29:
faceplayer faceplayer
loadfont loadfont
pokemart $0, $0019 pokemart $0, $0019
loadmovesprites loadmovesprites
end end
; 0x70d31
YoungsterScript_0x70d31: ; 0x70d31 YoungsterScript_0x70d31:
jumptextfaceplayer UnknownText_0x70d53 jumptextfaceplayer UnknownText_0x70d53
; 0x70d34
GameboyKidScript_0x70d34: ; 0x70d34 GameboyKidScript_0x70d34:
faceplayer faceplayer
loadfont loadfont
writetext UnknownText_0x70d86 writetext UnknownText_0x70d86
@@ -26,9 +23,8 @@ GameboyKidScript_0x70d34: ; 0x70d34
loadmovesprites loadmovesprites
spriteface $4, $0 spriteface $4, $0
end end
; 0x70d3f
GameboyKidScript_0x70d3f: ; 0x70d3f GameboyKidScript_0x70d3f:
faceplayer faceplayer
loadfont loadfont
writetext UnknownText_0x70dc7 writetext UnknownText_0x70dc7
@@ -36,39 +32,33 @@ GameboyKidScript_0x70d3f: ; 0x70d3f
loadmovesprites loadmovesprites
spriteface $5, $0 spriteface $5, $0
end end
; 0x70d4a
SuperNerdScript_0x70d4a: ; 0x70d4a SuperNerdScript_0x70d4a:
jumptextfaceplayer UnknownText_0x70e61 jumptextfaceplayer UnknownText_0x70e61
; 0x70d4d
MapCeladonDeptStore3FSignpost1Script: ; 0x70d4d CeladonDeptStore3FElevatorButton:
jumpstd elevatorbutton jumpstd elevatorbutton
; 0x70d50
MapCeladonDeptStore3FSignpost0Script: ; 0x70d50 CeladonDeptStore3FDirectory:
jumptext UnknownText_0x70e85 jumptext CeladonDeptStore3FDirectoryText
; 0x70d53
UnknownText_0x70d53: ; 0x70d53 UnknownText_0x70d53:
text "I can't decide" text "I can't decide"
line "which #MON I" line "which #MON I"
para "should use this TM" para "should use this TM"
line "on…" line "on…"
done done
; 0x70d86
UnknownText_0x70d86: ; 0x70d86 UnknownText_0x70d86:
text "Uh-oh! I traded my" text "Uh-oh! I traded my"
line "#MON without" line "#MON without"
para "removing the UP-" para "removing the UP-"
line "GRADE from it." line "GRADE from it."
done done
; 0x70dc7
UnknownText_0x70dc7: ; 0x70dc7 UnknownText_0x70dc7:
text "Yeah! I'm finally" text "Yeah! I'm finally"
line "getting a PORYGON!" line "getting a PORYGON!"
@@ -84,23 +74,20 @@ UnknownText_0x70dc7: ; 0x70dc7
line "turned into a dif-" line "turned into a dif-"
cont "ferent #MON!" cont "ferent #MON!"
done done
; 0x70e61
UnknownText_0x70e61: ; 0x70e61 UnknownText_0x70e61:
text "The TM SHOP sells" text "The TM SHOP sells"
line "some rare moves." line "some rare moves."
done done
; 0x70e85
UnknownText_0x70e85: ; 0x70e85 CeladonDeptStore3FDirectoryText:
text "3F: TM SHOP" text "3F: TM SHOP"
para "Make Your #MON" para "Make Your #MON"
line "Stronger!" line "Stronger!"
done done
; 0x70eab
CeladonDeptStore3F_MapEventHeader: ; 0x70eab CeladonDeptStore3F_MapEventHeader:
; filler ; filler
db 0, 0 db 0, 0
@@ -115,8 +102,8 @@ CeladonDeptStore3F_MapEventHeader: ; 0x70eab
; signposts ; signposts
db 2 db 2
signpost 0, 14, $0, MapCeladonDeptStore3FSignpost0Script signpost 0, 14, $0, CeladonDeptStore3FDirectory
signpost 0, 3, $0, MapCeladonDeptStore3FSignpost1Script signpost 0, 3, $0, CeladonDeptStore3FElevatorButton
; people-events ; people-events
db 5 db 5
@@ -125,4 +112,3 @@ CeladonDeptStore3F_MapEventHeader: ; 0x70eab
person_event SPRITE_GAMEBOY_KID, 5, 13, $6, $0, 255, 255, $80, 0, GameboyKidScript_0x70d34, $ffff person_event SPRITE_GAMEBOY_KID, 5, 13, $6, $0, 255, 255, $80, 0, GameboyKidScript_0x70d34, $ffff
person_event SPRITE_GAMEBOY_KID, 5, 14, $6, $0, 255, 255, $90, 0, GameboyKidScript_0x70d3f, $ffff person_event SPRITE_GAMEBOY_KID, 5, 14, $6, $0, 255, 255, $90, 0, GameboyKidScript_0x70d3f, $ffff
person_event SPRITE_SUPER_NERD, 8, 17, $2, $11, 255, 255, $80, 0, SuperNerdScript_0x70d4a, $ffff person_event SPRITE_SUPER_NERD, 8, 17, $2, $11, 255, 255, $80, 0, SuperNerdScript_0x70d4a, $ffff
; 0x70f0b

View File

@@ -1,60 +1,51 @@
CeladonDeptStore4F_MapScriptHeader: ; 0x70f0b CeladonDeptStore4F_MapScriptHeader:
; trigger count ; trigger count
db 0 db 0
; callback count ; callback count
db 0 db 0
; 0x70f0d
ClerkScript_0x70f0d: ; 0x70f0d ClerkScript_0x70f0d:
faceplayer faceplayer
loadfont loadfont
pokemart $0, $001a pokemart $0, $001a
loadmovesprites loadmovesprites
end end
; 0x70f15
SuperNerdScript_0x70f15: ; 0x70f15 SuperNerdScript_0x70f15:
jumptextfaceplayer UnknownText_0x70f21 jumptextfaceplayer UnknownText_0x70f21
; 0x70f18
YoungsterScript_0x70f18: ; 0x70f18 YoungsterScript_0x70f18:
jumptextfaceplayer UnknownText_0x70f55 jumptextfaceplayer UnknownText_0x70f55
; 0x70f1b
MapCeladonDeptStore4FSignpost0Script: ; 0x70f1b CeladonDeptStore4FDirectory:
jumptext UnknownText_0x70f8c jumptext CeladonDeptStore4FDirectoryText
; 0x70f1e
MapCeladonDeptStore4FSignpost1Script: ; 0x70f1e CeladonDeptStore4FElevatorButton:
jumpstd elevatorbutton jumpstd elevatorbutton
; 0x70f21
UnknownText_0x70f21: ; 0x70f21 UnknownText_0x70f21:
text "I'm here to buy" text "I'm here to buy"
line "SURF MAIL to send" line "SURF MAIL to send"
cont "to my girlfriend." cont "to my girlfriend."
done done
; 0x70f55
UnknownText_0x70f55: ; 0x70f55 UnknownText_0x70f55:
text "This is the only" text "This is the only"
line "place where you" line "place where you"
para "can buy LOVELY" para "can buy LOVELY"
line "MAIL." line "MAIL."
done done
; 0x70f8c
UnknownText_0x70f8c: ; 0x70f8c CeladonDeptStore4FDirectoryText:
text "Express Yourself" text "Express Yourself"
line "With Gifts!" line "With Gifts!"
para "4F: WISEMAN GIFTS" para "4F: WISEMAN GIFTS"
done done
; 0x70fbc
CeladonDeptStore4F_MapEventHeader: ; 0x70fbc CeladonDeptStore4F_MapEventHeader:
; filler ; filler
db 0, 0 db 0, 0
@@ -69,12 +60,11 @@ CeladonDeptStore4F_MapEventHeader: ; 0x70fbc
; signposts ; signposts
db 2 db 2
signpost 0, 14, $0, MapCeladonDeptStore4FSignpost0Script signpost 0, 14, $0, CeladonDeptStore4FDirectory
signpost 0, 3, $0, MapCeladonDeptStore4FSignpost1Script signpost 0, 3, $0, CeladonDeptStore4FElevatorButton
; people-events ; people-events
db 3 db 3
person_event SPRITE_CLERK, 9, 17, $7, $0, 255, 255, $90, 0, ClerkScript_0x70f0d, $ffff person_event SPRITE_CLERK, 9, 17, $7, $0, 255, 255, $90, 0, ClerkScript_0x70f0d, $ffff
person_event SPRITE_SUPER_NERD, 10, 11, $5, $1, 255, 255, $a0, 0, SuperNerdScript_0x70f15, $ffff person_event SPRITE_SUPER_NERD, 10, 11, $5, $1, 255, 255, $a0, 0, SuperNerdScript_0x70f15, $ffff
person_event SPRITE_YOUNGSTER, 6, 12, $7, $0, 255, 255, $0, 0, YoungsterScript_0x70f18, $ffff person_event SPRITE_YOUNGSTER, 6, 12, $7, $0, 255, 255, $0, 0, YoungsterScript_0x70f18, $ffff
; 0x71002

View File

@@ -1,48 +1,40 @@
CeladonDeptStore5F_MapScriptHeader: ; 0x71002 CeladonDeptStore5F_MapScriptHeader:
; trigger count ; trigger count
db 0 db 0
; callback count ; callback count
db 0 db 0
; 0x71004
ClerkScript_0x71004: ; 0x71004 ClerkScript_0x71004:
faceplayer faceplayer
loadfont loadfont
pokemart $0, $001b pokemart $0, $001b
loadmovesprites loadmovesprites
end end
; 0x7100c
ClerkScript_0x7100c: ; 0x7100c ClerkScript_0x7100c:
faceplayer faceplayer
loadfont loadfont
pokemart $0, $001c pokemart $0, $001c
loadmovesprites loadmovesprites
end end
; 0x71014
GentlemanScript_0x71014: ; 0x71014 GentlemanScript_0x71014:
jumptextfaceplayer UnknownText_0x71023 jumptextfaceplayer UnknownText_0x71023
; 0x71017
SailorScript_0x71017: ; 0x71017 SailorScript_0x71017:
jumptextfaceplayer UnknownText_0x71072 jumptextfaceplayer UnknownText_0x71072
; 0x7101a
TeacherScript_0x7101a: ; 0x7101a TeacherScript_0x7101a:
jumptextfaceplayer UnknownText_0x710b6 jumptextfaceplayer UnknownText_0x710b6
; 0x7101d
MapCeladonDeptStore5FSignpost0Script: ; 0x7101d CeladonDeptStore5FDirectory:
jumptext UnknownText_0x71100 jumptext CeladonDeptStore5FDirectoryText
; 0x71020
MapCeladonDeptStore5FSignpost1Script: ; 0x71020 CeladonDeptStore5FElevatorButton:
jumpstd elevatorbutton jumpstd elevatorbutton
; 0x71023
UnknownText_0x71023: ; 0x71023 UnknownText_0x71023:
text "I want to buy some" text "I want to buy some"
line "items that raise" line "items that raise"
@@ -50,18 +42,16 @@ UnknownText_0x71023: ; 0x71023
line "I don't have" line "I don't have"
cont "enough money…" cont "enough money…"
done done
; 0x71072
UnknownText_0x71072: ; 0x71072 UnknownText_0x71072:
text "I want PP UP, so I" text "I want PP UP, so I"
line "can raise the PP" line "can raise the PP"
para "of moves. But you" para "of moves. But you"
line "can't buy it…" line "can't buy it…"
done done
; 0x710b6
UnknownText_0x710b6: ; 0x710b6 UnknownText_0x710b6:
text "Using items on" text "Using items on"
line "them makes #-" line "them makes #-"
cont "MON happy." cont "MON happy."
@@ -69,14 +59,12 @@ UnknownText_0x710b6: ; 0x710b6
para "They hate certain" para "They hate certain"
line "items, though…" line "items, though…"
done done
; 0x71100
UnknownText_0x71100: ; 0x71100 CeladonDeptStore5FDirectoryText:
text "5F: DRUG STORE" text "5F: DRUG STORE"
done done
; 0x71110
CeladonDeptStore5F_MapEventHeader: ; 0x71110 CeladonDeptStore5F_MapEventHeader:
; filler ; filler
db 0, 0 db 0, 0
@@ -91,8 +79,8 @@ CeladonDeptStore5F_MapEventHeader: ; 0x71110
; signposts ; signposts
db 2 db 2
signpost 0, 14, $0, MapCeladonDeptStore5FSignpost0Script signpost 0, 14, $0, CeladonDeptStore5FDirectory
signpost 0, 3, $0, MapCeladonDeptStore5FSignpost1Script signpost 0, 3, $0, CeladonDeptStore5FElevatorButton
; people-events ; people-events
db 5 db 5
@@ -101,4 +89,3 @@ CeladonDeptStore5F_MapEventHeader: ; 0x71110
person_event SPRITE_GENTLEMAN, 9, 17, $2, $11, 255, 255, $80, 0, GentlemanScript_0x71014, $ffff person_event SPRITE_GENTLEMAN, 9, 17, $2, $11, 255, 255, $80, 0, GentlemanScript_0x71014, $ffff
person_event SPRITE_SAILOR, 8, 7, $2, $11, 255, 255, $90, 0, SailorScript_0x71017, $ffff person_event SPRITE_SAILOR, 8, 7, $2, $11, 255, 255, $90, 0, SailorScript_0x71017, $ffff
person_event SPRITE_TEACHER, 11, 5, $9, $0, 255, 255, $a0, 0, TeacherScript_0x7101a, $ffff person_event SPRITE_TEACHER, 11, 5, $9, $0, 255, 255, $a0, 0, TeacherScript_0x7101a, $ffff
; 0x71170

View File

@@ -1,4 +1,4 @@
CeladonDeptStore6F_MapScriptHeader: ; 0x71170 CeladonDeptStore6F_MapScriptHeader:
; trigger count ; trigger count
db 0 db 0
@@ -8,121 +8,104 @@ CeladonDeptStore6F_MapScriptHeader: ; 0x71170
; callbacks ; callbacks
dbw 1, UnknownScript_0x71175 dbw 1, UnknownScript_0x71175
; 0x71175
UnknownScript_0x71175: ; 0x71175 UnknownScript_0x71175:
changeblock $c, $0, $3 changeblock $c, $0, $3
return return
; 0x7117a
SuperNerdScript_0x7117a: ; 0x7117a SuperNerdScript_0x7117a:
jumptextfaceplayer UnknownText_0x712c7 jumptextfaceplayer UnknownText_0x712c7
; 0x7117d
YoungsterScript_0x7117d: ; 0x7117d YoungsterScript_0x7117d:
jumptextfaceplayer UnknownText_0x71310 jumptextfaceplayer UnknownText_0x71310
; 0x71180
MapCeladonDeptStore6FSignpost5Script: ; 0x71180 CeladonVendingMachine:
loadfont loadfont
writetext UnknownText_0x71250 writetext CeladonVendingText
UnknownScript_0x71184: ; 0x71184 .Start
special Function24ae8 special Function24ae8
loadmenudata MenuDataHeader_0x71203 loadmenudata .MenuData
interpretmenu2 interpretmenu2
writebackup writebackup
if_equal $1, UnknownScript_0x7119a if_equal $1, .FreshWater
if_equal $2, UnknownScript_0x711b4 if_equal $2, .SodaPop
if_equal $3, UnknownScript_0x711ce if_equal $3, .Lemonade
loadmovesprites loadmovesprites
end end
; 0x7119a
UnknownScript_0x7119a: ; 0x7119a .FreshWater
checkmoney $0, 200 checkmoney $0, 200
if_equal $2, UnknownScript_0x711f5 if_equal $2, .NotEnoughMoney
giveitem FRESH_WATER, $1 giveitem FRESH_WATER, $1
iffalse UnknownScript_0x711fc iffalse .NotEnoughSpace
takemoney $0, 200 takemoney $0, 200
itemtotext FRESH_WATER, $0 itemtotext FRESH_WATER, $0
jump UnknownScript_0x711e8 jump .VendItem
; 0x711b4
UnknownScript_0x711b4: ; 0x711b4 .SodaPop
checkmoney $0, 300 checkmoney $0, 300
if_equal $2, UnknownScript_0x711f5 if_equal $2, .NotEnoughMoney
giveitem SODA_POP, $1 giveitem SODA_POP, $1
iffalse UnknownScript_0x711fc iffalse .NotEnoughSpace
takemoney $0, 300 takemoney $0, 300
itemtotext SODA_POP, $0 itemtotext SODA_POP, $0
jump UnknownScript_0x711e8 jump .VendItem
; 0x711ce
UnknownScript_0x711ce: ; 0x711ce .Lemonade
checkmoney $0, 350 checkmoney $0, 350
if_equal $2, UnknownScript_0x711f5 if_equal $2, .NotEnoughMoney
giveitem LEMONADE, $1 giveitem LEMONADE, $1
iffalse UnknownScript_0x711fc iffalse .NotEnoughSpace
takemoney $0, 350 takemoney $0, 350
itemtotext LEMONADE, $0 itemtotext LEMONADE, $0
jump UnknownScript_0x711e8 jump .VendItem
; 0x711e8
UnknownScript_0x711e8: ; 0x711e8 .VendItem
pause 10 pause 10
playsound SFX_ENTER_DOOR playsound SFX_ENTER_DOOR
writetext UnknownText_0x71274 writetext CeladonClangText
keeptextopen keeptextopen
itemnotify itemnotify
jump UnknownScript_0x71184 jump .Start
; 0x711f5
UnknownScript_0x711f5: ; 0x711f5 .NotEnoughMoney
writetext UnknownText_0x7128e writetext CeladonVendingNoMoneyText
closetext closetext
jump UnknownScript_0x71184 jump .Start
; 0x711fc
UnknownScript_0x711fc: ; 0x711fc .NotEnoughSpace
writetext UnknownText_0x712a7 writetext CeladonVendingNoSpaceText
closetext closetext
jump UnknownScript_0x71184 jump .Start
; 0x71203
.MenuData
MenuDataHeader_0x71203: ; 0x71203
db $40 ; flags db $40 ; flags
db 02, 00 ; start coords db 02, 00 ; start coords
db 11, 19 ; end coords db 11, 19 ; end coords
dw MenuData2_0x7120b dw .MenuData2
db 1 ; default option db 1 ; default option
; 0x7120b
MenuData2_0x7120b: ; 0x7120b .MenuData2
db $80 ; flags db $80 ; flags
db 4 ; items db 4 ; items
db "FRESH WATER ¥200@" db "FRESH WATER ¥200@"
db "SODA POP ¥300@" db "SODA POP ¥300@"
db "LEMONADE ¥350@" db "LEMONADE ¥350@"
db "CANCEL@" db "CANCEL@"
; 0x71249
MapCeladonDeptStore6FSignpost0Script: ; 0x7124a CeladonDeptStore6FDirectory:
jumptext UnknownText_0x7133e jumptext CeladonDeptStore6FDirectoryText
; 0x7124d
UnknownScript_0x7124d: ; 0x7124d UnknownScript_0x7124d:
jumpstd elevatorbutton jumpstd elevatorbutton
; 0x71250
UnknownText_0x71250: ; 0x71250 CeladonVendingText:
text "A vending machine!" text "A vending machine!"
line "Here's the menu." line "Here's the menu."
done done
; 0x71274
UnknownText_0x71274: ; 0x71274 CeladonClangText:
text "Clang!" text "Clang!"
para "@" para "@"
@@ -130,21 +113,18 @@ UnknownText_0x71274: ; 0x71274
db $0 db $0
line "popped out." line "popped out."
done done
; 0x7128e
UnknownText_0x7128e: ; 0x7128e CeladonVendingNoMoneyText:
text "Oops, not enough" text "Oops, not enough"
line "money…" line "money…"
done done
; 0x712a7
UnknownText_0x712a7: ; 0x712a7 CeladonVendingNoSpaceText:
text "There's no more" text "There's no more"
line "room for stuff…" line "room for stuff…"
done done
; 0x712c7
UnknownText_0x712c7: ; 0x712c7 UnknownText_0x712c7:
text "A vending machine" text "A vending machine"
line "with a prize rou-" line "with a prize rou-"
cont "lette…" cont "lette…"
@@ -152,23 +132,20 @@ UnknownText_0x712c7: ; 0x712c7
para "You never see" para "You never see"
line "those anymore." line "those anymore."
done done
; 0x71310
UnknownText_0x71310: ; 0x71310 UnknownText_0x71310:
text "Aww! There's no" text "Aww! There's no"
line "games here!" line "games here!"
para "I wanted to play…" para "I wanted to play…"
done done
; 0x7133e
UnknownText_0x7133e: ; 0x7133e CeladonDeptStore6FDirectoryText:
text "6F: ROOFTOP SQUARE" text "6F: ROOFTOP SQUARE"
line "VENDING MACHINES" line "VENDING MACHINES"
done done
; 0x71363
CeladonDeptStore6F_MapEventHeader: ; 0x71363 CeladonDeptStore6F_MapEventHeader:
; filler ; filler
db 0, 0 db 0, 0
@@ -182,15 +159,14 @@ CeladonDeptStore6F_MapEventHeader: ; 0x71363
; signposts ; signposts
db 6 db 6
signpost 0, 14, $0, MapCeladonDeptStore6FSignpost0Script signpost 0, 14, $0, CeladonDeptStore6FDirectory
signpost 0, 3, $0, MapCeladonDeptStore6FSignpost1Script signpost 0, 3, $0, CeladonDeptStore1FElevatorButton
signpost 1, 8, $1, MapCeladonDeptStore6FSignpost5Script signpost 1, 8, $1, CeladonVendingMachine
signpost 1, 9, $1, MapCeladonDeptStore6FSignpost5Script signpost 1, 9, $1, CeladonVendingMachine
signpost 1, 10, $1, MapCeladonDeptStore6FSignpost5Script signpost 1, 10, $1, CeladonVendingMachine
signpost 1, 11, $1, MapCeladonDeptStore6FSignpost5Script signpost 1, 11, $1, CeladonVendingMachine
; people-events ; people-events
db 2 db 2
person_event SPRITE_SUPER_NERD, 6, 13, $7, $0, 255, 255, $0, 0, SuperNerdScript_0x7117a, $ffff person_event SPRITE_SUPER_NERD, 6, 13, $7, $0, 255, 255, $0, 0, SuperNerdScript_0x7117a, $ffff
person_event SPRITE_YOUNGSTER, 9, 16, $2, $12, 255, 255, $80, 0, YoungsterScript_0x7117d, $ffff person_event SPRITE_YOUNGSTER, 9, 16, $2, $12, 255, 255, $80, 0, YoungsterScript_0x7117d, $ffff
; 0x713ab

View File

@@ -6,46 +6,40 @@ CeladonMansion1F_MapScriptHeader: ; 0x713ed
db 0 db 0
; 0x713ef ; 0x713ef
GrannyScript_0x713ef: ; 0x713ef CeladonMansionManager:
jumptextfaceplayer UnknownText_0x71416 jumptextfaceplayer CeladonMansionManagerText
; 0x713f2
GrowlitheScript_0x713f2: ; 0x713f2 CeladonMansion1FMeowth:
loadfont loadfont
writetext UnknownText_0x71470 writetext CeladonMansion1FMeowthText
cry MEOWTH cry MEOWTH
closetext closetext
loadmovesprites loadmovesprites
end end
; 0x713fc
ClefairyScript_0x713fc: ; 0x713fc CeladonMansion1FClefairy:
loadfont loadfont
writetext UnknownText_0x7147f writetext CeladonMansion1FClefairyText
cry CLEFAIRY cry CLEFAIRY
closetext closetext
loadmovesprites loadmovesprites
end end
; 0x71406
GrowlitheScript_0x71406: ; 0x71406 CeladonMansion1FNidoranF:
loadfont loadfont
writetext UnknownText_0x71496 writetext CeladonMansion1FNidoranFText
cry NIDORAN_F cry NIDORAN_F
closetext closetext
loadmovesprites loadmovesprites
end end
; 0x71410
MapCeladonMansion1FSignpost0Script: ; 0x71410 CeladonMansionManagersSuiteSign:
jumptext UnknownText_0x714ab jumptext CeladonMansionManagersSuiteSignText
; 0x71413
MapCeladonMansion1FSignpost2Script: ; 0x71413 CeladonMansion1fBookshelf:
jumpstd picturebookshelf jumpstd picturebookshelf
; 0x71416
UnknownText_0x71416: ; 0x71416 CeladonMansionManagerText:
text "My dear #MON" text "My dear #MON"
line "keep me company," line "keep me company,"
@@ -55,30 +49,25 @@ UnknownText_0x71416: ; 0x71416
para "MEOWTH even brings" para "MEOWTH even brings"
line "money home." line "money home."
done done
; 0x71470
UnknownText_0x71470: ; 0x71470 CeladonMansion1FMeowthText:
text "MEOWTH: Meow!" text "MEOWTH: Meow!"
done done
; 0x7147f
UnknownText_0x7147f: ; 0x7147f CeladonMansion1FClefairyText:
text "CLEFAIRY: Clef" text "CLEFAIRY: Clef"
line "cleff!" line "cleff!"
done done
; 0x71496
UnknownText_0x71496: ; 0x71496 CeladonMansion1FNidoranFText:
text "NIDORAN: Kya" text "NIDORAN: Kya"
line "kyaoo!" line "kyaoo!"
done done
; 0x714ab
UnknownText_0x714ab: ; 0x714ab CeladonMansionManagersSuiteSignText:
text "CELADON MANSION" text "CELADON MANSION"
line "MANAGER'S SUITE" line "MANAGER'S SUITE"
done done
; 0x714cc
CeladonMansion1F_MapEventHeader: ; 0x714cc CeladonMansion1F_MapEventHeader: ; 0x714cc
; filler ; filler
@@ -97,14 +86,13 @@ CeladonMansion1F_MapEventHeader: ; 0x714cc
; signposts ; signposts
db 3 db 3
signpost 8, 5, $1, MapCeladonMansion1FSignpost0Script signpost 8, 5, $1, CeladonMansionManagersSuiteSign
signpost 3, 0, $0, MapCeladonMansion1FSignpost2Script signpost 3, 0, $0, CeladonMansion1fBookshelf
signpost 3, 2, $0, MapCeladonMansion1FSignpost2Script signpost 3, 2, $0, CeladonMansion1fBookshelf
; people-events ; people-events
db 4 db 4
person_event SPRITE_GRANNY, 9, 5, $3, $0, 255, 255, $0, 0, GrannyScript_0x713ef, $ffff person_event SPRITE_GRANNY, 9, 5, $3, $0, 255, 255, $0, 0, CeladonMansionManager, $ffff
person_event SPRITE_GROWLITHE, 10, 6, $16, $0, 255, 255, $0, 0, GrowlitheScript_0x713f2, $ffff person_event SPRITE_GROWLITHE, 10, 6, $16, $0, 255, 255, $0, 0, CeladonMansion1FMeowth, $ffff
person_event SPRITE_CLEFAIRY, 8, 7, $16, $0, 255, 255, $0, 0, ClefairyScript_0x713fc, $ffff person_event SPRITE_CLEFAIRY, 8, 7, $16, $0, 255, 255, $0, 0, CeladonMansion1FClefairy, $ffff
person_event SPRITE_GROWLITHE, 8, 8, $16, $2, 255, 255, $90, 0, GrowlitheScript_0x71406, $ffff person_event SPRITE_GROWLITHE, 8, 8, $16, $2, 255, 255, $90, 0, CeladonMansion1FNidoranF, $ffff
; 0x7152e

View File

@@ -1,24 +1,20 @@
CeladonMansion2F_MapScriptHeader: ; 0x7152e CeladonMansion2F_MapScriptHeader:
; trigger count ; trigger count
db 0 db 0
; callback count ; callback count
db 0 db 0
; 0x71530
MapCeladonMansion2FSignpost0Script: ; 0x71530 CeladonMansion2FComputer:
jumptext UnknownText_0x71539 jumptext CeladonMansion2FComputerText
; 0x71533
MapCeladonMansion2FSignpost1Script: ; 0x71533 CeladonMansion2FSign:
jumptext UnknownText_0x7162c jumptext CeladonMansion2FSignText
; 0x71536
MapCeladonMansion2FSignpost2Script: ; 0x71536 CeladonMansion2FBookshelf:
jumpstd difficultbookshelf jumpstd difficultbookshelf
; 0x71539
UnknownText_0x71539: ; 0x71539 CeladonMansion2FComputerText:
text $52, " turned on" text $52, " turned on"
line "the PC." line "the PC."
@@ -47,15 +43,13 @@ UnknownText_0x71539: ; 0x71539
para "…" para "…"
done done
; 0x7162c
UnknownText_0x7162c: ; 0x7162c CeladonMansion2FSignText:
text "GAME FREAK" text "GAME FREAK"
line "MEETING ROOM" line "MEETING ROOM"
done done
; 0x71645
CeladonMansion2F_MapEventHeader: ; 0x71645 CeladonMansion2F_MapEventHeader:
; filler ; filler
db 0, 0 db 0, 0
@@ -71,10 +65,9 @@ CeladonMansion2F_MapEventHeader: ; 0x71645
; signposts ; signposts
db 3 db 3
signpost 3, 0, $0, MapCeladonMansion2FSignpost0Script signpost 3, 0, $0, CeladonMansion2FComputer
signpost 8, 5, $1, MapCeladonMansion2FSignpost1Script signpost 8, 5, $1, CeladonMansion2FSign
signpost 3, 2, $0, MapCeladonMansion2FSignpost2Script signpost 3, 2, $0, CeladonMansion2FBookshelf
; people-events ; people-events
db 0 db 0
; 0x7166e

Some files were not shown because too many files have changed in this diff Show More