diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-24 10:34:19 -0400 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-24 10:39:52 -0400 |
| commit | 119d6b411922eb7b375691b81fc97c9b334f4167 (patch) | |
| tree | 43359d03819bdc20d6bfe563cc79564c856e9c37 /maps/Route36RuinsofAlphgate.asm | |
| parent | 97cc513f54b6213a31070b0875fd85e920a2109b (diff) | |
About time I got to these functions
Diffstat (limited to 'maps/Route36RuinsofAlphgate.asm')
| -rw-r--r-- | maps/Route36RuinsofAlphgate.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route36RuinsofAlphgate.asm b/maps/Route36RuinsofAlphgate.asm index a126d452a..7d6dbbd43 100644 --- a/maps/Route36RuinsofAlphgate.asm +++ b/maps/Route36RuinsofAlphgate.asm @@ -49,5 +49,5 @@ Route36RuinsofAlphgate_MapEventHeader: .PersonEvents: db 2 - person_event SPRITE_OFFICER, 4 + 4, 0 + 4, $9, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, OfficerScript_0x6aa1a, -1 - person_event SPRITE_GRAMPS, 5 + 4, 7 + 4, $2, 2, 1, -1, -1, (1 << 3) | PAL_OW_BROWN, 0, 0, GrampsScript_0x6aa1d, -1 + person_event SPRITE_OFFICER, 4, 0, $9, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, OfficerScript_0x6aa1a, -1 + person_event SPRITE_GRAMPS, 5, 7, $2, 2, 1, -1, -1, (1 << 3) | PAL_OW_BROWN, 0, 0, GrampsScript_0x6aa1d, -1 |
