diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-31 15:02:32 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-31 15:16:53 -0400 |
commit | aa27080e29e04dadb9986cd4f1f73579a3b01e96 (patch) | |
tree | bf555ac0c8d1b79e46797492342de453d8c10a7e /main.asm | |
parent | 895e14cd05c95859820b4bae6b8ee0b6b3603f50 (diff) |
Split fourth-to-last byte of person_event into nybble arguments
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3221,7 +3221,7 @@ PlayerObjectTemplate: ; 8071 ; A dummy map object used to initialize the player object. ; Shorter than the actual amount copied by two bytes. ; Said bytes seem to be unused. - person_event SPRITE_CHRIS, 0, 0, $0b, 15, 15, -1, -1, $0, 0, $0000, -1 + person_event SPRITE_CHRIS, 0, 0, $0b, 15, 15, -1, -1, 0, 0, 0, $0000, -1 ; db $01, $00, $00, $0b, $ff, $ff, $ff, $00, $00, $00, $00, $ff, $ff ; 807e |