Trainer constants; Primo and badge commands; trmsg in json

This commit is contained in:
PikalaxALT 2021-12-28 10:34:16 -05:00
parent d02c29a087
commit 159bc83ea1
636 changed files with 10767 additions and 1275 deletions

View File

@ -828,7 +828,7 @@
.short \arg5
.endm
.macro scrcmd_138 arg0, arg1
.macro give_egg arg0, arg1
.short 138
.short \arg0
.short \arg1
@ -1167,7 +1167,7 @@
.byte \arg0
.endm
.macro scrcmd_202 arg0, arg1, arg2, arg3
.macro buffer_species_name_custom arg0, arg1, arg2, arg3
.short 202
.byte \arg0
.short \arg1
@ -1268,11 +1268,11 @@
.short \arg0
.endm
.macro scrcmd_219
.macro white_out
.short 219
.endm
.macro scrcmd_220 arg0
.macro check_battle_won arg0
.short 220
.short \arg0
.endm
@ -1647,18 +1647,18 @@
.short 293
.endm
.macro scrcmd_294 arg0, arg1
.macro check_badge arg0, arg1
.short 294
.short \arg0
.short \arg1
.endm
.macro scrcmd_295 arg0
.macro give_badge arg0
.short 295
.short \arg0
.endm
.macro scrcmd_296 arg0
.macro count_badges arg0
.short 296
.short \arg0
.endm
@ -2746,7 +2746,7 @@
.short \arg2
.endm
.macro scrcmd_493 arg0, arg1, arg2
.macro prompt_easy_chat arg0, arg1, arg2
.short 493
.short \arg0
.short \arg1
@ -2776,7 +2776,7 @@
.short \arg2
.endm
.macro scrcmd_498 arg0, arg1, arg2, arg3, arg4
.macro primo_password_check_1 arg0, arg1, arg2, arg3, arg4
.short 498
.short \arg0
.short \arg1
@ -2785,7 +2785,7 @@
.short \arg4
.endm
.macro scrcmd_499 arg0, arg1, arg2, arg3, arg4
.macro primo_password_check_2 arg0, arg1, arg2, arg3, arg4
.short 499
.short \arg0
.short \arg1
@ -2870,7 +2870,7 @@
.short \arg0
.endm
.macro scrcmd_515 arg0
.macro add_special_game_stat arg0
.short 515
.short \arg0
.endm
@ -4288,7 +4288,7 @@
.short \arg1
.endm
.macro scrcmd_776
.macro give_togepi_egg
.short 776
.endm

View File

@ -60721,8 +60721,8 @@ _022020C4:
.balign 4, 0
thumb_func_end ScrCmd_770
thumb_func_start ScrCmd_776
ScrCmd_776: ; 0x022020CC
thumb_func_start ScrCmd_GiveTogepiEgg
ScrCmd_GiveTogepiEgg: ; 0x022020CC
push {r3, r4, r5, r6, r7, lr}
sub sp, #0x10
add r0, #0x80
@ -60822,7 +60822,7 @@ _02202138:
pop {r3, r4, r5, r6, r7, pc}
.balign 4, 0
_022021A8: .word 0x00000146
thumb_func_end ScrCmd_776
thumb_func_end ScrCmd_GiveTogepiEgg
thumb_func_start ScrCmd_777
ScrCmd_777: ; 0x022021AC

View File

@ -11883,7 +11883,7 @@ ov80_0222F6E0: ; 0x0222F6E0
ldr r0, _0222F704 ; =0x000004FC
ldr r5, [r4, r0]
ldr r0, [r5, #0x14]
bl sub_02052554
bl IsBattleResultWin
str r0, [r4, #0x14]
add r0, r5, #0
bl sub_02051BF8
@ -14641,7 +14641,7 @@ ov80_02230CE8: ; 0x02230CE8
lsl r0, r0, #8
ldr r5, [r4, r0]
ldr r0, [r5, #0x14]
bl sub_02052554
bl IsBattleResultWin
str r0, [r4, #0x14]
add r0, r5, #0
bl sub_02051BF8
@ -16729,7 +16729,7 @@ _02231D84:
bl sub_02074740
_02231DA8:
ldr r0, [r5, #0x14]
bl sub_02052554
bl IsBattleResultWin
str r0, [r4, #0x1c]
add r0, r5, #0
bl sub_02051BF8
@ -19956,7 +19956,7 @@ ov80_02233770: ; 0x02233770
strb r0, [r6, #0x1d]
ldr r0, [sp, #8]
ldr r0, [r0, #0x14]
bl sub_02052554
bl IsBattleResultWin
str r0, [r6, #0x28]
ldrb r0, [r6, #0x13]
cmp r0, #0x1b
@ -24033,7 +24033,7 @@ ov80_02235674: ; 0x02235674
lsl r0, r0, #4
ldr r5, [r4, r0]
ldr r0, [r5, #0x14]
bl sub_02052554
bl IsBattleResultWin
ldr r1, _022356A8 ; =0x000008CC
str r0, [r4, r1]
ldr r0, [r4, r1]

View File

@ -186,7 +186,7 @@ gScriptCmdTable:
.word ScrCmd_135 ; 135
.word ScrCmd_136 ; 136
.word ScrCmd_137 ; 137
.word ScrCmd_138 ; 138
.word ScrCmd_GiveEgg ; 138
.word ScrCmd_139 ; 139
.word ScrCmd_140 ; 140
.word ScrCmd_141 ; 141
@ -250,7 +250,7 @@ gScriptCmdTable:
.word ScrCmd_BufferPartyMonNick ; 199
.word ScrCmd_200 ; 200
.word ScrCmd_201 ; 201
.word ScrCmd_202 ; 202
.word ScrCmd_BufferSpeciesNameCustom ; 202
.word ScrCmd_203 ; 203
.word ScrCmd_204 ; 204
.word ScrCmd_205 ; 205
@ -267,8 +267,8 @@ gScriptCmdTable:
.word ScrCmd_216 ; 216
.word ScrCmd_217 ; 217
.word ScrCmd_218 ; 218
.word ScrCmd_219 ; 219
.word ScrCmd_220 ; 220
.word ScrCmd_WhiteOut ; 219
.word ScrCmd_CheckBattleWon ; 220
.word ScrCmd_221 ; 221
.word ScrCmd_222 ; 222
.word ScrCmd_223 ; 223
@ -342,9 +342,9 @@ gScriptCmdTable:
.word ScrCmd_291 ; 291
.word ScrCmd_292 ; 292
.word ScrCmd_293 ; 293
.word ScrCmd_294 ; 294
.word ScrCmd_295 ; 295
.word ScrCmd_296 ; 296
.word ScrCmd_CheckBadge ; 294
.word ScrCmd_GiveBadge ; 295
.word ScrCmd_CountBadges ; 296
.word ScrCmd_297 ; 297
.word ScrCmd_298 ; 298
.word ScrCmd_299 ; 299
@ -541,13 +541,13 @@ gScriptCmdTable:
.word ScrCmd_490 ; 490
.word ScrCmd_491 ; 491
.word ScrCmd_492 ; 492
.word ScrCmd_493 ; 493
.word ScrCmd_PromptEasyChat ; 493
.word ScrCmd_494 ; 494
.word ScrCmd_495 ; 495
.word ScrCmd_496 ; 496
.word ScrCmd_497 ; 497
.word ScrCmd_498 ; 498
.word ScrCmd_499 ; 499
.word ScrCmd_PrimoPasswordCheck1 ; 498
.word ScrCmd_PrimoPasswordCheck2 ; 499
.word ScrCmd_500 ; 500
.word ScrCmd_501 ; 501
.word ScrCmd_502 ; 502
@ -563,7 +563,7 @@ gScriptCmdTable:
.word ScrCmd_512 ; 512
.word ScrCmd_513 ; 513
.word ScrCmd_514 ; 514
.word ScrCmd_515 ; 515
.word ScrCmd_AddSpecialGameStat ; 515
.word ScrCmd_516 ; 516
.word ScrCmd_517 ; 517
.word ScrCmd_518 ; 518
@ -824,7 +824,7 @@ gScriptCmdTable:
.word ScrCmd_773 ; 773
.word ScrCmd_774 ; 774
.word ScrCmd_775 ; 775
.word ScrCmd_776 ; 776
.word ScrCmd_GiveTogepiEgg ; 776
.word ScrCmd_777 ; 777
.word ScrCmd_778 ; 778
.word ScrCmd_779 ; 779
@ -6497,8 +6497,8 @@ ScrCmd_492: ; 0x020432FC
_02043358: .word 0x0000FFFF
thumb_func_end ScrCmd_492
thumb_func_start ScrCmd_493
ScrCmd_493: ; 0x0204335C
thumb_func_start ScrCmd_PromptEasyChat
ScrCmd_PromptEasyChat: ; 0x0204335C
push {r3, r4, r5, r6, lr}
sub sp, #4
add r5, r0, #0
@ -6540,7 +6540,7 @@ ScrCmd_493: ; 0x0204335C
pop {r3, r4, r5, r6, pc}
.balign 4, 0
_020433B8: .word 0x0000FFFF
thumb_func_end ScrCmd_493
thumb_func_end ScrCmd_PromptEasyChat
thumb_func_start ScrCmd_494
ScrCmd_494: ; 0x020433BC
@ -10963,8 +10963,8 @@ ScrCmd_495: ; 0x020455F0
.balign 4, 0
thumb_func_end ScrCmd_495
thumb_func_start ScrCmd_498
ScrCmd_498: ; 0x0204560C
thumb_func_start ScrCmd_PrimoPasswordCheck1
ScrCmd_PrimoPasswordCheck1: ; 0x0204560C
push {r4, r5, r6, r7, lr}
sub sp, #0x14
add r5, r0, #0
@ -11055,10 +11055,10 @@ _020456CE:
add sp, #0x14
pop {r4, r5, r6, r7, pc}
.balign 4, 0
thumb_func_end ScrCmd_498
thumb_func_end ScrCmd_PrimoPasswordCheck1
thumb_func_start ScrCmd_499
ScrCmd_499: ; 0x020456D8
thumb_func_start ScrCmd_PrimoPasswordCheck2
ScrCmd_PrimoPasswordCheck2: ; 0x020456D8
push {r3, r4, r5, r6, r7, lr}
sub sp, #0x10
add r5, r0, #0
@ -11130,7 +11130,7 @@ _02045778:
mov r0, #0
add sp, #0x10
pop {r3, r4, r5, r6, r7, pc}
thumb_func_end ScrCmd_499
thumb_func_end ScrCmd_PrimoPasswordCheck2
thumb_func_start ScrCmd_500
ScrCmd_500: ; 0x02045780
@ -11311,8 +11311,8 @@ ScrCmd_514: ; 0x020458A4
.balign 4, 0
thumb_func_end ScrCmd_514
thumb_func_start ScrCmd_515
ScrCmd_515: ; 0x020458CC
thumb_func_start ScrCmd_AddSpecialGameStat
ScrCmd_AddSpecialGameStat: ; 0x020458CC
push {r3, r4, r5, lr}
add r5, r0, #0
bl ScriptReadHalfword
@ -11326,7 +11326,7 @@ ScrCmd_515: ; 0x020458CC
mov r0, #0
pop {r3, r4, r5, pc}
.balign 4, 0
thumb_func_end ScrCmd_515
thumb_func_end ScrCmd_AddSpecialGameStat
thumb_func_start ScrCmd_517
ScrCmd_517: ; 0x020458EC

View File

@ -209,8 +209,8 @@ _0204D242:
pop {r3, r4, r5, r6, r7, pc}
thumb_func_end ScrCmd_PartymonIsMine
thumb_func_start ScrCmd_138
ScrCmd_138: ; 0x0204D248
thumb_func_start ScrCmd_GiveEgg
ScrCmd_GiveEgg: ; 0x0204D248
push {r4, r5, r6, r7, lr}
sub sp, #0xc
add r5, r0, #0
@ -267,7 +267,7 @@ _0204D2C8:
add sp, #0xc
pop {r4, r5, r6, r7, pc}
.balign 4, 0
thumb_func_end ScrCmd_138
thumb_func_end ScrCmd_GiveEgg
thumb_func_start ScrCmd_139
ScrCmd_139: ; 0x0204D2D0

View File

@ -77,8 +77,8 @@ ScrCmd_293: ; 0x0204E684
.balign 4, 0
thumb_func_end ScrCmd_293
thumb_func_start ScrCmd_294
ScrCmd_294: ; 0x0204E6A0
thumb_func_start ScrCmd_CheckBadge
ScrCmd_CheckBadge: ; 0x0204E6A0
push {r4, r5, r6, lr}
add r5, r0, #0
bl ScriptReadHalfword
@ -109,10 +109,10 @@ _0204E6D2:
strh r0, [r6]
mov r0, #0
pop {r4, r5, r6, pc}
thumb_func_end ScrCmd_294
thumb_func_end ScrCmd_CheckBadge
thumb_func_start ScrCmd_295
ScrCmd_295: ; 0x0204E6E8
thumb_func_start ScrCmd_GiveBadge
ScrCmd_GiveBadge: ; 0x0204E6E8
push {r3, r4, r5, lr}
add r5, r0, #0
bl ScriptReadHalfword
@ -135,7 +135,7 @@ _0204E706:
mov r0, #0
pop {r3, r4, r5, pc}
.balign 4, 0
thumb_func_end ScrCmd_295
thumb_func_end ScrCmd_GiveBadge
thumb_func_start ScrCmd_297
ScrCmd_297: ; 0x0204E71C
@ -159,8 +159,8 @@ ScrCmd_297: ; 0x0204E71C
.balign 4, 0
thumb_func_end ScrCmd_297
thumb_func_start ScrCmd_296
ScrCmd_296: ; 0x0204E748
thumb_func_start ScrCmd_CountBadges
ScrCmd_CountBadges: ; 0x0204E748
push {r3, r4, r5, lr}
add r5, r0, #0
bl ScriptReadHalfword
@ -179,7 +179,7 @@ ScrCmd_296: ; 0x0204E748
mov r0, #0
pop {r3, r4, r5, pc}
.balign 4, 0
thumb_func_end ScrCmd_296
thumb_func_end ScrCmd_CountBadges
thumb_func_start ScrCmd_298
ScrCmd_298: ; 0x0204E774

View File

@ -539,8 +539,8 @@ ScrCmd_201: ; 0x020487CC
pop {r3, r4, r5, r6, r7, pc}
thumb_func_end ScrCmd_201
thumb_func_start ScrCmd_202
ScrCmd_202: ; 0x02048818
thumb_func_start ScrCmd_BufferSpeciesNameCustom
ScrCmd_BufferSpeciesNameCustom: ; 0x02048818
push {r4, r5, r6, r7, lr}
sub sp, #0xc
add r5, r0, #0
@ -586,7 +586,7 @@ ScrCmd_202: ; 0x02048818
add sp, #0xc
pop {r4, r5, r6, r7, pc}
.balign 4, 0
thumb_func_end ScrCmd_202
thumb_func_end ScrCmd_BufferSpeciesNameCustom
thumb_func_start sub_02048880
sub_02048880: ; 0x02048880

View File

@ -539,17 +539,17 @@ ScrCmd_218: ; 0x02049894
.balign 4, 0
thumb_func_end ScrCmd_218
thumb_func_start ScrCmd_219
ScrCmd_219: ; 0x020498C8
thumb_func_start ScrCmd_WhiteOut
ScrCmd_WhiteOut: ; 0x020498C8
push {r3, lr}
ldr r0, [r0, #0x74]
bl sub_0205297C
mov r0, #1
pop {r3, pc}
thumb_func_end ScrCmd_219
thumb_func_end ScrCmd_WhiteOut
thumb_func_start ScrCmd_220
ScrCmd_220: ; 0x020498D4
thumb_func_start ScrCmd_CheckBattleWon
ScrCmd_CheckBattleWon: ; 0x020498D4
push {r3, r4, r5, lr}
add r5, r0, #0
add r0, #0x80
@ -565,12 +565,12 @@ ScrCmd_220: ; 0x020498D4
bl GetVarPointer
add r5, r0, #0
ldr r0, [r4]
bl sub_02052554
bl IsBattleResultWin
strh r0, [r5]
mov r0, #1
pop {r3, r4, r5, pc}
.balign 4, 0
thumb_func_end ScrCmd_220
thumb_func_end ScrCmd_CheckBattleWon
thumb_func_start ScrCmd_221
ScrCmd_221: ; 0x02049904

View File

@ -107,7 +107,7 @@ _02050704:
bl VarSet
ldr r0, [r4, #0x10]
ldr r0, [r0, #0x14]
bl sub_02052554
bl IsBattleResultWin
pop {r4, pc}
nop
_02050720: .word 0x00004013
@ -804,7 +804,7 @@ _02050C8A:
bl sub_020930C4
ldr r0, [r4, #0x10]
ldr r0, [r0, #0x14]
bl sub_02052554
bl IsBattleResultWin
cmp r0, #0
bne _02050CBE
add r0, r4, #0
@ -1127,7 +1127,7 @@ _02050F4A:
bl sub_02050724
ldr r0, [r5, #0x10]
ldr r0, [r0, #0x14]
bl sub_02052554
bl IsBattleResultWin
cmp r0, #0
bne _02050F74
add r0, r5, #0

View File

@ -1538,8 +1538,8 @@ sub_02052544: ; 0x02052544
bx lr
thumb_func_end sub_02052544
thumb_func_start sub_02052554
sub_02052554: ; 0x02052554
thumb_func_start IsBattleResultWin
IsBattleResultWin: ; 0x02052554
cmp r0, #2
beq _0205255C
cmp r0, #3
@ -1550,7 +1550,7 @@ _0205255C:
_02052560:
mov r0, #1
bx lr
thumb_func_end sub_02052554
thumb_func_end IsBattleResultWin
thumb_func_start sub_02052564
sub_02052564: ; 0x02052564

View File

@ -1119,7 +1119,7 @@ scr_seq_0003_0ED8:
npc_msg 44
call scr_seq_0003_0F89
call scr_seq_0003_0216
scrcmd_294 0, VAR_SPECIAL_x800C
check_badge 0, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 1
gotoif eq, scr_seq_0003_0F49
npc_msg 45

View File

@ -497,63 +497,63 @@ scr_seq_0004_0778:
scrcmd_707 150, 16388
comparevartovalue VAR_TEMP_x4004, 1
gotoif ne, scr_seq_0004_07AA
scrcmd_202 0, 150, 0, 0
buffer_species_name_custom 0, SPECIES_MEWTWO, 0, 0
npc_msg 26
setvar VAR_TEMP_x4005, 1
scr_seq_0004_07AA:
scrcmd_707 249, 16388
comparevartovalue VAR_TEMP_x4004, 1
gotoif ne, scr_seq_0004_07CE
scrcmd_202 0, 249, 0, 0
buffer_species_name_custom 0, SPECIES_LUGIA, 0, 0
npc_msg 26
setvar VAR_TEMP_x4005, 1
scr_seq_0004_07CE:
scrcmd_707 250, 16388
comparevartovalue VAR_TEMP_x4004, 1
gotoif ne, scr_seq_0004_07F2
scrcmd_202 0, 250, 0, 0
buffer_species_name_custom 0, SPECIES_HO_OH, 0, 0
npc_msg 26
setvar VAR_TEMP_x4005, 1
scr_seq_0004_07F2:
scrcmd_707 382, 16388
comparevartovalue VAR_TEMP_x4004, 1
gotoif ne, scr_seq_0004_0816
scrcmd_202 0, 382, 0, 0
buffer_species_name_custom 0, SPECIES_KYOGRE, 0, 0
npc_msg 26
setvar VAR_TEMP_x4005, 1
scr_seq_0004_0816:
scrcmd_707 383, 16388
comparevartovalue VAR_TEMP_x4004, 1
gotoif ne, scr_seq_0004_083A
scrcmd_202 0, 383, 0, 0
buffer_species_name_custom 0, SPECIES_GROUDON, 0, 0
npc_msg 26
setvar VAR_TEMP_x4005, 1
scr_seq_0004_083A:
scrcmd_707 384, 16388
comparevartovalue VAR_TEMP_x4004, 1
gotoif ne, scr_seq_0004_085E
scrcmd_202 0, 384, 0, 0
buffer_species_name_custom 0, SPECIES_RAYQUAZA, 0, 0
npc_msg 26
setvar VAR_TEMP_x4005, 1
scr_seq_0004_085E:
scrcmd_707 483, 16388
comparevartovalue VAR_TEMP_x4004, 1
gotoif ne, scr_seq_0004_0882
scrcmd_202 0, 483, 0, 0
buffer_species_name_custom 0, SPECIES_DIALGA, 0, 0
npc_msg 26
setvar VAR_TEMP_x4005, 1
scr_seq_0004_0882:
scrcmd_707 484, 16388
comparevartovalue VAR_TEMP_x4004, 1
gotoif ne, scr_seq_0004_08A6
scrcmd_202 0, 484, 0, 0
buffer_species_name_custom 0, SPECIES_PALKIA, 0, 0
npc_msg 26
setvar VAR_TEMP_x4005, 1
scr_seq_0004_08A6:
scrcmd_707 487, 16388
comparevartovalue VAR_TEMP_x4004, 1
gotoif ne, scr_seq_0004_08CA
scrcmd_202 0, 487, 0, 0
buffer_species_name_custom 0, SPECIES_GIRATINA, 0, 0
npc_msg 26
setvar VAR_TEMP_x4005, 1
scr_seq_0004_08CA:

View File

@ -18,7 +18,7 @@ scr_seq_0005_D01R0101_001F:
scrcmd_147 33, 16385
comparevartovalue VAR_TEMP_x4001, 1
gotoif eq, scr_seq_0005_D01R0101_009E
scrcmd_294 15, VAR_TEMP_x4002
check_badge 15, VAR_TEMP_x4002
comparevartovalue VAR_TEMP_x4002, 1
gotoif eq, scr_seq_0005_D01R0101_004D
goto scr_seq_0005_D01R0101_0102

View File

@ -24,19 +24,19 @@ scr_seq_0007_D02R0101_0006:
get_starter_choice VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 152
gotoif ne, scr_seq_0007_D02R0101_005A
trainer_battle 286, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_15, 0, 0, 0
goto scr_seq_0007_D02R0101_007D
scr_seq_0007_D02R0101_005A:
comparevartovalue VAR_SPECIAL_x800C, 155
gotoif ne, scr_seq_0007_D02R0101_0075
trainer_battle 287, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_16, 0, 0, 0
goto scr_seq_0007_D02R0101_007D
scr_seq_0007_D02R0101_0075:
trainer_battle 285, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_14, 0, 0, 0
scr_seq_0007_D02R0101_007D:
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0007_D02R0101_00C9
callstd std_play_rival_outro_music
@ -56,7 +56,7 @@ scr_seq_0007_D02R0101_007D:
end
scr_seq_0007_D02R0101_00C9:
scrcmd_219
white_out
end
scr_seq_0007_D02R0101_00CD:

View File

@ -27,7 +27,7 @@ scr_seq_0011_D03R0103_0025:
setflag FLAG_UNK_0A4
scrcmd_589 150, 70, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0011_D03R0103_0077
scrcmd_683 16386
@ -40,7 +40,7 @@ scr_seq_0011_D03R0103_0073:
end
scr_seq_0011_D03R0103_0077:
scrcmd_219
white_out
releaseall
end

View File

@ -27,7 +27,7 @@ scr_seq_0014_D11R0105_0025:
setflag FLAG_UNK_0A4
scrcmd_589 144, 50, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0014_D11R0105_0077
scrcmd_683 16386
@ -40,7 +40,7 @@ scr_seq_0014_D11R0105_0073:
end
scr_seq_0014_D11R0105_0077:
scrcmd_219
white_out
releaseall
end

View File

@ -22,7 +22,7 @@ scr_seq_0015_D11R0106_002A:
scrcmd_147 30, 16385
comparevartovalue VAR_TEMP_x4001, 1
gotoif eq, scr_seq_0015_D11R0106_008A
scrcmd_294 15, VAR_TEMP_x4002
check_badge 15, VAR_TEMP_x4002
comparevartovalue VAR_TEMP_x4002, 1
gotoif eq, scr_seq_0015_D11R0106_0069
clearflag FLAG_UNK_2F5
@ -81,21 +81,21 @@ scr_seq_0015_D11R0106_00FE:
play_se SEQ_SE_DP_SELECT
lockall
faceplayer
scrcmd_294 14, VAR_SPECIAL_x800C
check_badge 14, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 1
gotoif eq, scr_seq_0015_D11R0106_01B6
npc_msg 0
closemsg
trainer_battle 259, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_LEADER_BLAINE_BLAINE, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0015_D11R0106_01CC
scrcmd_295 14
give_badge 14
addvar VAR_UNK_4135, 1
setflag FLAG_UNK_265
setflag FLAG_UNK_299
clearflag FLAG_UNK_29A
scrcmd_515 22
add_special_game_stat 22
setflag FLAG_UNK_13F
setflag FLAG_UNK_140
setflag FLAG_UNK_13C
@ -123,7 +123,7 @@ scr_seq_0015_D11R0106_0175:
end
scr_seq_0015_D11R0106_01AC:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end
@ -138,7 +138,7 @@ scr_seq_0015_D11R0106_01B6:
end
scr_seq_0015_D11R0106_01CC:
scrcmd_219
white_out
releaseall
end
@ -150,8 +150,8 @@ scr_seq_0015_D11R0106_01D2:
gotoif TRUE, scr_seq_0015_D11R0106_021A
npc_msg 6
closemsg
trainer_battle 689, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_SUPER_NERD_CARY, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0015_D11R0106_01CC
npc_msg 8
@ -177,8 +177,8 @@ scr_seq_0015_D11R0106_0225:
gotoif TRUE, scr_seq_0015_D11R0106_028C
npc_msg 9
closemsg
trainer_battle 690, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_SUPER_NERD_WALDO, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0015_D11R0106_01CC
npc_msg 11
@ -212,8 +212,8 @@ scr_seq_0015_D11R0106_0297:
gotoif TRUE, scr_seq_0015_D11R0106_02DF
npc_msg 12
closemsg
trainer_battle 691, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_SUPER_NERD_MERLE, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0015_D11R0106_01CC
npc_msg 14
@ -239,8 +239,8 @@ scr_seq_0015_D11R0106_02EA:
gotoif TRUE, scr_seq_0015_D11R0106_0332
npc_msg 15
closemsg
trainer_battle 692, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_SCIENTIST_GS_LOWELL, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0015_D11R0106_01CC
npc_msg 17
@ -266,8 +266,8 @@ scr_seq_0015_D11R0106_033D:
gotoif TRUE, scr_seq_0015_D11R0106_03A4
npc_msg 18
closemsg
trainer_battle 693, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_SCIENTIST_GS_LINDEN, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0015_D11R0106_01CC
npc_msg 20
@ -301,8 +301,8 @@ scr_seq_0015_D11R0106_03AF:
gotoif TRUE, scr_seq_0015_D11R0106_0416
npc_msg 21
closemsg
trainer_battle 694, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_SCIENTIST_GS_DANIEL, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0015_D11R0106_01CC
npc_msg 23
@ -379,7 +379,7 @@ scr_seq_0015_D11R0106_0490:
play_se SEQ_SE_DP_SELECT
lockall
faceplayer
scrcmd_294 14, VAR_SPECIAL_x800C
check_badge 14, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 1
gotoif eq, scr_seq_0015_D11R0106_04B6
npc_msg 24

View File

@ -110,8 +110,8 @@ scr_seq_0018_D15R0103_013C:
gotoif TRUE, scr_seq_0018_D15R0103_0197
npc_msg 3
closemsg
trainer_battle 290, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_ELDER_LI, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0018_D15R0103_01A2
npc_msg 4
@ -135,7 +135,7 @@ scr_seq_0018_D15R0103_0197:
end
scr_seq_0018_D15R0103_01A2:
scrcmd_219
white_out
releaseall
end
.balign 4, 0

View File

@ -94,7 +94,7 @@ scr_seq_0021_D17R0110_0103:
scr_seq_0021_D17R0110_0167:
clearflag FLAG_UNK_242
scrcmd_219
white_out
releaseall
end

View File

@ -21,19 +21,19 @@ scr_seq_0023_D18R0101_0012:
get_starter_choice VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 152
gotoif ne, scr_seq_0023_D18R0101_004B
trainer_battle 267, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_8, 0, 0, 0
goto scr_seq_0023_D18R0101_006E
scr_seq_0023_D18R0101_004B:
comparevartovalue VAR_SPECIAL_x800C, 155
gotoif ne, scr_seq_0023_D18R0101_0066
trainer_battle 270, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_11, 0, 0, 0
goto scr_seq_0023_D18R0101_006E
scr_seq_0023_D18R0101_0066:
trainer_battle 263, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_4, 0, 0, 0
scr_seq_0023_D18R0101_006E:
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0023_D18R0101_00C7
callstd std_play_rival_outro_music
@ -57,7 +57,7 @@ scr_seq_0023_D18R0101_006E:
end
scr_seq_0023_D18R0101_00C7:
scrcmd_219
white_out
releaseall
end

View File

@ -233,7 +233,7 @@ scr_seq_0024_D18R0102_030A:
setflag FLAG_UNK_0A4
scrcmd_589 245, 40, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0024_D18R0102_035C
scrcmd_683 16386
@ -246,7 +246,7 @@ scr_seq_0024_D18R0102_0358:
end
scr_seq_0024_D18R0102_035C:
scrcmd_219
white_out
releaseall
end

View File

@ -306,7 +306,7 @@ scr_seq_0025_D22R0101_0380:
end
scr_seq_0025_D22R0101_038B:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -386,8 +386,8 @@ scr_seq_0029_D23R0101_0540:
wait_movement
npc_msg 23
closemsg
trainer_battle 185, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_3, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0029_D23R0101_0655
npc_msg 24
@ -450,7 +450,7 @@ scr_seq_0029_D23R0101_0625:
scr_seq_0029_D23R0101_0655:
setvar VAR_UNK_4077, 2
scrcmd_219
white_out
releaseall
end

View File

@ -399,7 +399,7 @@ scr_seq_0030_D23R0102_0525:
scr_seq_0030_D23R0102_0537:
.byte 0x02, 0x00
scr_seq_0030_D23R0102_0539:
callstd 2009
callstd std_bag_is_full
closemsg
goto scr_seq_0030_D23R0102_0450

View File

@ -147,7 +147,7 @@ scr_seq_0032_D23R0104_0184:
end
scr_seq_0032_D23R0104_018C:
checktrainerflag 200
checktrainerflag TRAINER_TEAM_ROCKET_F_GRUNT_4
gotoif eq, scr_seq_0032_D23R0104_01F6
play_se SEQ_SE_DP_SELECT
lockall
@ -164,11 +164,11 @@ scr_seq_0032_D23R0104_01C7:
wait_movement
npc_msg 13
closemsg
trainer_battle 200, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_F_GRUNT_4, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0032_D23R0104_0209
settrainerflag 200
settrainerflag TRAINER_TEAM_ROCKET_F_GRUNT_4
npc_msg 14
waitbutton
closemsg
@ -186,7 +186,7 @@ scr_seq_0032_D23R0104_01F6:
end
scr_seq_0032_D23R0104_0209:
scrcmd_219
white_out
releaseall
end

View File

@ -137,8 +137,8 @@ scr_seq_0033_D23R0105_01DA:
wait_movement
npc_msg 3
closemsg
trainer_battle 487, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_EXECUTIVE_PETREL_PETREL, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0033_D23R0105_021D
npc_msg 4
@ -152,7 +152,7 @@ scr_seq_0033_D23R0105_01DA:
end
scr_seq_0033_D23R0105_021D:
scrcmd_219
white_out
clearflag FLAG_UNK_2C6
setflag FLAG_UNK_2C7
releaseall

View File

@ -24,8 +24,8 @@ scr_seq_0034_D23R0106_002F:
faceplayer
npc_msg 0
closemsg
trainer_battle 485, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_EXECUTIVE_ARCHER_ARCHER, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0034_D23R0106_025D
npc_msg 1
@ -150,7 +150,7 @@ scr_seq_0034_D23R0106_0241:
end
scr_seq_0034_D23R0106_025D:
scrcmd_219
white_out
releaseall
end

View File

@ -50,7 +50,7 @@ scr_seq_0037_D24R0101_00B3:
gotoif ge, scr_seq_0037_D24R0101_00C6
setvar VAR_UNK_40FB, 1
scr_seq_0037_D24R0101_00C6:
scrcmd_294 2, VAR_TEMP_x4000
check_badge 2, VAR_TEMP_x4000
comparevartovalue VAR_TEMP_x4000, 0
gotoif eq, scr_seq_0037_D24R0101_0104
get_weekday VAR_TEMP_x4000

View File

@ -17,7 +17,7 @@ scr_seq_0048_D24R0211_0016:
end
scr_seq_0048_D24R0211_0027:
scrcmd_294 2, VAR_TEMP_x4000
check_badge 2, VAR_TEMP_x4000
comparevartovalue VAR_TEMP_x4000, 0
gotoif eq, scr_seq_0048_D24R0211_0065
get_weekday VAR_TEMP_x4000

View File

@ -16,7 +16,7 @@ scr_seq_0054_D24R0217_0012:
end
scr_seq_0054_D24R0217_0023:
scrcmd_294 2, VAR_TEMP_x4000
check_badge 2, VAR_TEMP_x4000
comparevartovalue VAR_TEMP_x4000, 0
gotoif eq, scr_seq_0054_D24R0217_0061
get_weekday VAR_TEMP_x4001

View File

@ -45,7 +45,7 @@ scr_seq_0058_D25R0103_0057:
setflag FLAG_UNK_0A4
scrcmd_589 131, 20, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0058_D25R0103_008F
setflag FLAG_UNK_AB8
@ -53,7 +53,7 @@ scr_seq_0058_D25R0103_0057:
end
scr_seq_0058_D25R0103_008F:
scrcmd_219
white_out
releaseall
end
.balign 4, 0

View File

@ -15,7 +15,7 @@ scr_seq_0059_D26R0101_000E:
end
scr_seq_0059_D26R0101_001F:
scrcmd_294 2, VAR_TEMP_x4000
check_badge 2, VAR_TEMP_x4000
comparevartovalue VAR_TEMP_x4000, 0
gotoif eq, scr_seq_0059_D26R0101_005D
get_weekday VAR_TEMP_x4000

View File

@ -46,8 +46,8 @@ scr_seq_0060_D26R0102_0055:
faceplayer
npc_msg 1
closemsg
trainer_battle 486, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_EXECUTIVE_PROTON_PROTON, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0060_D26R0102_0193
npc_msg 2
@ -112,7 +112,7 @@ scr_seq_0060_D26R0102_0107:
end
scr_seq_0060_D26R0102_0193:
scrcmd_219
white_out
releaseall
end

View File

@ -32,7 +32,7 @@ scr_seq_0061_D26R0103_004F:
end
scr_seq_0061_D26R0103_005A:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -159,10 +159,10 @@ scr_seq_0075_D31R0207_01D3:
scr_seq_0075_D31R0207_0216:
scrcmd_413 16393, 0, 32772, 32773
scrcmd_202 0, 32772, 0, 0
buffer_species_name_custom 0, VAR_SPECIAL_x8004, 0, 0
scrcmd_197 1, 32773
scrcmd_413 16393, 1, 32772, 32773
scrcmd_202 2, 32772, 0, 0
buffer_species_name_custom 2, VAR_SPECIAL_x8004, 0, 0
scrcmd_197 3, 32773
return

View File

@ -322,7 +322,7 @@ scr_seq_0085_D32R0401_044A:
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0085_D32R0401_04D8
scrcmd_633 2, 16710, 32780
scrcmd_202 0, 32780, 0, 0
buffer_species_name_custom 0, VAR_SPECIAL_x800C, 0, 0
comparevartovar VAR_SPECIAL_x800C, VAR_TEMP_x4001
gotoif eq, scr_seq_0085_D32R0401_04D8
goto scr_seq_0085_D32R0401_0484
@ -330,7 +330,7 @@ scr_seq_0085_D32R0401_044A:
scr_seq_0085_D32R0401_0482:
.byte 0x02, 0x00
scr_seq_0085_D32R0401_0484:
scrcmd_202 1, 16385, 0, 0
buffer_species_name_custom 1, VAR_TEMP_x4001, 0, 0
npc_msg 34
scrcmd_746
scrcmd_749 1, 1, 1, 1, VAR_SPECIAL_x800C

View File

@ -178,8 +178,8 @@ scr_seq_0089_D35R0102_02D0:
wait_movement
npc_msg 0
closemsg
trainer_battle 223, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_20, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_0490
@ -189,8 +189,8 @@ scr_seq_0089_D35R0102_02D0:
wait_movement
npc_msg 1
closemsg
trainer_battle 224, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_21, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_0490
@ -208,8 +208,8 @@ scr_seq_0089_D35R0102_036C:
wait_movement
npc_msg 0
closemsg
trainer_battle 223, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_20, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_0490
@ -219,8 +219,8 @@ scr_seq_0089_D35R0102_036C:
wait_movement
npc_msg 1
closemsg
trainer_battle 224, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_21, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_0490
@ -323,8 +323,8 @@ scr_seq_0089_D35R0102_0503:
wait_movement
npc_msg 0
closemsg
trainer_battle 223, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_20, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06C8
@ -336,8 +336,8 @@ scr_seq_0089_D35R0102_0503:
wait_movement
npc_msg 1
closemsg
trainer_battle 224, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_21, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06C8
@ -355,8 +355,8 @@ scr_seq_0089_D35R0102_05A9:
wait_movement
npc_msg 0
closemsg
trainer_battle 223, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_20, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06C8
@ -368,8 +368,8 @@ scr_seq_0089_D35R0102_05A9:
wait_movement
npc_msg 1
closemsg
trainer_battle 224, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_21, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06C8
@ -477,8 +477,8 @@ scr_seq_0089_D35R0102_0747:
wait_movement
npc_msg 0
closemsg
trainer_battle 223, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_20, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06D4
@ -490,8 +490,8 @@ scr_seq_0089_D35R0102_0747:
wait_movement
npc_msg 1
closemsg
trainer_battle 224, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_21, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06D4
@ -509,8 +509,8 @@ scr_seq_0089_D35R0102_07ED:
wait_movement
npc_msg 0
closemsg
trainer_battle 223, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_20, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06D4
@ -522,8 +522,8 @@ scr_seq_0089_D35R0102_07ED:
wait_movement
npc_msg 1
closemsg
trainer_battle 224, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_21, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06D4
@ -569,8 +569,8 @@ scr_seq_0089_D35R0102_08F8:
wait_movement
npc_msg 0
closemsg
trainer_battle 223, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_20, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06E0
@ -582,8 +582,8 @@ scr_seq_0089_D35R0102_08F8:
wait_movement
npc_msg 1
closemsg
trainer_battle 224, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_21, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06E0
@ -601,8 +601,8 @@ scr_seq_0089_D35R0102_099E:
wait_movement
npc_msg 0
closemsg
trainer_battle 223, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_20, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06E0
@ -614,8 +614,8 @@ scr_seq_0089_D35R0102_099E:
wait_movement
npc_msg 1
closemsg
trainer_battle 224, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_21, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06E0
@ -660,8 +660,8 @@ scr_seq_0089_D35R0102_0AA5:
wait_movement
npc_msg 0
closemsg
trainer_battle 223, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_20, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06EC
@ -673,8 +673,8 @@ scr_seq_0089_D35R0102_0AA5:
wait_movement
npc_msg 1
closemsg
trainer_battle 224, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_21, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06EC
@ -692,8 +692,8 @@ scr_seq_0089_D35R0102_0B4B:
wait_movement
npc_msg 0
closemsg
trainer_battle 223, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_20, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06EC
@ -705,8 +705,8 @@ scr_seq_0089_D35R0102_0B4B:
wait_movement
npc_msg 1
closemsg
trainer_battle 224, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_21, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_0C03
apply_movement 1, scr_seq_0089_D35R0102_06EC
@ -720,7 +720,7 @@ scr_seq_0089_D35R0102_0BEB:
end
scr_seq_0089_D35R0102_0C03:
scrcmd_219
white_out
releaseall
end
@ -964,7 +964,7 @@ scr_seq_0089_D35R0102_0F2F:
scrcmd_708 1
play_se SEQ_SE_GS_DOKU_TRAP
scrcmd_249 109, 21
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40B2, 1
@ -977,7 +977,7 @@ scr_seq_0089_D35R0102_0F5C:
scrcmd_708 0
play_se SEQ_SE_GS_DENKI_TRAP
scrcmd_249 100, 23
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40B3, 1
@ -990,7 +990,7 @@ scr_seq_0089_D35R0102_0F89:
scrcmd_708 2
play_se SEQ_SE_GS_IWA_TRAP
scrcmd_249 74, 21
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40B4, 1
@ -1003,7 +1003,7 @@ scr_seq_0089_D35R0102_0FB6:
scrcmd_708 0
play_se SEQ_SE_GS_DENKI_TRAP
scrcmd_249 100, 23
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40B5, 1
@ -1016,7 +1016,7 @@ scr_seq_0089_D35R0102_0FE3:
scrcmd_708 2
play_se SEQ_SE_GS_IWA_TRAP
scrcmd_249 74, 21
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40B6, 1
@ -1029,7 +1029,7 @@ scr_seq_0089_D35R0102_1010:
scrcmd_708 0
play_se SEQ_SE_GS_DENKI_TRAP
scrcmd_249 100, 23
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40B7, 1
@ -1042,7 +1042,7 @@ scr_seq_0089_D35R0102_103D:
scrcmd_708 0
play_se SEQ_SE_GS_DENKI_TRAP
scrcmd_249 100, 23
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40B8, 1
@ -1055,7 +1055,7 @@ scr_seq_0089_D35R0102_106A:
scrcmd_708 1
play_se SEQ_SE_GS_DOKU_TRAP
scrcmd_249 109, 21
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40B9, 1
@ -1068,7 +1068,7 @@ scr_seq_0089_D35R0102_1097:
scrcmd_708 1
play_se SEQ_SE_GS_DOKU_TRAP
scrcmd_249 109, 21
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40BA, 1
@ -1081,7 +1081,7 @@ scr_seq_0089_D35R0102_10C4:
scrcmd_708 2
play_se SEQ_SE_GS_IWA_TRAP
scrcmd_249 74, 21
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40BB, 1
@ -1094,7 +1094,7 @@ scr_seq_0089_D35R0102_10F1:
scrcmd_708 2
play_se SEQ_SE_GS_IWA_TRAP
scrcmd_249 74, 21
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40BC, 1
@ -1107,7 +1107,7 @@ scr_seq_0089_D35R0102_111E:
scrcmd_708 1
play_se SEQ_SE_GS_DOKU_TRAP
scrcmd_249 109, 21
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40BD, 1
@ -1120,7 +1120,7 @@ scr_seq_0089_D35R0102_114B:
scrcmd_708 0
play_se SEQ_SE_GS_DENKI_TRAP
scrcmd_249 100, 23
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40BE, 1
@ -1133,7 +1133,7 @@ scr_seq_0089_D35R0102_1178:
scrcmd_708 0
play_se SEQ_SE_GS_DENKI_TRAP
scrcmd_249 100, 23
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40BF, 1
@ -1146,7 +1146,7 @@ scr_seq_0089_D35R0102_11A5:
scrcmd_708 1
play_se SEQ_SE_GS_DOKU_TRAP
scrcmd_249 109, 21
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40C0, 1
@ -1159,7 +1159,7 @@ scr_seq_0089_D35R0102_11D2:
scrcmd_708 2
play_se SEQ_SE_GS_IWA_TRAP
scrcmd_249 74, 21
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0089_D35R0102_11FF
setvar VAR_UNK_40C1, 1
@ -1167,7 +1167,7 @@ scr_seq_0089_D35R0102_11D2:
end
scr_seq_0089_D35R0102_11FF:
scrcmd_219
white_out
releaseall
end

View File

@ -353,7 +353,7 @@ scr_seq_0090_D35R0103_0436:
apply_movement 7, scr_seq_0090_D35R0103_06A0
wait_movement
scrcmd_562 675, 479, 499, 1
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0090_D35R0103_0620
npc_msg 8
@ -423,7 +423,7 @@ scr_seq_0090_D35R0103_0436:
end
scr_seq_0090_D35R0103_0620:
scrcmd_219
white_out
setflag FLAG_UNK_1F3
setflag FLAG_UNK_1E5
releaseall
@ -563,7 +563,7 @@ scr_seq_0090_D35R0103_0770:
setflag FLAG_UNK_0A4
scrcmd_589 101, 23, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0090_D35R0103_089C
scrcmd_221 16384, 0
@ -588,7 +588,7 @@ scr_seq_0090_D35R0103_07D4:
setflag FLAG_UNK_0A4
scrcmd_589 101, 23, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0090_D35R0103_089C
scrcmd_221 16384, 0
@ -613,7 +613,7 @@ scr_seq_0090_D35R0103_0838:
setflag FLAG_UNK_0A4
scrcmd_589 101, 23, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0090_D35R0103_089C
scrcmd_221 16384, 0
@ -631,7 +631,7 @@ scr_seq_0090_D35R0103_0898:
end
scr_seq_0090_D35R0103_089C:
scrcmd_219
white_out
releaseall
end

View File

@ -15,9 +15,9 @@
scrdef_end
scr_seq_0091_D35R0104_0026:
checktrainerflag 404
checktrainerflag TRAINER_TEAM_ROCKET_F_GRUNT_5
gotoif lt, scr_seq_0091_D35R0104_004F
checktrainerflag 222
checktrainerflag TRAINER_TEAM_ROCKET_GRUNT_19
gotoif lt, scr_seq_0091_D35R0104_004F
comparevartovalue VAR_UNK_40AC, 3
gotoif ge, scr_seq_0091_D35R0104_004F
@ -279,8 +279,8 @@ scr_seq_0091_D35R0104_0331:
wait_movement
npc_msg 6
closemsg
trainer_battle 488, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_EXECUTIVE_PETREL_PETREL_2, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0091_D35R0104_0405
npc_msg 7
@ -312,7 +312,7 @@ scr_seq_0091_D35R0104_0331:
end
scr_seq_0091_D35R0104_0405:
scrcmd_219
white_out
releaseall
end
@ -409,9 +409,9 @@ scr_seq_0091_D35R0104_0514:
play_se SEQ_SE_DP_SELECT
lockall
faceplayer
checktrainerflag 404
checktrainerflag TRAINER_TEAM_ROCKET_F_GRUNT_5
gotoif lt, scr_seq_0091_D35R0104_0561
checktrainerflag 222
checktrainerflag TRAINER_TEAM_ROCKET_GRUNT_19
gotoif lt, scr_seq_0091_D35R0104_0561
buffer_players_name 0
npc_msg 12

View File

@ -36,7 +36,7 @@ scr_seq_0092_D36R0101_005E:
goto scr_seq_0092_D36R0101_00C3
scr_seq_0092_D36R0101_0077:
scrcmd_294 2, VAR_TEMP_x4000
check_badge 2, VAR_TEMP_x4000
comparevartovalue VAR_TEMP_x4000, 0
gotoif eq, scr_seq_0092_D36R0101_00B5
get_weekday VAR_TEMP_x4000
@ -1300,7 +1300,7 @@ scr_seq_0092_D36R0101_11F2:
end
scr_seq_0092_D36R0101_11FD:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end
@ -1354,7 +1354,7 @@ scr_seq_0092_D36R0101_12BE:
end
scr_seq_0092_D36R0101_12C9:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -368,19 +368,19 @@ scr_seq_0096_D37R0104_061C:
get_starter_choice VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 152
gotoif ne, scr_seq_0096_D37R0104_067D
trainer_battle 289, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_18, 0, 0, 0
goto scr_seq_0096_D37R0104_06A0
scr_seq_0096_D37R0104_067D:
comparevartovalue VAR_SPECIAL_x800C, 155
gotoif ne, scr_seq_0096_D37R0104_0698
trainer_battle 271, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_12, 0, 0, 0
goto scr_seq_0096_D37R0104_06A0
scr_seq_0096_D37R0104_0698:
trainer_battle 288, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_17, 0, 0, 0
scr_seq_0096_D37R0104_06A0:
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0096_D37R0104_06D9
callstd std_play_rival_outro_music
@ -396,7 +396,7 @@ scr_seq_0096_D37R0104_06A0:
end
scr_seq_0096_D37R0104_06D9:
scrcmd_219
white_out
releaseall
end

View File

@ -16,8 +16,8 @@ scr_seq_0098_D38R0104_0006:
gotoif TRUE, scr_seq_0098_D38R0104_0046
npc_msg 0
closemsg
trainer_battle 158, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_BLACK_BELT_KIYO, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0098_D38R0104_00CC
setflag FLAG_UNK_10D
@ -60,7 +60,7 @@ scr_seq_0098_D38R0104_00A6:
return
scr_seq_0098_D38R0104_00CC:
scrcmd_219
white_out
releaseall
end

View File

@ -107,7 +107,7 @@ scr_seq_0104_D40R0107_013A:
scr_seq_0104_D40R0107_019E:
clearflag FLAG_UNK_243
scrcmd_219
white_out
releaseall
end

View File

@ -27,7 +27,7 @@ scr_seq_0106_D41R0105_0025:
setflag FLAG_UNK_0A4
scrcmd_589 146, 50, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0106_D41R0105_0077
scrcmd_683 16386
@ -40,7 +40,7 @@ scr_seq_0106_D41R0105_0073:
end
scr_seq_0106_D41R0105_0077:
scrcmd_219
white_out
releaseall
end

View File

@ -12,8 +12,8 @@ scr_seq_0107_D41R0108_0006:
faceplayer
npc_msg 0
closemsg
trainer_battle 260, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_PKMN_TRAINER_RED_RED, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0107_D41R0108_0098
npc_msg 1
@ -40,7 +40,7 @@ scr_seq_0107_D41R0108_0006:
end
scr_seq_0107_D41R0108_0098:
scrcmd_219
white_out
releaseall
end

View File

@ -49,19 +49,19 @@ scr_seq_0110_D43R0103_007C:
get_starter_choice VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 152
gotoif ne, scr_seq_0110_D43R0103_00C1
trainer_battle 268, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_9, 0, 0, 0
goto scr_seq_0110_D43R0103_00E4
scr_seq_0110_D43R0103_00C1:
comparevartovalue VAR_SPECIAL_x800C, 155
gotoif ne, scr_seq_0110_D43R0103_00DC
trainer_battle 272, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_13, 0, 0, 0
goto scr_seq_0110_D43R0103_00E4
scr_seq_0110_D43R0103_00DC:
trainer_battle 264, 0, 0, 0
trainer_battle TRAINER_RIVAL_SILVER_5, 0, 0, 0
scr_seq_0110_D43R0103_00E4:
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0110_D43R0103_015A
callstd std_play_rival_outro_music
@ -93,7 +93,7 @@ scr_seq_0110_D43R0103_0142:
scr_seq_0110_D43R0103_015A:
hide_person 0
setflag FLAG_UNK_20A
scrcmd_219
white_out
releaseall
end

View File

@ -424,7 +424,7 @@ scr_seq_0111_D44R0102_05AC:
scr_seq_0111_D44R0102_05C8:
scrcmd_562 735, 733, 734, 1
scr_seq_0111_D44R0102_05D1:
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0111_D44R0102_066C
buffer_players_name 0
@ -461,7 +461,7 @@ scr_seq_0111_D44R0102_05D1:
end
scr_seq_0111_D44R0102_066C:
scrcmd_219
white_out
releaseall
end

View File

@ -151,7 +151,7 @@ scr_seq_0112_D44R0103_019C:
npc_msg 16
play_fanfare SEQ_ME_BADGE
wait_fanfare
scrcmd_295 7
give_badge 7
npc_msg 17
apply_movement 0, scr_seq_0112_D44R0103_0408
apply_movement 255, scr_seq_0112_D44R0103_0418

View File

@ -86,8 +86,8 @@ scr_seq_0114_D45R0102_0079:
npc_msg 3
closemsg
setvar VAR_UNK_40FE, 3
trainer_battle 700, 0, 1, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_ROCKET_BOSS_GIOVANNI, 0, 1, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0114_D45R0102_0250
setvar VAR_UNK_40FE, 4

View File

@ -601,7 +601,7 @@ scr_seq_0122_D49_07CB:
end
scr_seq_0122_D49_07D6:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -812,7 +812,7 @@ scr_seq_0123_D49R0101_0A2F:
scr_seq_0123_D49R0101_0A35:
scrcmd_747
callstd 2009
callstd std_bag_is_full
closemsg
comparevartovalue VAR_TEMP_x4005, 0
gotoif ne, scr_seq_0123_D49R0101_0A52
@ -971,7 +971,7 @@ scr_seq_0123_D49R0101_0C09:
scr_seq_0123_D49R0101_0C40:
.byte 0x02, 0x00
scr_seq_0123_D49R0101_0C42:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -659,7 +659,7 @@ scr_seq_0131_D51R0201_090F:
npc_msg 25
scrcmd_490 16393
buffer_players_name 0
scrcmd_202 1, 16393, 0, 0
buffer_species_name_custom 1, VAR_TEMP_x4009, 0, 0
play_fanfare SEQ_ME_SHINKAOME
npc_msg 26
wait_fanfare

View File

@ -68,7 +68,7 @@ scr_seq_0133_D52R0101_0099:
setflag FLAG_UNK_0A4
scrcmd_589 383, 50, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0133_D52R0101_019D
scrcmd_683 16386
@ -129,7 +129,7 @@ scr_seq_0133_D52R0101_0156:
end
scr_seq_0133_D52R0101_019D:
scrcmd_219
white_out
releaseall
end

View File

@ -68,7 +68,7 @@ scr_seq_0134_D52R0102_0099:
setflag FLAG_UNK_0A4
scrcmd_589 382, 50, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0134_D52R0102_019D
scrcmd_683 16386
@ -129,7 +129,7 @@ scr_seq_0134_D52R0102_0156:
end
scr_seq_0134_D52R0102_019D:
scrcmd_219
white_out
releaseall
end

View File

@ -80,7 +80,7 @@ scr_seq_0135_D52R0103_00C0:
setflag FLAG_UNK_0A4
scrcmd_589 384, 50, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0135_D52R0103_0142
scrcmd_683 16386
@ -103,7 +103,7 @@ scr_seq_0135_D52R0103_0134:
end
scr_seq_0135_D52R0103_0142:
scrcmd_219
white_out
releaseall
end
.balign 4, 0

View File

@ -31,7 +31,7 @@ scr_seq_0146_004E:
scrcmd_141 32780, 15
comparevartovalue VAR_SPECIAL_x800C, 6
gotoif eq, scr_seq_0146_009E
scrcmd_294 1, VAR_SPECIAL_x800C
check_badge 1, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0146_009E
npc_msg 0
@ -184,7 +184,7 @@ scr_seq_0146_0281:
copyvar VAR_SPECIAL_x8004, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 6
gotoif eq, scr_seq_0146_02D7
scrcmd_294 0, VAR_SPECIAL_x800C
check_badge 0, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0146_02D7
npc_msg 3
@ -354,7 +354,7 @@ scr_seq_0146_051C:
scrcmd_141 32780, 70
comparevartovalue VAR_SPECIAL_x800C, 6
gotoif eq, scr_seq_0146_0564
scrcmd_294 2, VAR_SPECIAL_x800C
check_badge 2, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0146_0564
npc_msg 7
@ -516,7 +516,7 @@ scr_seq_0146_0738:
scrcmd_141 32780, 431
comparevartovalue VAR_SPECIAL_x800C, 6
gotoif eq, scr_seq_0146_0797
scrcmd_294 15, VAR_SPECIAL_x800C
check_badge 15, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0146_0797
scrcmd_299 32780
@ -692,7 +692,7 @@ scr_seq_0146_0949:
scrcmd_141 32780, 127
comparevartovalue VAR_SPECIAL_x800C, 6
gotoif eq, scr_seq_0146_0997
scrcmd_294 7, VAR_SPECIAL_x800C
check_badge 7, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0146_0997
npc_msg 24
@ -743,7 +743,7 @@ scr_seq_0146_09E6:
scrcmd_141 32780, 250
comparevartovalue VAR_SPECIAL_x800C, 6
gotoif eq, scr_seq_0146_0A34
scrcmd_294 6, VAR_SPECIAL_x800C
check_badge 6, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0146_0A34
npc_msg 29
@ -977,7 +977,7 @@ scr_seq_0146_0D2A:
end
scr_seq_0146_0D2C:
callstd 2009
callstd std_bag_is_full
closemsg
end
.balign 4, 0

View File

@ -28,7 +28,7 @@ scr_seq_0150_0006:
npc_msg 3
wait_fanfare
scrcmd_625 32768, 1, 32780
scrcmd_515 1
add_special_game_stat 1
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0150_007D
npc_msg 4

View File

@ -341,7 +341,7 @@ scr_seq_0151_043B:
goto scr_seq_0151_04B5
scr_seq_0151_045E:
scrcmd_202 1, 16386, 2, 1
buffer_species_name_custom 1, VAR_TEMP_x4002, 2, 1
npc_msg 43
scrcmd_746
getmenuchoice VAR_SPECIAL_x800C

View File

@ -32,7 +32,7 @@ scr_seq_0153_P01R0102_0054:
scrcmd_147 35, 16385
comparevartovalue VAR_TEMP_x4001, 1
gotoif eq, scr_seq_0153_P01R0102_0097
scrcmd_294 13, VAR_TEMP_x4000
check_badge 13, VAR_TEMP_x4000
comparevartovalue VAR_TEMP_x4000, 1
gotoif eq, scr_seq_0153_P01R0102_0080
goto scr_seq_0153_P01R0102_00C1

View File

@ -43,7 +43,7 @@ scr_seq_0157_P01R0302_005B:
gotoif TRUE, scr_seq_0157_P01R0302_0084
checkflag FLAG_UNK_092
gotoif TRUE, scr_seq_0157_P01R0302_0084
scrcmd_294 15, VAR_TEMP_x4002
check_badge 15, VAR_TEMP_x4002
comparevartovalue VAR_TEMP_x4002, 1
gotoif eq, scr_seq_0157_P01R0302_008F
scr_seq_0157_P01R0302_0084:

View File

@ -29,8 +29,8 @@ scr_seq_0158_P01R0303_000A:
scrcmd_604 48
npc_msg 5
closemsg
trainer_battle 238, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_SAILOR_STANLY, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0158_P01R0303_010C
npc_msg 6
@ -57,8 +57,8 @@ scr_seq_0158_P01R0303_009D:
scrcmd_604 48
npc_msg 5
closemsg
trainer_battle 238, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_SAILOR_STANLY, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0158_P01R0303_010C
npc_msg 6
@ -72,7 +72,7 @@ scr_seq_0158_P01R0303_009D:
end
scr_seq_0158_P01R0303_010C:
scrcmd_219
white_out
releaseall
end

View File

@ -88,7 +88,7 @@ scr_seq_0161_P01R0306_00E2:
end
scr_seq_0161_P01R0306_0103:
callstd 2009
callstd std_bag_is_full
closemsg
goto scr_seq_0161_P01R0306_00E2

View File

@ -414,7 +414,7 @@ scr_seq_0167_05CA:
npc_msg 20
play_fanfare SEQ_ME_ITEM
wait_fanfare
scrcmd_515 13
add_special_game_stat 13
return
scr_seq_0167_05ED:
@ -1061,7 +1061,7 @@ scr_seq_0167_0F43:
setvar VAR_TEMP_x4009, 500
scrcmd_198 2, 16393
npc_msg 22
scrcmd_515 18
add_special_game_stat 18
goto scr_seq_0167_0F76
scr_seq_0167_0F68:

View File

@ -28,7 +28,7 @@ scr_seq_0171_R02R0201_0045:
end
scr_seq_0171_R02R0201_0050:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -30,7 +30,7 @@ scr_seq_0172_R02R0301_004D:
end
scr_seq_0172_R02R0301_0058:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -29,7 +29,7 @@ scr_seq_0183_R05R0401_0049:
end
scr_seq_0183_R05R0401_0054:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -24,7 +24,7 @@ scr_seq_0191_R10_002B:
end
scr_seq_0191_R10_0039:
scrcmd_294 15, VAR_TEMP_x4004
check_badge 15, VAR_TEMP_x4004
comparevartovalue VAR_TEMP_x4004, 1
gotoif eq, scr_seq_0191_R10_0052
goto scr_seq_0191_R10_00BF
@ -181,7 +181,7 @@ scr_seq_0191_R10_0261:
setflag FLAG_UNK_0A4
scrcmd_589 145, 50, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0191_R10_02B3
scrcmd_683 16386
@ -194,7 +194,7 @@ scr_seq_0191_R10_02AF:
end
scr_seq_0191_R10_02B3:
scrcmd_219
white_out
releaseall
end

View File

@ -48,7 +48,7 @@ scr_seq_0197_R11_006A:
setflag FLAG_UNK_0A4
scrcmd_589 143, 50, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0197_R11_00B4
scrcmd_683 16389
@ -60,7 +60,7 @@ scr_seq_0197_R11_006A:
end
scr_seq_0197_R11_00B4:
scrcmd_219
white_out
releaseall
end

View File

@ -194,7 +194,7 @@ scr_seq_0199_R12_0268:
setflag FLAG_UNK_0A4
scrcmd_589 143, 50, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0199_R12_02AE
scrcmd_683 16389
@ -205,7 +205,7 @@ scr_seq_0199_R12_0268:
end
scr_seq_0199_R12_02AE:
scrcmd_219
white_out
releaseall
end

View File

@ -294,7 +294,7 @@ scr_seq_0202_R14_03D2:
clearflag FLAG_UNK_2AC
setvar VAR_UNK_4086, 0
setflag FLAG_UNK_14D
scrcmd_294 9, VAR_SPECIAL_x800C
check_badge 9, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 1
gotoif ne, scr_seq_0202_R14_0449
clearflag FLAG_UNK_2A1
@ -472,7 +472,7 @@ scr_seq_0202_R14_060D:
end
scr_seq_0202_R14_064E:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -36,7 +36,7 @@ scr_seq_0213_R22R0101_006B:
scrcmd_147 26, 16385
comparevartovalue VAR_TEMP_x4001, 1
gotoif eq, scr_seq_0213_R22R0101_00DF
scrcmd_294 12, VAR_TEMP_x4002
check_badge 12, VAR_TEMP_x4002
comparevartovalue VAR_TEMP_x4002, 0
gotoif ne, scr_seq_0213_R22R0101_009D
goto scr_seq_0213_R22R0101_012C

View File

@ -70,8 +70,8 @@ scr_seq_0215_R24_00BC:
play_bgm SEQ_GS_EYE_ROCKET
npc_msg 0
closemsg
trainer_battle 353, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_TEAM_ROCKET_GRUNT_24, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0215_R24_014A
npc_msg 2
@ -99,7 +99,7 @@ scr_seq_0215_R24_00BC:
end
scr_seq_0215_R24_014A:
scrcmd_219
white_out
releaseall
end

View File

@ -27,7 +27,7 @@ scr_seq_0216_R25_003B:
clearflag FLAG_UNK_2B2
setflag FLAG_UNK_2A2
scr_seq_0216_R25_0050:
scrcmd_294 15, VAR_TEMP_x4000
check_badge 15, VAR_TEMP_x4000
comparevartovalue VAR_TEMP_x4000, 0
gotoif eq, scr_seq_0216_R25_011B
comparevartovalue VAR_UNK_4089, 1
@ -394,8 +394,8 @@ scr_seq_0216_R25_04FB:
setflag FLAG_UNK_122
npc_msg 13
closemsg
trainer_battle 361, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_ACE_TRAINER_M_KEVIN, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0216_R25_056D
scr_seq_0216_R25_0558:
@ -406,13 +406,13 @@ scr_seq_0216_R25_0558:
end
scr_seq_0216_R25_0563:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end
scr_seq_0216_R25_056D:
scrcmd_219
white_out
releaseall
end
@ -545,7 +545,7 @@ scr_seq_0216_R25_06DE:
setflag FLAG_UNK_0A4
scrcmd_589 245, 40, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0216_R25_07AA
scrcmd_683 16386
@ -583,7 +583,7 @@ scr_seq_0216_R25_07A6:
end
scr_seq_0216_R25_07AA:
scrcmd_219
white_out
releaseall
end

View File

@ -306,7 +306,7 @@ scr_seq_0217_R25R0101_0452:
goto scr_seq_0217_R25R0101_0490
scr_seq_0217_R25R0101_047A:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -40,7 +40,7 @@ scr_seq_0222_R27R0101_006A:
end
scr_seq_0222_R27R0101_0075:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -86,7 +86,7 @@ scr_seq_0224_R28R0101_012A:
end
scr_seq_0224_R28R0101_0135:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -16,7 +16,7 @@
scr_seq_0225_R29_0026:
scrcmd_144 16417
scrcmd_294 0, VAR_TEMP_x4000
check_badge 0, VAR_TEMP_x4000
comparevartovalue VAR_TEMP_x4000, 1
gotoif eq, scr_seq_0225_R29_0043
setflag FLAG_UNK_207
@ -83,7 +83,7 @@ scr_seq_0225_R29_011A:
end
scr_seq_0225_R29_012E:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -132,7 +132,7 @@ scr_seq_0230_R31_01F1:
end
scr_seq_0230_R31_01FC:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -22,7 +22,7 @@ scr_seq_0232_R32_002A:
end
scr_seq_0232_R32_003B:
scrcmd_294 2, VAR_TEMP_x4000
check_badge 2, VAR_TEMP_x4000
comparevartovalue VAR_TEMP_x4000, 0
gotoif eq, scr_seq_0232_R32_0079
get_weekday VAR_TEMP_x4000
@ -101,7 +101,7 @@ scr_seq_0232_R32_0164:
end
scr_seq_0232_R32_0178:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end
@ -166,7 +166,7 @@ scr_seq_0232_R32_023B:
end
scr_seq_0232_R32_0246:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end
@ -175,7 +175,7 @@ scr_seq_0232_R32_0250:
play_se SEQ_SE_DP_SELECT
lockall
faceplayer
scrcmd_294 0, VAR_SPECIAL_x800C
check_badge 0, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0232_R32_028C
checkflag FLAG_UNK_070
@ -271,7 +271,7 @@ scr_seq_0232_R32_0391:
scrcmd_603
scrcmd_602 1
scrcmd_604 48
scrcmd_294 0, VAR_SPECIAL_x800C
check_badge 0, VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif ne, scr_seq_0232_R32_03B9
npc_msg 4

View File

@ -52,7 +52,7 @@ scr_seq_0233_R32PC0101_008C:
end
scr_seq_0233_R32PC0101_0097:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end
@ -96,7 +96,7 @@ scr_seq_0233_R32PC0101_00E3:
end
scr_seq_0233_R32PC0101_0117:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -35,7 +35,7 @@ scr_seq_0237_R34_005D:
end
scr_seq_0237_R34_006E:
scrcmd_294 2, VAR_TEMP_x4000
check_badge 2, VAR_TEMP_x4000
comparevartovalue VAR_TEMP_x4000, 0
gotoif eq, scr_seq_0237_R34_009F
get_weekday VAR_TEMP_x4000
@ -594,8 +594,8 @@ scr_seq_0237_R34_07E1:
wait_movement
npc_msg 19
closemsg
trainer_battle 120, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_ACE_TRAINER_F_IRENE, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0237_R34_0912
apply_movement 5, scr_seq_0237_R34_094C
@ -610,8 +610,8 @@ scr_seq_0237_R34_07E1:
wait_movement
npc_msg 24
closemsg
trainer_battle 417, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_ACE_TRAINER_F_JENN, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0237_R34_0912
apply_movement 6, scr_seq_0237_R34_0954
@ -639,8 +639,8 @@ scr_seq_0237_R34_087D:
wait_movement
npc_msg 24
closemsg
trainer_battle 417, 120, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_ACE_TRAINER_F_JENN, 120, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0237_R34_0912
apply_movement 5, scr_seq_0237_R34_094C
@ -662,7 +662,7 @@ scr_seq_0237_R34_0908:
end
scr_seq_0237_R34_0912:
scrcmd_219
white_out
releaseall
end
@ -708,8 +708,8 @@ scr_seq_0237_R34_095C:
npc_msg 28
closemsg
scrcmd_081 0
trainer_battle 118, 0, 0, 0
scrcmd_220 VAR_SPECIAL_x800C
trainer_battle TRAINER_ACE_TRAINER_F_KATE, 0, 0, 0
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0237_R34_0912
setvar VAR_UNK_4097, 2
@ -737,7 +737,7 @@ scr_seq_0237_R34_09EC:
end
scr_seq_0237_R34_09EE:
callstd 2009
callstd std_bag_is_full
closemsg
goto scr_seq_0237_R34_09D5

View File

@ -33,7 +33,7 @@ scr_seq_0239_R34R0201_0055:
end
scr_seq_0239_R34R0201_0060:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -121,7 +121,7 @@ scr_seq_0241_R35R0101_0158:
end
scr_seq_0241_R35R0101_0163:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -98,7 +98,7 @@ scr_seq_0243_R36_012C:
setflag FLAG_UNK_0A4
scrcmd_589 185, 20, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0243_R36_0255
scrcmd_683 16385
@ -167,7 +167,7 @@ scr_seq_0243_R36_0251:
end
scr_seq_0243_R36_0255:
scrcmd_219
white_out
releaseall
end
@ -218,7 +218,7 @@ scr_seq_0243_R36_02E2:
setflag FLAG_UNK_0A4
scrcmd_589 185, 20, 0
clearflag FLAG_UNK_0A4
scrcmd_220 VAR_SPECIAL_x800C
check_battle_won VAR_SPECIAL_x800C
comparevartovalue VAR_SPECIAL_x800C, 0
gotoif eq, scr_seq_0243_R36_0255
scrcmd_683 16385
@ -323,7 +323,7 @@ scr_seq_0243_R36_0472:
end
scr_seq_0243_R36_0486:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -70,7 +70,7 @@ scr_seq_0246_R37_00E9:
end
scr_seq_0246_R37_00FD:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -171,7 +171,7 @@ scr_seq_0256_R43R0201_0208:
end
scr_seq_0256_R43R0201_0213:
callstd 2009
callstd std_bag_is_full
closemsg
releaseall
end

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off
@ -6,7 +7,7 @@
.byte 0
scr_seq_0268_D02R0101_hdr_0006:
.short 16629, 0, 1
.short VAR_UNK_40F5, 0, 1
.short 0
.balign 4, 0

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off
@ -8,7 +9,7 @@
.byte 0
scr_seq_0273_D10R0101_hdr_000B:
.short 16676, 0, 2
.short VAR_UNK_4124, 0, 2
.short 0
.balign 4, 0

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

View File

@ -1,3 +1,4 @@
#include "constants/scrcmd.h"
.rodata
.option alignment off

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