diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-11 17:16:03 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-11 17:16:03 -0400 |
commit | af0119ca7e73c21205b5bb89bb9361db9aafa15f (patch) | |
tree | 4772eb5347f5f67d13ae874eced136aa6e987a31 /constants.asm | |
parent | 295604cbb51b0664c92f1a3a675ea7ffc3dc63ca (diff) |
Name all printer functions
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index dc2a66796..a9004b73a 100644 --- a/constants.asm +++ b/constants.asm @@ -33,3 +33,4 @@ INCLUDE "constants/cgb_constants.asm" INCLUDE "constants/battle_tower_constants.asm" INCLUDE "constants/cry_constants.asm" INCLUDE "constants/audio_constants.asm" +INCLUDE "constants/printer_constants.asm" |