No more -bash000; engine/movement.asm, SPRITEMOVEFN

This commit is contained in:
PikalaxALT
2015-10-29 23:32:11 -04:00
parent 0d17d4a758
commit ed29db5841
387 changed files with 2831 additions and 2830 deletions

View File

@@ -14,7 +14,7 @@ JanineScript_0x195db9:
writetext UnknownText_0x195f35
closetext
loadmovesprites
winlosstext UnknownText_0x195fa1, $0000
winlosstext UnknownText_0x195fa1, NONE
loadtrainer JANINE, 1
startbattle
returnafterbattle
@@ -66,7 +66,7 @@ UnknownScript_0x195e2c:
writetext UnknownText_0x1960e6
closetext
loadmovesprites
winlosstext UnknownText_0x196126, $0000
winlosstext UnknownText_0x196126, NONE
loadtrainer LASS, ALICE
startbattle
iftrue UnknownScript_0x195e4a
@@ -100,7 +100,7 @@ UnknownScript_0x195e66:
writetext UnknownText_0x196166
closetext
loadmovesprites
winlosstext UnknownText_0x19617b, $0000
winlosstext UnknownText_0x19617b, NONE
loadtrainer LASS, LINDA
startbattle
iftrue UnknownScript_0x195e84
@@ -134,7 +134,7 @@ UnknownScript_0x195ea0:
writetext UnknownText_0x1961bb
closetext
loadmovesprites
winlosstext UnknownText_0x1961f1, $0000
winlosstext UnknownText_0x1961f1, NONE
loadtrainer PICNICKER, CINDY
startbattle
iftrue UnknownScript_0x195ebe
@@ -168,7 +168,7 @@ UnknownScript_0x195eda:
writetext UnknownText_0x196228
closetext
loadmovesprites
winlosstext UnknownText_0x19624a, $0000
winlosstext UnknownText_0x19624a, NONE
loadtrainer CAMPER, BARRY
startbattle
iftrue UnknownScript_0x195ef8
@@ -391,9 +391,9 @@ FuchsiaGym_MapEventHeader:
.PersonEvents:
db 6
person_event SPRITE_JANINE, 10, 1, $3, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, JanineScript_0x195db9, -1
person_event SPRITE_FUCHSIA_GYM_1, 7, 5, $a, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, FuschiaGym1Script_0x195e1b, -1
person_event SPRITE_FUCHSIA_GYM_2, 11, 5, $a, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, FuschiaGym2Script_0x195e55, -1
person_event SPRITE_FUCHSIA_GYM_3, 4, 9, $a, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, FuschiaGym3Script_0x195e8f, -1
person_event SPRITE_FUCHSIA_GYM_4, 2, 4, $a, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, FuschiaGym4Script_0x195ec9, -1
person_event SPRITE_GYM_GUY, 15, 7, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, FuchsiaGymGuyScript, -1
person_event SPRITE_JANINE, 10, 1, SPRITEMOVEFN_03, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, JanineScript_0x195db9, -1
person_event SPRITE_FUCHSIA_GYM_1, 7, 5, SPRITEMOVEFN_0A, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, FuschiaGym1Script_0x195e1b, -1
person_event SPRITE_FUCHSIA_GYM_2, 11, 5, SPRITEMOVEFN_0A, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, FuschiaGym2Script_0x195e55, -1
person_event SPRITE_FUCHSIA_GYM_3, 4, 9, SPRITEMOVEFN_0A, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, FuschiaGym3Script_0x195e8f, -1
person_event SPRITE_FUCHSIA_GYM_4, 2, 4, SPRITEMOVEFN_0A, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, FuschiaGym4Script_0x195ec9, -1
person_event SPRITE_GYM_GUY, 15, 7, SPRITEMOVEFN_06, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, FuchsiaGymGuyScript, -1