mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Labelling a few mom scripts.
This commit is contained in:
parent
9a2b212ffd
commit
6cdc14b920
@ -22,16 +22,16 @@ MomPhoneScript: ; 0xbceaa
|
|||||||
buttonsound
|
buttonsound
|
||||||
mapnametotext $0
|
mapnametotext $0
|
||||||
checkcode VAR_ROOFPALETTE
|
checkcode VAR_ROOFPALETTE
|
||||||
if_equal $1, UnknownScript_0xbcee7
|
if_equal $1, MomPhonePalette1
|
||||||
if_equal $2, UnknownScript_0xbcf27
|
if_equal $2, MomPhonePalette2
|
||||||
jump UnknownScript_0xbcf2f
|
jump UnknownScript_0xbcf2f
|
||||||
|
|
||||||
UnknownScript_0xbcedf: ; 0xbcedf
|
MomPhoneLandmark: ; 0xbcedf
|
||||||
farwritetext UnknownText_0x1b4021
|
farwritetext MomPhoneLandmarkText
|
||||||
buttonsound
|
buttonsound
|
||||||
jump UnknownScript_0xbcf37
|
jump UnknownScript_0xbcf37
|
||||||
|
|
||||||
UnknownScript_0xbcee7: ; 0xbcee7
|
MomPhonePalette1: ; 0xbcee7
|
||||||
checkcode VAR_MAPGROUP
|
checkcode VAR_MAPGROUP
|
||||||
if_equal GROUP_NEW_BARK_TOWN, .newbark
|
if_equal GROUP_NEW_BARK_TOWN, .newbark
|
||||||
if_equal GROUP_CHERRYGROVE_CITY, .cherrygrove
|
if_equal GROUP_CHERRYGROVE_CITY, .cherrygrove
|
||||||
@ -54,39 +54,39 @@ UnknownScript_0xbcee7: ; 0xbcee7
|
|||||||
|
|
||||||
.violet ; 0xbcf15
|
.violet ; 0xbcf15
|
||||||
landmarktotext SPROUT_TOWER, 1
|
landmarktotext SPROUT_TOWER, 1
|
||||||
jump UnknownScript_0xbcedf
|
jump MomPhoneLandmark
|
||||||
.azalea ; 0xbcf1b
|
.azalea ; 0xbcf1b
|
||||||
landmarktotext SLOWPOKE_WELL, 1
|
landmarktotext SLOWPOKE_WELL, 1
|
||||||
jump UnknownScript_0xbcedf
|
jump MomPhoneLandmark
|
||||||
.goldenrod ; 0xbcf21
|
.goldenrod ; 0xbcf21
|
||||||
landmarktotext RADIO_TOWER, 1
|
landmarktotext RADIO_TOWER, 1
|
||||||
jump UnknownScript_0xbcedf
|
jump MomPhoneLandmark
|
||||||
|
|
||||||
UnknownScript_0xbcf27: ; 0xbcf27
|
MomPhonePalette2: ; 0xbcf27
|
||||||
farwritetext UnknownText_0x1b411c
|
farwritetext MomOtherAreaText
|
||||||
buttonsound
|
buttonsound
|
||||||
jump UnknownScript_0xbcf37
|
jump UnknownScript_0xbcf37
|
||||||
|
|
||||||
UnknownScript_0xbcf2f: ; 0xbcf2f
|
UnknownScript_0xbcf2f: ; 0xbcf2f
|
||||||
farwritetext UnknownText_0x1b4150
|
farwritetext MomDeterminedText
|
||||||
buttonsound
|
buttonsound
|
||||||
jump UnknownScript_0xbcf37
|
jump UnknownScript_0xbcf37
|
||||||
|
|
||||||
UnknownScript_0xbcf37: ; 0xbcf37
|
UnknownScript_0xbcf37: ; 0xbcf37
|
||||||
checkflag ENGINE_MOM_SAVING_MONEY
|
checkflag ENGINE_MOM_SAVING_MONEY
|
||||||
iffalse UnknownScript_0xbcf49
|
iffalse CheckIfMomHasMoney
|
||||||
checkmoney $1, 0
|
checkmoney $1, 0
|
||||||
if_equal $0, UnknownScript_0xbcf55
|
if_equal $0, UnknownScript_0xbcf55
|
||||||
jump UnknownScript_0xbcf63
|
jump UnknownScript_0xbcf63
|
||||||
|
|
||||||
UnknownScript_0xbcf49: ; 0xbcf49
|
CheckIfMomHasMoney: ; 0xbcf49
|
||||||
checkmoney $1, 0
|
checkmoney $1, 0
|
||||||
if_equal $0, UnknownScript_0xbcf79
|
if_equal $0, MomHasMoney
|
||||||
jump UnknownScript_0xbcf6e
|
jump MomHasNoMoney
|
||||||
|
|
||||||
UnknownScript_0xbcf55: ; 0xbcf55
|
UnknownScript_0xbcf55: ; 0xbcf55
|
||||||
readmoney $1, $0
|
readmoney $1, $0
|
||||||
farwritetext UnknownText_0x1b41a7
|
farwritetext MomCheckBalanceText
|
||||||
yesorno
|
yesorno
|
||||||
iftrue MomPhoneSaveMoneyScript
|
iftrue MomPhoneSaveMoneyScript
|
||||||
jump MomPhoneWontSaveMoneyScript
|
jump MomPhoneWontSaveMoneyScript
|
||||||
@ -97,13 +97,13 @@ UnknownScript_0xbcf63: ; 0xbcf63
|
|||||||
iftrue MomPhoneSaveMoneyScript
|
iftrue MomPhoneSaveMoneyScript
|
||||||
jump MomPhoneWontSaveMoneyScript
|
jump MomPhoneWontSaveMoneyScript
|
||||||
|
|
||||||
UnknownScript_0xbcf6e: ; 0xbcf6e
|
MomHasNoMoney: ; 0xbcf6e
|
||||||
farwritetext UnknownText_0x1b420d
|
farwritetext UnknownText_0x1b420d
|
||||||
yesorno
|
yesorno
|
||||||
iftrue MomPhoneSaveMoneyScript
|
iftrue MomPhoneSaveMoneyScript
|
||||||
jump MomPhoneWontSaveMoneyScript
|
jump MomPhoneWontSaveMoneyScript
|
||||||
|
|
||||||
UnknownScript_0xbcf79: ; 0xbcf79
|
MomHasMoney: ; 0xbcf79
|
||||||
readmoney $1, $0
|
readmoney $1, $0
|
||||||
farwritetext UnknownText_0x1b4249
|
farwritetext UnknownText_0x1b4249
|
||||||
yesorno
|
yesorno
|
||||||
|
@ -5,7 +5,7 @@ MomPhoneGreetingText: ; 0x1b4000
|
|||||||
line "Working hard?"
|
line "Working hard?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x1b4021: ; 0x1b4021
|
MomPhoneLandmarkText: ; 0x1b4021
|
||||||
text "Oh, so you're in"
|
text "Oh, so you're in"
|
||||||
line "@"
|
line "@"
|
||||||
text_from_ram StringBuffer3
|
text_from_ram StringBuffer3
|
||||||
@ -50,7 +50,7 @@ MomPhoneCherrygroveText: ; 0x1b40e4
|
|||||||
line "home for a bit?"
|
line "home for a bit?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x1b411c: ; 0x1b411c
|
MomOtherAreaText: ; 0x1b411c
|
||||||
text "Wow, you're in"
|
text "Wow, you're in"
|
||||||
line "@"
|
line "@"
|
||||||
text_from_ram StringBuffer3
|
text_from_ram StringBuffer3
|
||||||
@ -60,7 +60,7 @@ UnknownText_0x1b411c: ; 0x1b411c
|
|||||||
line "#MON quest!"
|
line "#MON quest!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x1b4150: ; 0x1b4150
|
MomDeterminedText: ; 0x1b4150
|
||||||
text "That sounds really"
|
text "That sounds really"
|
||||||
line "tough."
|
line "tough."
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ UnknownText_0x1b4150: ; 0x1b4150
|
|||||||
line "be OK, right?"
|
line "be OK, right?"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x1b41a7: ; 0x1b41a7
|
MomCheckBalanceText: ; 0x1b41a7
|
||||||
text "By the way, you've"
|
text "By the way, you've"
|
||||||
line "saved up ¥@"
|
line "saved up ¥@"
|
||||||
text_from_ram StringBuffer3
|
text_from_ram StringBuffer3
|
||||||
|
Loading…
Reference in New Issue
Block a user