You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove even more address comments
That should be all of them this time
This commit is contained in:
@@ -27,7 +27,6 @@ _BasementKey:
|
||||
ld [wItemEffectSucceeded], a
|
||||
ret
|
||||
|
||||
.BasementKeyScript: ; 0x507e1
|
||||
.BasementKeyScript:
|
||||
closetext
|
||||
farjump BasementDoorScript
|
||||
; 0x507e6
|
||||
|
||||
@@ -330,7 +330,7 @@ ReadBTTrainerParty:
|
||||
jr .done_trainer_name
|
||||
|
||||
.trainer_name_okay
|
||||
ld hl, wBT_OTTempName ; 0xc608
|
||||
ld hl, wBT_OTTempName
|
||||
|
||||
.done_trainer_name
|
||||
ld de, wOTPlayerName
|
||||
@@ -1564,7 +1564,7 @@ BattleTowerAction_UbersCheck: ; BattleTowerAction $19
|
||||
ld [wScriptVar], a
|
||||
ret
|
||||
|
||||
LoadOpponentTrainerAndPokemonWithOTSprite: ; 0x170b44
|
||||
LoadOpponentTrainerAndPokemonWithOTSprite:
|
||||
farcall Function_LoadOpponentTrainerAndPokemons
|
||||
ld a, [rSVBK]
|
||||
push af
|
||||
|
||||
@@ -20,11 +20,10 @@ CheckForMobileBattleRules:
|
||||
dw JumpText_NeedAtLeastThreeMon
|
||||
dw JumpText_EggDoesNotQualify
|
||||
|
||||
.ExcuseMeText: ; 0x8b1fc
|
||||
.ExcuseMeText:
|
||||
; Excuse me!
|
||||
text_jump UnknownText_0x1c5937
|
||||
db "@"
|
||||
; 0x8b201
|
||||
|
||||
_CheckForBattleTowerRules:
|
||||
ld hl, wStringBuffer2
|
||||
@@ -56,58 +55,50 @@ _CheckForBattleTowerRules:
|
||||
dw JumpText_TheMonMustNotHoldTheSameItems
|
||||
dw JumpText_YouCantTakeAnEgg
|
||||
|
||||
JumpText_ExcuseMeYoureNotReady: ; 0x8b22c
|
||||
JumpText_ExcuseMeYoureNotReady:
|
||||
; Excuse me. You're not ready.
|
||||
text_jump Text_ExcuseMeYoureNotReady
|
||||
db "@"
|
||||
; 0x8b231
|
||||
|
||||
BattleTower_PleaseReturnWhenReady:
|
||||
ld hl, .PleaseReturnWhenReady
|
||||
call PrintText
|
||||
ret
|
||||
|
||||
.PleaseReturnWhenReady: ; 0x8b238
|
||||
.PleaseReturnWhenReady:
|
||||
; Please return when you're ready.
|
||||
text_jump UnknownText_0x1c5962
|
||||
db "@"
|
||||
; 0x8b23d
|
||||
|
||||
JumpText_NeedAtLeastThreeMon: ; 0x8b23d
|
||||
JumpText_NeedAtLeastThreeMon:
|
||||
; You need at least three #MON.
|
||||
text_jump UnknownText_0x1c5983
|
||||
db "@"
|
||||
; 0x8b242
|
||||
|
||||
JumpText_EggDoesNotQualify: ; 0x8b242
|
||||
JumpText_EggDoesNotQualify:
|
||||
; Sorry, an EGG doesn't qualify.
|
||||
text_jump UnknownText_0x1c59a3
|
||||
db "@"
|
||||
; 0x8b247
|
||||
|
||||
JumpText_OnlyThreeMonMayBeEntered: ; 0x8b247
|
||||
JumpText_OnlyThreeMonMayBeEntered:
|
||||
; Only three #MON may be entered.
|
||||
text_jump Text_OnlyThreeMonMayBeEntered
|
||||
db "@"
|
||||
; 0x8b24c
|
||||
|
||||
JumpText_TheMonMustAllBeDifferentKinds: ; 0x8b24c
|
||||
JumpText_TheMonMustAllBeDifferentKinds:
|
||||
; The @ #MON must all be different kinds.
|
||||
text_jump Text_TheMonMustAllBeDifferentKinds
|
||||
db "@"
|
||||
; 0x8b251
|
||||
|
||||
JumpText_TheMonMustNotHoldTheSameItems: ; 0x8b251
|
||||
JumpText_TheMonMustNotHoldTheSameItems:
|
||||
; The @ #MON must not hold the same items.
|
||||
text_jump Text_TheMonMustNotHoldTheSameItems
|
||||
db "@"
|
||||
; 0x8b256
|
||||
|
||||
JumpText_YouCantTakeAnEgg: ; 0x8b256
|
||||
JumpText_YouCantTakeAnEgg:
|
||||
; You can't take an EGG!
|
||||
text_jump Text_YouCantTakeAnEgg
|
||||
db "@"
|
||||
; 0x8b25b
|
||||
|
||||
BattleTower_ExecuteJumptable:
|
||||
ld bc, 0
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -27,21 +27,19 @@ BuenasPassword:
|
||||
ld [wScriptVar], a
|
||||
ret
|
||||
|
||||
.MenuHeader: ; 0x8afa9
|
||||
.MenuHeader:
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 0, 0, 10, 7
|
||||
dw .MenuData
|
||||
db 1 ; default option
|
||||
; 0x8afb1
|
||||
|
||||
db 0
|
||||
|
||||
.MenuData: ; 0x8afb2
|
||||
.MenuData:
|
||||
db STATICMENU_CURSOR | STATICMENU_DISABLE_B ; flags
|
||||
db 0 ; items
|
||||
dw .PasswordIndices
|
||||
dw .PlacePasswordChoices
|
||||
; 0x8afb4
|
||||
|
||||
.PasswordIndices:
|
||||
db NUM_PASSWORDS_PER_CATEGORY
|
||||
@@ -148,40 +146,34 @@ BuenaPrize:
|
||||
call PlayClickSFX
|
||||
ret
|
||||
|
||||
.Text_AskWhichPrize: ; 0x8b072
|
||||
.Text_AskWhichPrize:
|
||||
; Which prize would you like?
|
||||
text_jump UnknownText_0x1c589f
|
||||
db "@"
|
||||
; 0x8b077
|
||||
|
||||
.Text_IsThatRight: ; 0x8b077
|
||||
.Text_IsThatRight:
|
||||
; ? Is that right?
|
||||
text_jump UnknownText_0x1c58bc
|
||||
db "@"
|
||||
; 0x8b07c
|
||||
|
||||
.Text_HereYouGo: ; Here you go!
|
||||
text_jump UnknownText_0x1c58d1
|
||||
db "@"
|
||||
; 0x8b081
|
||||
|
||||
.Text_NotEnoughPoints: ; 0x8b081
|
||||
.Text_NotEnoughPoints:
|
||||
; You don't have enough points.
|
||||
text_jump UnknownText_0x1c58e0
|
||||
db "@"
|
||||
; 0x8b086
|
||||
|
||||
.Text_NoRoom: ; 0x8b086
|
||||
.Text_NoRoom:
|
||||
; You have no room for it.
|
||||
text_jump UnknownText_0x1c58ff
|
||||
db "@"
|
||||
; 0x8b08b
|
||||
|
||||
.Text_PleaseComeBackAgain: ; 0x8b08b
|
||||
.Text_PleaseComeBackAgain:
|
||||
; Oh. Please come back again!
|
||||
text_jump UnknownText_0x1c591a
|
||||
db "@"
|
||||
; 0x8b090
|
||||
|
||||
Buena_DisplayBlueCardBalance:
|
||||
ld hl, BlueCardBalanceMenuHeader
|
||||
@@ -220,7 +212,7 @@ PrintBlueCardBalance:
|
||||
.Points_string:
|
||||
db "Points@"
|
||||
|
||||
BlueCardBalanceMenuHeader: ; 0x8b0d1
|
||||
BlueCardBalanceMenuHeader:
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 0, 11, 11, 13
|
||||
|
||||
@@ -229,7 +221,7 @@ Buena_PlacePrizeMenuBox:
|
||||
call LoadMenuHeader
|
||||
ret
|
||||
|
||||
.MenuHeader ; 0x8b0dd
|
||||
.MenuHeader
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 0, 0, 17, TEXTBOX_Y - 1
|
||||
|
||||
@@ -259,16 +251,15 @@ Buena_PrizeMenu:
|
||||
xor a
|
||||
ret
|
||||
|
||||
.MenuHeader: ; 0x8b113
|
||||
.MenuHeader:
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 1, 1, 16, 9
|
||||
dw .MenuData
|
||||
db 1 ; default option
|
||||
; 0x8b11b
|
||||
|
||||
db 0
|
||||
|
||||
.MenuData: ; 0x8b11c
|
||||
.MenuData:
|
||||
db SCROLLINGMENU_DISPLAY_ARROWS ; flags
|
||||
db 4, 13 ; rows, columns
|
||||
db 1 ; spacing
|
||||
|
||||
@@ -32,7 +32,7 @@ BugContest_SetCaughtContestMon:
|
||||
ld hl, wContestMon
|
||||
jp GeneratePartyMonStats
|
||||
|
||||
.caughttext ; 0xe71d
|
||||
.caughttext
|
||||
; Caught @ !
|
||||
text_jump UnknownText_0x1c10c0
|
||||
db "@"
|
||||
|
||||
@@ -6,7 +6,7 @@ GiveParkBalls:
|
||||
farcall StartBugContestTimer
|
||||
ret
|
||||
|
||||
BugCatchingContestBattleScript:: ; 0x135eb
|
||||
BugCatchingContestBattleScript::
|
||||
writecode VAR_BATTLETYPE, BATTLETYPE_CONTEST
|
||||
randomwildmon
|
||||
startbattle
|
||||
@@ -15,29 +15,29 @@ BugCatchingContestBattleScript:: ; 0x135eb
|
||||
iffalse BugCatchingContestOutOfBallsScript
|
||||
end
|
||||
|
||||
BugCatchingContestOverScript:: ; 0x135f8
|
||||
BugCatchingContestOverScript::
|
||||
playsound SFX_ELEVATOR_END
|
||||
opentext
|
||||
writetext BugCatchingContestText_BeeepTimesUp
|
||||
waitbutton
|
||||
jump BugCatchingContestReturnToGateScript
|
||||
|
||||
BugCatchingContestOutOfBallsScript: ; 0x13603
|
||||
BugCatchingContestOutOfBallsScript:
|
||||
playsound SFX_ELEVATOR_END
|
||||
opentext
|
||||
writetext BugCatchingContestText_ContestIsOver
|
||||
waitbutton
|
||||
|
||||
BugCatchingContestReturnToGateScript: ; 0x1360b
|
||||
BugCatchingContestReturnToGateScript:
|
||||
closetext
|
||||
jumpstd bugcontestresultswarp
|
||||
|
||||
BugCatchingContestText_BeeepTimesUp: ; 0x1360f
|
||||
BugCatchingContestText_BeeepTimesUp:
|
||||
; ANNOUNCER: BEEEP! Time's up!
|
||||
text_jump UnknownText_0x1bd2ca
|
||||
db "@"
|
||||
|
||||
BugCatchingContestText_ContestIsOver: ; 0x13614
|
||||
BugCatchingContestText_ContestIsOver:
|
||||
; ANNOUNCER: The Contest is over!
|
||||
text_jump UnknownText_0x1bd2e7
|
||||
db "@"
|
||||
|
||||
@@ -96,7 +96,7 @@ DisplayAlreadyCaughtText:
|
||||
ld hl, .AlreadyCaughtText
|
||||
jp PrintText
|
||||
|
||||
.AlreadyCaughtText: ; 0xcc0d0
|
||||
.AlreadyCaughtText:
|
||||
; You already caught a @ .
|
||||
text_jump UnknownText_0x1c10dd
|
||||
db "@"
|
||||
|
||||
@@ -25,7 +25,7 @@ _BugContestJudging:
|
||||
call PrintText
|
||||
jp BugContest_GetPlayersResult
|
||||
|
||||
BugContest_FirstPlaceText: ; 0x136eb
|
||||
BugContest_FirstPlaceText:
|
||||
text_jump ContestJudging_FirstPlaceText
|
||||
start_asm
|
||||
ld de, SFX_1ST_PLACE
|
||||
@@ -34,13 +34,12 @@ BugContest_FirstPlaceText: ; 0x136eb
|
||||
ld hl, BugContest_FirstPlaceScoreText
|
||||
ret
|
||||
|
||||
BugContest_FirstPlaceScoreText: ; 0x136fd
|
||||
BugContest_FirstPlaceScoreText:
|
||||
; The winning score was @ points!
|
||||
text_jump ContestJudging_FirstPlaceScoreText
|
||||
db "@"
|
||||
; 0x13702
|
||||
|
||||
BugContest_SecondPlaceText: ; 0x13702
|
||||
BugContest_SecondPlaceText:
|
||||
; Placing second was @ , who caught a @ !@ @
|
||||
text_jump ContestJudging_SecondPlaceText
|
||||
start_asm
|
||||
@@ -50,13 +49,12 @@ BugContest_SecondPlaceText: ; 0x13702
|
||||
ld hl, BugContest_SecondPlaceScoreText
|
||||
ret
|
||||
|
||||
BugContest_SecondPlaceScoreText: ; 0x13714
|
||||
BugContest_SecondPlaceScoreText:
|
||||
; The score was @ points!
|
||||
text_jump ContestJudging_SecondPlaceScoreText
|
||||
db "@"
|
||||
; 0x13719
|
||||
|
||||
BugContest_ThirdPlaceText: ; 0x13719
|
||||
BugContest_ThirdPlaceText:
|
||||
; Placing third was @ , who caught a @ !@ @
|
||||
text_jump ContestJudging_ThirdPlaceText
|
||||
start_asm
|
||||
@@ -66,11 +64,10 @@ BugContest_ThirdPlaceText: ; 0x13719
|
||||
ld hl, BugContest_ThirdPlaceScoreText
|
||||
ret
|
||||
|
||||
BugContest_ThirdPlaceScoreText: ; 0x1372b
|
||||
BugContest_ThirdPlaceScoreText:
|
||||
; The score was @ points!
|
||||
text_jump ContestJudging_ThirdPlaceScoreText
|
||||
db "@"
|
||||
; 0x13730
|
||||
|
||||
LoadContestantName:
|
||||
; If a = 1, get your name.
|
||||
|
||||
@@ -32,7 +32,6 @@ _CardKey:
|
||||
ld [wItemEffectSucceeded], a
|
||||
ret
|
||||
|
||||
.CardKeyScript: ; 0x507af
|
||||
.CardKeyScript:
|
||||
closetext
|
||||
farjump CardKeySlotScript
|
||||
; 0x507b4
|
||||
|
||||
@@ -166,11 +166,10 @@ DayCareAskDepositPokemon:
|
||||
scf
|
||||
ret
|
||||
|
||||
.DummyText: ; 0x167f1
|
||||
.DummyText:
|
||||
;
|
||||
text_jump UnknownText_0x1bdaa7
|
||||
db "@"
|
||||
; 0x167f6
|
||||
|
||||
DayCare_DepositPokemonText:
|
||||
ld a, DAYCARETEXT_DEPOSIT
|
||||
@@ -296,125 +295,105 @@ PrintDayCareText:
|
||||
dw .OhFineThen ; 12
|
||||
dw .ComeAgain ; 13
|
||||
|
||||
.DayCareManIntro: ; 0x168d2
|
||||
.DayCareManIntro:
|
||||
; I'm the DAY-CARE MAN. Want me to raise a #MON?
|
||||
text_jump UnknownText_0x1bdaa9
|
||||
db "@"
|
||||
; 0x168d7
|
||||
|
||||
.DayCareManOddEgg: ; 0x168d7
|
||||
.DayCareManOddEgg:
|
||||
; I'm the DAY-CARE MAN. Do you know about EGGS? I was raising #MON with my wife, you see. We were shocked to find an EGG! How incredible is that? So, want me to raise a #MON?
|
||||
text_jump UnknownText_0x1bdad8
|
||||
db "@"
|
||||
; 0x168dc
|
||||
|
||||
.DayCareLadyIntro: ; 0x168dc
|
||||
.DayCareLadyIntro:
|
||||
; I'm the DAY-CARE LADY. Should I raise a #MON for you?
|
||||
text_jump UnknownText_0x1bdb85
|
||||
db "@"
|
||||
; 0x168e1
|
||||
|
||||
.DayCareLadyOddEgg: ; 0x168e1
|
||||
.DayCareLadyOddEgg:
|
||||
; I'm the DAY-CARE LADY. Do you know about EGGS? My husband and I were raising some #MON, you see. We were shocked to find an EGG! How incredible could that be? Should I raise a #MON for you?
|
||||
text_jump UnknownText_0x1bdbbb
|
||||
db "@"
|
||||
; 0x168e6
|
||||
|
||||
.WhichOne: ; 0x168e6
|
||||
.WhichOne:
|
||||
; What should I raise for you?
|
||||
text_jump UnknownText_0x1bdc79
|
||||
db "@"
|
||||
; 0x168eb
|
||||
|
||||
.JustOneMon: ; 0x168eb
|
||||
.JustOneMon:
|
||||
; Oh? But you have just one #MON.
|
||||
text_jump UnknownText_0x1bdc97
|
||||
db "@"
|
||||
; 0x168f0
|
||||
|
||||
.CantAcceptEgg: ; 0x168f0
|
||||
.CantAcceptEgg:
|
||||
; Sorry, but I can't accept an EGG.
|
||||
text_jump UnknownText_0x1bdcb8
|
||||
db "@"
|
||||
; 0x168f5
|
||||
|
||||
.RemoveMail: ; 0x168f5
|
||||
.RemoveMail:
|
||||
; Remove MAIL before you come see me.
|
||||
text_jump UnknownText_0x1bdcda
|
||||
db "@"
|
||||
; 0x168fa
|
||||
|
||||
.LastHealthyMon: ; 0x168fa
|
||||
.LastHealthyMon:
|
||||
; If you give me that, what will you battle with?
|
||||
text_jump UnknownText_0x1bdcff
|
||||
db "@"
|
||||
; 0x168ff
|
||||
|
||||
.OkayIllRaiseYourMon: ; 0x168ff
|
||||
.OkayIllRaiseYourMon:
|
||||
; OK. I'll raise your @ .
|
||||
text_jump UnknownText_0x1bdd30
|
||||
db "@"
|
||||
; 0x16904
|
||||
|
||||
.ComeBackForItLater: ; 0x16904
|
||||
.ComeBackForItLater:
|
||||
; Come back for it later.
|
||||
text_jump UnknownText_0x1bdd4b
|
||||
db "@"
|
||||
; 0x16909
|
||||
|
||||
.AreWeGeniusesOrWhat: ; 0x16909
|
||||
.AreWeGeniusesOrWhat:
|
||||
; Are we geniuses or what? Want to see your @ ?
|
||||
text_jump UnknownText_0x1bdd64
|
||||
db "@"
|
||||
; 0x1690e
|
||||
|
||||
.AskRetrieveMon: ; 0x1690e
|
||||
.AskRetrieveMon:
|
||||
; Your @ has grown a lot. By level, it's grown by @ . If you want your #MON back, it will cost ¥@ .
|
||||
text_jump UnknownText_0x1bdd96
|
||||
db "@"
|
||||
; 0x16913
|
||||
|
||||
.PerfectHeresYourMon: ; 0x16913
|
||||
.PerfectHeresYourMon:
|
||||
; Perfect! Here's your #MON.
|
||||
text_jump UnknownText_0x1bde04
|
||||
db "@"
|
||||
; 0x16918
|
||||
|
||||
.GotBackMon: ; 0x16918
|
||||
.GotBackMon:
|
||||
; got back @ .
|
||||
text_jump UnknownText_0x1bde1f
|
||||
db "@"
|
||||
; 0x1691d
|
||||
|
||||
.ImmediatelyWithdrawMon: ; 0x1691d
|
||||
.ImmediatelyWithdrawMon:
|
||||
; Huh? Back already? Your @ needs a little more time with us. If you want your #MON back, it will cost ¥100.
|
||||
text_jump UnknownText_0x1bde32
|
||||
db "@"
|
||||
; 0x16922
|
||||
|
||||
.PartyFull: ; 0x16922
|
||||
.PartyFull:
|
||||
; You have no room for it.
|
||||
text_jump UnknownText_0x1bdea2
|
||||
db "@"
|
||||
; 0x16927
|
||||
|
||||
.NotEnoughMoney: ; 0x16927
|
||||
.NotEnoughMoney:
|
||||
; You don't have enough money.
|
||||
text_jump UnknownText_0x1bdebc
|
||||
db "@"
|
||||
; 0x1692c
|
||||
|
||||
.OhFineThen: ; 0x1692c
|
||||
.OhFineThen:
|
||||
; Oh, fine then.
|
||||
text_jump UnknownText_0x1bded9
|
||||
db "@"
|
||||
; 0x16931
|
||||
|
||||
.ComeAgain: ; 0x16931
|
||||
.ComeAgain:
|
||||
; Come again.
|
||||
text_jump UnknownText_0x1bdee9
|
||||
db "@"
|
||||
; 0x16936
|
||||
|
||||
DayCareManOutside:
|
||||
ld hl, wDayCareMan
|
||||
@@ -424,11 +403,10 @@ DayCareManOutside:
|
||||
call PrintText
|
||||
ret
|
||||
|
||||
.NotYet: ; 0x16944
|
||||
.NotYet:
|
||||
; Not yet…
|
||||
text_jump UnknownText_0x1bdef6
|
||||
db "@"
|
||||
; 0x16949
|
||||
|
||||
.AskGiveEgg:
|
||||
ld hl, .IntroText
|
||||
@@ -467,35 +445,30 @@ DayCareManOutside:
|
||||
ld [wScriptVar], a
|
||||
ret
|
||||
|
||||
.IntroText: ; 0x16993
|
||||
.IntroText:
|
||||
; Ah, it's you! We were raising your #MON, and my goodness, were we surprised! Your #MON had an EGG! We don't know how it got there, but your #MON had it. You want it?
|
||||
text_jump UnknownText_0x1bdf00
|
||||
db "@"
|
||||
; 0x16998
|
||||
|
||||
.GotEggText: ; 0x16998
|
||||
.GotEggText:
|
||||
; received the EGG!
|
||||
text_jump UnknownText_0x1bdfa5
|
||||
db "@"
|
||||
; 0x1699d
|
||||
|
||||
.TakeGoodCareOfItText: ; 0x1699d
|
||||
.TakeGoodCareOfItText:
|
||||
; Take good care of it.
|
||||
text_jump UnknownText_0x1bdfba
|
||||
db "@"
|
||||
; 0x169a2
|
||||
|
||||
.IllKeepItThanksText: ; 0x169a2
|
||||
.IllKeepItThanksText:
|
||||
; Well then, I'll keep it. Thanks!
|
||||
text_jump UnknownText_0x1bdfd1
|
||||
db "@"
|
||||
; 0x169a7
|
||||
|
||||
.PartyFullText: ; 0x169a7
|
||||
.PartyFullText:
|
||||
; You have no room in your party. Come back later.
|
||||
text_jump UnknownText_0x1bdff2
|
||||
db "@"
|
||||
; 0x169ac
|
||||
|
||||
DayCare_GiveEgg:
|
||||
ld a, [wEggMonLevel]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
GiveDratini: ; 0x8b170
|
||||
GiveDratini:
|
||||
; if wScriptVar is 0 or 1, change the moveset of the last Dratini in the party.
|
||||
; 0: give it a special moveset with Extremespeed.
|
||||
; 1: give it the normal moveset of a level 15 Dratini.
|
||||
@@ -84,7 +84,7 @@ GiveDratini: ; 0x8b170
|
||||
db TWISTER
|
||||
db 0
|
||||
|
||||
.GetNthPartyMon: ; 0x8b1ce
|
||||
.GetNthPartyMon:
|
||||
; inputs:
|
||||
; hl must be set to 0 before calling this function.
|
||||
; a must be set to the number of Pokémon in the party.
|
||||
|
||||
@@ -137,11 +137,10 @@ Elevator_AskWhichFloor:
|
||||
scf
|
||||
ret
|
||||
|
||||
Elevator_WhichFloorText: ; 0x1350d
|
||||
Elevator_WhichFloorText:
|
||||
; Which floor?
|
||||
text_jump UnknownText_0x1bd2bc
|
||||
db "@"
|
||||
; 0x13512
|
||||
|
||||
|
||||
Elevator_GetCurrentFloorText:
|
||||
@@ -178,14 +177,13 @@ Elevator_GetCurrentFloorString:
|
||||
call GetFloorString
|
||||
ret
|
||||
|
||||
Elevator_MenuHeader: ; 0x13550
|
||||
Elevator_MenuHeader:
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 12, 1, 18, 9
|
||||
dw Elevator_MenuData
|
||||
db 1 ; default option
|
||||
; 0x13558
|
||||
|
||||
Elevator_MenuData: ; 0x13558
|
||||
Elevator_MenuData:
|
||||
db SCROLLINGMENU_DISPLAY_ARROWS ; flags
|
||||
db 4, 0 ; rows, columns
|
||||
db 1 ; horizontal spacing
|
||||
|
||||
@@ -1,60 +1,51 @@
|
||||
Script_ForcedMovement:: ; 0x1253d
|
||||
Script_ForcedMovement::
|
||||
checkcode VAR_FACING
|
||||
ifequal DOWN, .down
|
||||
ifequal UP, .up
|
||||
ifequal LEFT, .left
|
||||
ifequal RIGHT, .right
|
||||
end
|
||||
; 0x12550
|
||||
|
||||
.up ; 0x12550
|
||||
.up
|
||||
applymovement PLAYER, .MovementData_up
|
||||
end
|
||||
; 0x12555
|
||||
|
||||
.down ; 0x12555
|
||||
.down
|
||||
applymovement PLAYER, .MovementData_down
|
||||
end
|
||||
; 0x1255a
|
||||
|
||||
.right ; 0x1255a
|
||||
.right
|
||||
applymovement PLAYER, .MovementData_right
|
||||
end
|
||||
; 0x1255f
|
||||
|
||||
.left ; 0x1255f
|
||||
.left
|
||||
applymovement PLAYER, .MovementData_left
|
||||
end
|
||||
; 0x12564
|
||||
|
||||
.MovementData_up: ; 0x12564
|
||||
.MovementData_up:
|
||||
step_dig 16
|
||||
turn_in DOWN
|
||||
step_dig 16
|
||||
turn_head DOWN
|
||||
step_end
|
||||
; 0x1256b
|
||||
|
||||
.MovementData_down: ; 0x1256b
|
||||
.MovementData_down:
|
||||
step_dig 16
|
||||
turn_in UP
|
||||
step_dig 16
|
||||
turn_head UP
|
||||
step_end
|
||||
; 0x12572
|
||||
|
||||
.MovementData_right: ; 0x12572
|
||||
.MovementData_right:
|
||||
step_dig 16
|
||||
turn_in LEFT
|
||||
step_dig 16
|
||||
turn_head LEFT
|
||||
step_end
|
||||
; 0x12579
|
||||
|
||||
.MovementData_left: ; 0x12579
|
||||
.MovementData_left:
|
||||
step_dig 16
|
||||
turn_in RIGHT
|
||||
step_dig 16
|
||||
turn_head RIGHT
|
||||
step_end
|
||||
; 0x12580
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
HALLOFFAME_COLON EQU $63
|
||||
|
||||
HallOfFame:: ; 0x8640e
|
||||
HallOfFame::
|
||||
call HallOfFame_FadeOutMusic
|
||||
ld a, [wStatusFlags]
|
||||
push af
|
||||
@@ -33,7 +33,6 @@ HallOfFame:: ; 0x8640e
|
||||
ld b, a
|
||||
farcall Credits
|
||||
ret
|
||||
; 0x86455
|
||||
|
||||
RedCredits::
|
||||
ld a, LOW(MUSIC_NONE)
|
||||
|
||||
@@ -26,31 +26,27 @@ ItemFinder:
|
||||
jr nz, .sfx_loop
|
||||
ret
|
||||
|
||||
.Script_FoundSomething: ; 0x125ad
|
||||
.Script_FoundSomething:
|
||||
reloadmappart
|
||||
special UpdateTimePals
|
||||
callasm .ItemfinderSound
|
||||
writetext .Text_FoundSomething
|
||||
closetext
|
||||
end
|
||||
; 0x125ba
|
||||
|
||||
.Script_FoundNothing: ; 0x125ba
|
||||
.Script_FoundNothing:
|
||||
reloadmappart
|
||||
special UpdateTimePals
|
||||
writetext .Text_FoundNothing
|
||||
closetext
|
||||
end
|
||||
; 0x125c3
|
||||
|
||||
.Text_FoundSomething: ; 0x125c3
|
||||
.Text_FoundSomething:
|
||||
; Yes! ITEMFINDER indicates there's an item nearby.
|
||||
text_jump UnknownText_0x1c0a77
|
||||
db "@"
|
||||
; 0x125c8
|
||||
|
||||
.Text_FoundNothing: ; 0x125c8
|
||||
.Text_FoundNothing:
|
||||
; Nope! ITEMFINDER isn't responding.
|
||||
text_jump UnknownText_0x1c0aa9
|
||||
db "@"
|
||||
; 0x125cd
|
||||
|
||||
@@ -3,22 +3,20 @@ Kurt_PrintTextWhichApricorn:
|
||||
call PrintText
|
||||
ret
|
||||
|
||||
.Text: ; 0x88007
|
||||
.Text:
|
||||
; Which APRICORN should I use?
|
||||
text_jump UnknownText_0x1bc06b
|
||||
db "@"
|
||||
; 0x8800c
|
||||
|
||||
Kurt_PrintTextHowMany:
|
||||
ld hl, .Text
|
||||
call PrintText
|
||||
ret
|
||||
|
||||
.Text: ; 0x88013
|
||||
.Text:
|
||||
; How many should I make?
|
||||
text_jump UnknownText_0x1bc089
|
||||
db "@"
|
||||
; 0x88018
|
||||
|
||||
SelectApricornForKurt:
|
||||
call LoadStandardMenuHeader
|
||||
@@ -79,16 +77,15 @@ Kurt_SelectApricorn:
|
||||
ld c, a
|
||||
ret
|
||||
|
||||
.MenuHeader: ; 0x88086
|
||||
.MenuHeader:
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 1, 1, 13, 10
|
||||
dw .MenuData
|
||||
db 1 ; default option
|
||||
; 0x8808e
|
||||
|
||||
db 0 ; XXX
|
||||
|
||||
.MenuData: ; 0x8808f
|
||||
.MenuData:
|
||||
db SCROLLINGMENU_DISPLAY_ARROWS ; flags
|
||||
db 4, 7
|
||||
db 1
|
||||
@@ -150,7 +147,7 @@ Kurt_SelectQuantity:
|
||||
call CloseWindow
|
||||
ret
|
||||
|
||||
.MenuHeader: ; 0x8810d
|
||||
.MenuHeader:
|
||||
db MENU_BACKUP_TILES ; flags
|
||||
menu_coords 6, 9, SCREEN_WIDTH - 1, 12
|
||||
dw NULL
|
||||
|
||||
@@ -206,12 +206,12 @@ CheckForLuckyNumberWinners:
|
||||
dba sBox13
|
||||
dba sBox14
|
||||
|
||||
.FoundPartymonText: ; 0x4d9c9
|
||||
.FoundPartymonText:
|
||||
; Congratulations! We have a match with the ID number of @ in your party.
|
||||
text_jump UnknownText_0x1c1261
|
||||
db "@"
|
||||
|
||||
.FoundBoxmonText: ; 0x4d9ce
|
||||
.FoundBoxmonText:
|
||||
; Congratulations! We have a match with the ID number of @ in your PC BOX.
|
||||
text_jump UnknownText_0x1c12ae
|
||||
db "@"
|
||||
|
||||
@@ -71,11 +71,10 @@ CheckMagikarpLength:
|
||||
ld [wScriptVar], a
|
||||
ret
|
||||
|
||||
.MeasureItText: ; 0xfbba9
|
||||
.MeasureItText:
|
||||
; Let me measure that MAGIKARP. …Hm, it measures @ .
|
||||
text_jump UnknownText_0x1c1203
|
||||
db "@"
|
||||
; 0xfbbae
|
||||
|
||||
Magikarp_LoadFeetInchesChars:
|
||||
ld hl, vTiles2 tile "′" ; $6e
|
||||
@@ -315,8 +314,7 @@ MagikarpHouseSign:
|
||||
call PrintText
|
||||
ret
|
||||
|
||||
.CurrentRecordtext: ; 0xfbce8
|
||||
.CurrentRecordtext:
|
||||
; "CURRENT RECORD"
|
||||
text_jump UnknownText_0x1c123a
|
||||
db "@"
|
||||
; 0xfbced
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Script_AbortBugContest: ; 0x122c1
|
||||
Script_AbortBugContest:
|
||||
checkflag ENGINE_BUG_CONTEST_TIMER
|
||||
iffalse .finish
|
||||
setflag ENGINE_DAILY_BUG_CONTEST
|
||||
@@ -6,7 +6,7 @@ Script_AbortBugContest: ; 0x122c1
|
||||
.finish
|
||||
end
|
||||
|
||||
FindItemInBallScript:: ; 0x122ce
|
||||
FindItemInBallScript::
|
||||
callasm .TryReceiveItem
|
||||
iffalse .no_room
|
||||
disappear LAST_TALKED
|
||||
@@ -17,9 +17,8 @@ FindItemInBallScript:: ; 0x122ce
|
||||
itemnotify
|
||||
closetext
|
||||
end
|
||||
; 0x122e3
|
||||
|
||||
.no_room ; 0x122e3
|
||||
.no_room
|
||||
opentext
|
||||
writetext .text_found
|
||||
waitbutton
|
||||
@@ -27,19 +26,16 @@ FindItemInBallScript:: ; 0x122ce
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
; 0x122ee
|
||||
|
||||
.text_found ; 0x122ee
|
||||
.text_found
|
||||
; found @ !
|
||||
text_jump UnknownText_0x1c0a1c
|
||||
db "@"
|
||||
; 0x122f3
|
||||
|
||||
.text_bag_full ; 0x122f3
|
||||
.text_bag_full
|
||||
; But can't carry any more items.
|
||||
text_jump UnknownText_0x1c0a2c
|
||||
db "@"
|
||||
; 0x122f8
|
||||
|
||||
.TryReceiveItem:
|
||||
xor a
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user