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 /macros/map.asm | |
parent | 895e14cd05c95859820b4bae6b8ee0b6b3603f50 (diff) |
Split fourth-to-last byte of person_event into nybble arguments
Diffstat (limited to 'macros/map.asm')
-rw-r--r-- | macros/map.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/map.asm b/macros/map.asm index 1e0e99205..9f4d6ec26 100644 --- a/macros/map.asm +++ b/macros/map.asm @@ -31,7 +31,8 @@ person_event: macro dn \5, \6 ; radius: y, x db \7 ; clock_hour db \8 ; clock_daytime - db \9 ; color_function + shift + dn \8, \9 ; color_function shift db \9 ; sight_range shift |