Split fourth-to-last byte of person_event into nybble arguments

This commit is contained in:
PikalaxALT
2015-07-31 15:02:32 -04:00
parent 895e14cd05
commit aa27080e29
350 changed files with 1469 additions and 1468 deletions

View File

@@ -317,6 +317,6 @@ VermilionPort_MapEventHeader:
.PersonEvents:
db 3
person_event SPRITE_SAILOR, 21, 11, $7, 0, 0, -1, -1, $0, 0, SailorScript_0x74dc4, EVENT_VERMILION_PORT_SAILOR_AT_GANGWAY
person_event SPRITE_SAILOR, 15, 10, $9, 0, 0, -1, -1, $0, 0, SailorScript_0x74e97, -1
person_event SPRITE_SUPER_NERD, 15, 15, $5, 0, 2, -1, -1, $0, 0, SuperNerdScript_0x74ee6, -1
person_event SPRITE_SAILOR, 21, 11, $7, 0, 0, -1, -1, 0, 0, 0, SailorScript_0x74dc4, EVENT_VERMILION_PORT_SAILOR_AT_GANGWAY
person_event SPRITE_SAILOR, 15, 10, $9, 0, 0, -1, -1, 0, 0, 0, SailorScript_0x74e97, -1
person_event SPRITE_SUPER_NERD, 15, 15, $5, 0, 2, -1, -1, 0, 0, 0, SuperNerdScript_0x74ee6, -1