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

@@ -3,8 +3,8 @@ KogasRoom_MapScriptHeader:
db 2
; triggers
dw UnknownScript_0x180728, $0000
dw UnknownScript_0x18072c, $0000
dw UnknownScript_0x180728, NONE
dw UnknownScript_0x18072c, NONE
.MapCallbacks:
db 1
@@ -52,7 +52,7 @@ KogaScript_0x18075a:
writetext UnknownText_0x180793
closetext
loadmovesprites
winlosstext UnknownText_0x1808a9, $0000
winlosstext UnknownText_0x1808a9, NONE
loadtrainer KOGA, 1
startbattle
returnafterbattle
@@ -150,4 +150,4 @@ KogasRoom_MapEventHeader:
.PersonEvents:
db 1
person_event SPRITE_KOGA, 7, 5, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, KogaScript_0x18075a, -1
person_event SPRITE_KOGA, 7, 5, SPRITEMOVEFN_06, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, KogaScript_0x18075a, -1