diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-11 09:49:03 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-11 09:49:03 -0400 |
commit | 295604cbb51b0664c92f1a3a675ea7ffc3dc63ca (patch) | |
tree | 6cb4bb57ddbee3f641327e2e05d7c2d8ddf9474e /gfx/mail.asm | |
parent | 76819398a9a32aa5487624f0c7964ececbfe22a0 (diff) |
Placeholder non-generic names for engine/color functions
Diffstat (limited to 'gfx/mail.asm')
-rwxr-xr-x | gfx/mail.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/mail.asm b/gfx/mail.asm index c8e578d84..72e635268 100755 --- a/gfx/mail.asm +++ b/gfx/mail.asm @@ -37,7 +37,7 @@ ReadAnyMail: ; b9237 call WaitBGMap ld a, [Buffer3] ld e, a - callba Function8cb4 + callba LoadMailPalettes call SetPalettes xor a ld [hJoyPressed], a |