diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-21 10:43:42 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-21 10:43:42 -0400 |
commit | 97cc513f54b6213a31070b0875fd85e920a2109b (patch) | |
tree | 29a92dcd0203ad6a48595c566fa61a350b6ec7d5 /maps/Route2Gate.asm | |
parent | 6c25592b8c43afe9780968da88f9b06cbb526e72 (diff) |
Plus 4 on person events; feeble attempt to annotate color functions
Diffstat (limited to 'maps/Route2Gate.asm')
-rw-r--r-- | maps/Route2Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route2Gate.asm b/maps/Route2Gate.asm index 6d539111f..dc2cb4d30 100644 --- a/maps/Route2Gate.asm +++ b/maps/Route2Gate.asm @@ -41,4 +41,4 @@ Route2Gate_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_SCIENTIST, 8, 10, $4, 2, 0, -1, -1, 8 + PAL_OW_BLUE, 0, 0, ScientistScript_0x9b952, -1 + person_event SPRITE_SCIENTIST, 4 + 4, 6 + 4, $4, 2, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, ScientistScript_0x9b952, -1 |