pokecrystal/maps/BattleTowerBattleRoom.asm

153 lines
4.4 KiB
NASM
Raw Normal View History

2018-01-31 16:08:47 +00:00
const_value set 2 ; object constants
2015-11-27 05:22:14 +00:00
const BATTLETOWERBATTLEROOM_YOUNGSTER
const BATTLETOWERBATTLEROOM_RECEPTIONIST
BattleTowerBattleRoom_MapScripts:
db 2 ; scene scripts
scene_script .EnterBattleRoom
scene_script .DummyScene
db 0 ; callbacks
2015-11-27 02:05:32 +00:00
.EnterBattleRoom: ; 0x9f419
2015-11-27 05:22:14 +00:00
disappear BATTLETOWERBATTLEROOM_YOUNGSTER
2015-08-24 23:56:30 +00:00
priorityjump Script_BattleRoom
setscene 1
.DummyScene:
end
2015-08-24 23:56:30 +00:00
Script_BattleRoom: ; 0x9f421
2015-11-27 02:05:32 +00:00
applymovement PLAYER, MovementData_BattleTowerBattleRoomPlayerWalksIn
2015-08-24 23:56:30 +00:00
; beat all 7 opponents in a row
Script_BattleRoomLoop: ; 0x9f425
2015-12-08 21:06:13 +00:00
writebyte BATTLETOWERBATTLEROOM_YOUNGSTER
special LoadOpponentTrainerAndPokemonWithOTSprite
2015-11-27 05:22:14 +00:00
appear BATTLETOWERBATTLEROOM_YOUNGSTER
warpsound
2015-11-25 15:16:29 +00:00
waitsfx
2015-11-27 05:22:14 +00:00
applymovement BATTLETOWERBATTLEROOM_YOUNGSTER, MovementData_BattleTowerBattleRoomOpponentWalksIn
2015-12-09 23:25:44 +00:00
opentext
battletowertext BATTLETOWERTEXT_INTRO
2015-11-30 03:29:45 +00:00
buttonsound
2015-11-25 15:16:29 +00:00
closetext
special BattleTowerBattle ; calls predef startbattle
special FadeOutPalettes
reloadmap
2015-11-03 20:05:19 +00:00
if_not_equal $0, Script_FailedBattleTowerChallenge
2015-09-01 04:26:31 +00:00
copybytetovar wNrOfBeatenBattleTowerTrainers ; wcf64
2018-01-20 17:25:55 +00:00
if_equal BATTLETOWER_STREAK_LENGTH, Script_BeatenAllTrainers
2015-11-27 05:22:14 +00:00
applymovement BATTLETOWERBATTLEROOM_YOUNGSTER, MovementData_BattleTowerBattleRoomOpponentWalksOut
warpsound
2015-11-27 05:22:14 +00:00
disappear BATTLETOWERBATTLEROOM_YOUNGSTER
applymovement BATTLETOWERBATTLEROOM_RECEPTIONIST, MovementData_BattleTowerBattleRoomReceptionistWalksToPlayer
2015-11-27 02:05:32 +00:00
applymovement PLAYER, MovementData_BattleTowerBattleRoomPlayerTurnsToFaceReceptionist
2015-12-09 23:25:44 +00:00
opentext
2015-08-24 17:35:05 +00:00
writetext Text_YourPkmnWillBeHealedToFullHealth
2015-11-25 15:16:29 +00:00
waitbutton
closetext
playmusic MUSIC_HEAL
special FadeOutPalettes
special LoadMapPalettes
pause 60
special FadeInPalettes
special RestartMapMusic
2015-12-09 23:25:44 +00:00
opentext
2015-08-24 17:35:05 +00:00
writetext Text_NextUpOpponentNo
yesorno
2015-08-24 23:56:30 +00:00
iffalse Script_DontBattleNextOpponent
Script_ContinueAndBattleNextOpponent: ; 0x9f477
2015-11-25 15:16:29 +00:00
closetext
2015-11-27 02:05:32 +00:00
applymovement PLAYER, MovementData_BattleTowerBattleRoomPlayerTurnsToFaceNextOpponent
2015-11-27 05:22:14 +00:00
applymovement BATTLETOWERBATTLEROOM_RECEPTIONIST, MovementData_BattleTowerBattleRoomReceptionistWalksAway
2015-08-24 23:56:30 +00:00
jump Script_BattleRoomLoop
2015-08-24 23:56:30 +00:00
Script_DontBattleNextOpponent: ; 0x9f483
2015-08-24 17:35:05 +00:00
writetext Text_SaveAndEndTheSession
yesorno
2015-08-24 23:56:30 +00:00
iffalse Script_DontSaveAndEndTheSession
2015-11-27 02:05:32 +00:00
writebyte BATTLETOWERACTION_SAVELEVELGROUP ; save level group
special BattleTowerAction
2015-12-08 21:06:13 +00:00
writebyte BATTLETOWERACTION_SAVEOPTIONS ; choose reward
special BattleTowerAction
2015-12-08 21:06:13 +00:00
writebyte BATTLETOWERACTION_SAVE_AND_QUIT ; quicksave
special BattleTowerAction
playsound SFX_SAVE
2015-11-25 15:16:29 +00:00
waitsfx
special FadeOutPalettes
special Reset
2015-08-24 23:56:30 +00:00
Script_DontSaveAndEndTheSession: ; 0x9f4a3
2015-08-24 17:35:05 +00:00
writetext Text_CancelYourBattleRoomChallenge
yesorno
2015-08-24 23:56:30 +00:00
iffalse Script_ContinueAndBattleNextOpponent
2015-11-27 02:05:32 +00:00
writebyte BATTLETOWERACTION_CHALLENGECANCELED
special BattleTowerAction
2015-11-27 02:05:32 +00:00
writebyte BATTLETOWERACTION_06
special BattleTowerAction
2015-11-25 15:16:29 +00:00
closetext
special FadeOutPalettes
warpfacing UP, BATTLE_TOWER_1F, 7, 7
2015-12-09 23:25:44 +00:00
opentext
2015-11-27 02:05:32 +00:00
jump Script_BattleTowerHopeToServeYouAgain
2015-11-03 20:05:19 +00:00
Script_FailedBattleTowerChallenge:
pause 60
special BattleTowerFade
warpfacing UP, BATTLE_TOWER_1F, 7, 7
2015-11-27 02:05:32 +00:00
writebyte BATTLETOWERACTION_CHALLENGECANCELED
special BattleTowerAction
2015-12-09 23:25:44 +00:00
opentext
2015-08-24 23:56:30 +00:00
writetext Text_ThanksForVisiting
2015-11-25 15:16:29 +00:00
waitbutton
closetext
end
2015-08-24 23:56:30 +00:00
Script_BeatenAllTrainers: ; 0x9f4d9
pause 60
special BattleTowerFade
warpfacing UP, BATTLE_TOWER_1F, 7, 7
2015-11-27 02:05:32 +00:00
Script_BeatenAllTrainers2:
2015-12-09 23:25:44 +00:00
opentext
2015-08-24 23:56:30 +00:00
writetext Text_CongratulationsYouveBeatenAllTheTrainers
jump Script_GivePlayerHisPrize
2015-11-27 02:05:32 +00:00
UnreferencedScript_0x9f4eb:
writebyte BATTLETOWERACTION_CHALLENGECANCELED
special BattleTowerAction
2015-12-09 23:25:44 +00:00
opentext
2015-08-24 23:56:30 +00:00
writetext Text_TooMuchTimeElapsedNoRegister
2015-11-25 15:16:29 +00:00
waitbutton
closetext
end
2015-11-27 02:05:32 +00:00
UnreferencedScript_0x9f4f7:
writebyte BATTLETOWERACTION_CHALLENGECANCELED
special BattleTowerAction
2015-11-27 02:05:32 +00:00
writebyte BATTLETOWERACTION_06
special BattleTowerAction
2015-12-09 23:25:44 +00:00
opentext
2015-08-24 23:56:30 +00:00
writetext Text_ThanksForVisiting
2015-08-24 17:35:05 +00:00
writetext Text_WeHopeToServeYouAgain
2015-11-25 15:16:29 +00:00
waitbutton
closetext
end
2015-11-27 02:05:32 +00:00
Text_ReturnedAfterSave_Mobile:
text "You'll be returned"
line "after you SAVE."
done
2013-05-01 17:29:45 +00:00
BattleTowerBattleRoom_MapEvents:
db 0, 0 ; filler
db 2 ; warp events
warp_event 3, 7, 4, BATTLE_TOWER_HALLWAY
warp_event 4, 7, 4, BATTLE_TOWER_HALLWAY
db 0 ; coord events
db 0 ; bg events
db 2 ; object events
object_event 4, 0, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ObjectEvent, EVENT_BATTLE_TOWER_BATTLE_ROOM_YOUNGSTER
object_event 1, 6, SPRITE_RECEPTIONIST, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ObjectEvent, -1