mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
More std_scripts enums.
This commit is contained in:
parent
17a47bf54b
commit
5d48bc96fd
@ -10,4 +10,10 @@
|
||||
enum window
|
||||
enum tv
|
||||
enum homepage
|
||||
enum radio
|
||||
enum radio1
|
||||
enum radio2
|
||||
enum trashcan
|
||||
enum strengthboulder
|
||||
enum smashrock
|
||||
enum pokecentersign
|
||||
enum martsign
|
||||
|
@ -10,16 +10,16 @@ StdScripts:: ; bc000
|
||||
dbw BANK(WindowScript), WindowScript
|
||||
dbw BANK(TVScript), TVScript
|
||||
dbw BANK(HomepageScript), HomepageScript
|
||||
dbw BANK(RadioScript), RadioScript
|
||||
dbw BANK(UnknownScript_0xbc19d), UnknownScript_0xbc19d
|
||||
dbw BANK(UnknownScript_0xbc1a5), UnknownScript_0xbc1a5
|
||||
dbw BANK(UnknownScript_0xbc1b8), UnknownScript_0xbc1b8
|
||||
dbw BANK(UnknownScript_0xbc1bc), UnknownScript_0xbc1bc
|
||||
dbw BANK(UnknownScript_0xbc1c0), UnknownScript_0xbc1c0
|
||||
dbw BANK(UnknownScript_0xbc1c4), UnknownScript_0xbc1c4
|
||||
dbw BANK(Radio1Script), Radio1Script
|
||||
dbw BANK(Radio2Script), Radio2Script
|
||||
dbw BANK(TrashCanScript), TrashCanScript
|
||||
dbw BANK(StrengthBoulder), StrengthBoulder
|
||||
dbw BANK(SmashRock), SmashRock
|
||||
dbw BANK(PokeCenterSignScript), PokeCenterSignScript
|
||||
dbw BANK(MartSignScript), MartSignScript
|
||||
dbw BANK(UnknownScript_0xbc23e), UnknownScript_0xbc23e
|
||||
dbw BANK(UnknownScript_0xbc242), UnknownScript_0xbc242
|
||||
dbw BANK(UnknownScript_0xbc1af), UnknownScript_0xbc1af
|
||||
dbw BANK(ElevatorButtonScript), ElevatorButtonScript
|
||||
dbw BANK(UnknownScript_0xbc1c8), UnknownScript_0xbc1c8
|
||||
dbw BANK(UnknownScript_0xbc25c), UnknownScript_0xbc25c
|
||||
dbw BANK(UnknownScript_0xbc274), UnknownScript_0xbc274
|
||||
@ -223,24 +223,23 @@ TVScript:
|
||||
HomepageScript:
|
||||
farjumptext HomepageText
|
||||
|
||||
RadioScript:
|
||||
Radio1Script:
|
||||
loadfont
|
||||
writebyte $0
|
||||
special Functionc355
|
||||
loadmovesprites
|
||||
end
|
||||
|
||||
UnknownScript_0xbc19d: ; 0xbc19d
|
||||
Radio2Script:
|
||||
; Lucky Channel
|
||||
loadfont
|
||||
writebyte $4
|
||||
special Functionc355
|
||||
loadmovesprites
|
||||
end
|
||||
; 0xbc1a5
|
||||
|
||||
UnknownScript_0xbc1a5: ; 0xbc1a5
|
||||
farjumptext UnknownText_0x1b0526
|
||||
; 0xbc1a9
|
||||
TrashCanScript: ; 0xbc1a5
|
||||
farjumptext TrashCanText
|
||||
|
||||
UnknownScript_0xbc1a9: ; 0xbc1a9
|
||||
loadfont
|
||||
@ -249,28 +248,23 @@ UnknownScript_0xbc1a9: ; 0xbc1a9
|
||||
end
|
||||
; 0xbc1af
|
||||
|
||||
UnknownScript_0xbc1af: ; 0xbc1af
|
||||
ElevatorButtonScript:
|
||||
playsound SFX_READ_TEXT_2
|
||||
pause 15
|
||||
playsound SFX_ELEVATOR_END
|
||||
end
|
||||
; 0xbc1b8
|
||||
|
||||
UnknownScript_0xbc1b8: ; 0xbc1b8
|
||||
farjump UnknownScript_0xcd4b
|
||||
; 0xbc1bc
|
||||
StrengthBoulder:
|
||||
farjump AskStrengthScript
|
||||
|
||||
UnknownScript_0xbc1bc: ; 0xbc1bc
|
||||
SmashRock:
|
||||
farjump AskRockSmashScript
|
||||
; 0xbc1c0
|
||||
|
||||
UnknownScript_0xbc1c0: ; 0xbc1c0
|
||||
farjumptext UnknownText_0x1b057f
|
||||
; 0xbc1c4
|
||||
PokeCenterSignScript:
|
||||
farjumptext PokeCenterSignText
|
||||
|
||||
UnknownScript_0xbc1c4: ; 0xbc1c4
|
||||
farjumptext UnknownText_0x1b059c
|
||||
; 0xbc1c8
|
||||
MartSignScript
|
||||
farjumptext MartSignText
|
||||
|
||||
UnknownScript_0xbc1c8: ; 0xbc1c8
|
||||
checkcode $b
|
||||
|
4
main.asm
4
main.asm
@ -5785,7 +5785,7 @@ UnknownText_0xcd46: ; 0xcd46
|
||||
db $50
|
||||
; 0xcd4b
|
||||
|
||||
UnknownScript_0xcd4b: ; 0xcd4b
|
||||
AskStrengthScript:
|
||||
callasm Functioncd78
|
||||
iffalse UnknownScript_0xcd5f
|
||||
if_equal $1, UnknownScript_0xcd59
|
||||
@ -15478,7 +15478,7 @@ Function1365b:: ; 1365b
|
||||
dbw $91, magazinebookshelf
|
||||
.table2
|
||||
dbw $93, $0031 ; pc
|
||||
dbw $94, radio
|
||||
dbw $94, radio1
|
||||
dbw $95, townmap
|
||||
dbw $96, merchandiseshelf
|
||||
dbw $97, tv
|
||||
|
@ -219,11 +219,11 @@ MapAzaleaTownSignpost7Script: ; 0x198126
|
||||
; 0x198129
|
||||
|
||||
MapAzaleaTownSignpost5Script: ; 0x198129
|
||||
jumpstd $0010
|
||||
jumpstd pokecentersign
|
||||
; 0x19812c
|
||||
|
||||
MapAzaleaTownSignpost6Script: ; 0x19812c
|
||||
jumpstd $0011
|
||||
jumpstd martsign
|
||||
; 0x19812f
|
||||
|
||||
FruitTreeScript_0x19812f: ; 0x19812f
|
||||
|
@ -148,11 +148,11 @@ MapBlackthornCitySignpost4Script: ; 0x1a4771
|
||||
; 0x1a4774
|
||||
|
||||
MapBlackthornCitySignpost6Script: ; 0x1a4774
|
||||
jumpstd $0010
|
||||
jumpstd pokecentersign
|
||||
; 0x1a4777
|
||||
|
||||
MapBlackthornCitySignpost5Script: ; 0x1a4777
|
||||
jumpstd $0011
|
||||
jumpstd martsign
|
||||
; 0x1a477a
|
||||
|
||||
UnknownText_0x1a477a: ; 0x1a477a
|
||||
|
@ -66,7 +66,7 @@ UnknownScript_0x195758: ; 0x195758
|
||||
|
||||
|
||||
BoulderScript_0x19575e: ; 0x19575e
|
||||
jumpstd $000e
|
||||
jumpstd strengthboulder
|
||||
; 0x195761
|
||||
|
||||
TrainerCooltrainermCody: ; 0x195761
|
||||
|
@ -138,7 +138,7 @@ MortyScript_0x185cbf: ; 0x185cbf
|
||||
; 0x185cc2
|
||||
|
||||
RockScript_0x185cc2: ; 0x185cc2
|
||||
jumpstd $000f
|
||||
jumpstd smashrock
|
||||
; 0x185cc5
|
||||
|
||||
MapBurnedTower1FSignpostItem0: ; 0x185cc5
|
||||
|
@ -124,7 +124,7 @@ ItemFragment_0x186231: ; 0x186231
|
||||
; 0x186233
|
||||
|
||||
BoulderScript_0x186233: ; 0x186233
|
||||
jumpstd $000e
|
||||
jumpstd strengthboulder
|
||||
; 0x186236
|
||||
|
||||
MovementData_0x186236: ; 0x186236
|
||||
|
@ -119,7 +119,7 @@ UnknownScript_0x730cd: ; 0x730cd
|
||||
; 0x730db
|
||||
|
||||
UnknownScript_0x730db: ; 0x730db
|
||||
jumpstd $000d
|
||||
jumpstd trashcan
|
||||
; 0x730de
|
||||
|
||||
UnknownText_0x730de: ; 0x730de
|
||||
|
@ -81,7 +81,7 @@ MapCeladonCitySignpost5Script: ; 0x1a9f74
|
||||
; 0x1a9f77
|
||||
|
||||
MapCeladonCitySignpost6Script: ; 0x1a9f77
|
||||
jumpstd $0010
|
||||
jumpstd pokecentersign
|
||||
; 0x1a9f7a
|
||||
|
||||
MapCeladonCitySignpostItem7: ; 0x1a9f7a
|
||||
|
@ -153,11 +153,11 @@ MapCeruleanCitySignpost5Script: ; 0x1840b0
|
||||
; 0x1840b3
|
||||
|
||||
MapCeruleanCitySignpost6Script: ; 0x1840b3
|
||||
jumpstd $0010
|
||||
jumpstd pokecentersign
|
||||
; 0x1840b6
|
||||
|
||||
MapCeruleanCitySignpost7Script: ; 0x1840b6
|
||||
jumpstd $0011
|
||||
jumpstd martsign
|
||||
; 0x1840b9
|
||||
|
||||
MapCeruleanCitySignpostItem8: ; 0x1840b9
|
||||
|
@ -73,7 +73,7 @@ MapCharcoalKilnSignpost1Script: ; 0x18dd6e
|
||||
; 0x18dd71
|
||||
|
||||
MapCharcoalKilnSignpost2Script: ; 0x18dd71
|
||||
jumpstd $000c
|
||||
jumpstd radio2
|
||||
; 0x18dd74
|
||||
|
||||
BossSlowpokeText:
|
||||
|
@ -252,11 +252,11 @@ MapCherrygroveCitySignpost1Script: ; 0x19c18c
|
||||
; 0x19c18f
|
||||
|
||||
MapCherrygroveCitySignpost3Script: ; 0x19c18f
|
||||
jumpstd $0010
|
||||
jumpstd pokecentersign
|
||||
; 0x19c192
|
||||
|
||||
MapCherrygroveCitySignpost2Script: ; 0x19c192
|
||||
jumpstd $0011
|
||||
jumpstd martsign
|
||||
; 0x19c195
|
||||
|
||||
MovementData_0x19c195: ; 0x19c195
|
||||
|
@ -146,11 +146,11 @@ MapCianwoodCitySignpost5Script: ; 0x1a00cb
|
||||
; 0x1a00ce
|
||||
|
||||
MapCianwoodCitySignpost2Script: ; 0x1a00ce
|
||||
jumpstd $0010
|
||||
jumpstd pokecentersign
|
||||
; 0x1a00d1
|
||||
|
||||
RockScript_0x1a00d1: ; 0x1a00d1
|
||||
jumpstd $000f
|
||||
jumpstd smashrock
|
||||
; 0x1a00d4
|
||||
|
||||
MapCianwoodCitySignpostItem6: ; 0x1a00d4
|
||||
|
@ -198,7 +198,7 @@ BlackbeltLungScript: ; 0x9d6d8
|
||||
; 0x9d6e0
|
||||
|
||||
BoulderScript_0x9d6e0: ; 0x9d6e0
|
||||
jumpstd $000e
|
||||
jumpstd strengthboulder
|
||||
; 0x9d6e3
|
||||
|
||||
MapCianwoodGymSignpost1Script: ; 0x9d6e3
|
||||
|
@ -37,7 +37,7 @@ MapCinnabarIslandSignpost2Script: ; 0x1ac9c7
|
||||
; 0x1ac9ca
|
||||
|
||||
MapCinnabarIslandSignpost0Script: ; 0x1ac9ca
|
||||
jumpstd $0010
|
||||
jumpstd pokecentersign
|
||||
; 0x1ac9cd
|
||||
|
||||
MapCinnabarIslandSignpostItem3: ; 0x1ac9cd
|
||||
|
@ -23,7 +23,7 @@ ItemFragment_0x18c694: ; 0x18c694
|
||||
; 0x18c696
|
||||
|
||||
RockScript_0x18c696: ; 0x18c696
|
||||
jumpstd $000f
|
||||
jumpstd smashrock
|
||||
; 0x18c699
|
||||
|
||||
MapDarkCaveVioletEntranceSignpostItem0: ; 0x18c699
|
||||
|
@ -92,11 +92,11 @@ MapEcruteakCitySignpost4Script: ; 0x1a404c
|
||||
; 0x1a404f
|
||||
|
||||
MapEcruteakCitySignpost5Script: ; 0x1a404f
|
||||
jumpstd $0010
|
||||
jumpstd pokecentersign
|
||||
; 0x1a4052
|
||||
|
||||
MapEcruteakCitySignpost6Script: ; 0x1a4052
|
||||
jumpstd $0011
|
||||
jumpstd martsign
|
||||
; 0x1a4055
|
||||
|
||||
MapEcruteakCitySignpostItem7: ; 0x1a4055
|
||||
|
@ -57,7 +57,7 @@ UnknownScript_0x9a633: ; 0x9a633
|
||||
; 0x9a639
|
||||
|
||||
MapEcruteakItemfinderHouseSignpost0Script: ; 0x9a639
|
||||
jumpstd $000c
|
||||
jumpstd radio2
|
||||
; 0x9a63c
|
||||
|
||||
UnknownText_0x9a63c: ; 0x9a63c
|
||||
|
@ -15,7 +15,7 @@ YoungsterScript_0x99337: ; 0x99337
|
||||
; 0x9933a
|
||||
|
||||
MapEcruteakLugiaSpeechHouseSignpost0Script: ; 0x9933a
|
||||
jumpstd $000c
|
||||
jumpstd radio2
|
||||
; 0x9933d
|
||||
|
||||
UnknownText_0x9933d: ; 0x9933d
|
||||
|
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