diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-04-01 17:01:51 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-04-01 17:01:51 +0200 |
commit | 91a768b24343ffabbe5ab4084451d1e3ecbc306b (patch) | |
tree | 02b9b8947426994b606475f50d9f05bc1a46a382 /constants/text_constants.asm | |
parent | 05ba221eb53472d9c617d96a6aaed9c2e87e2ad7 (diff) |
Update file paths in constants/ and docs/
Diffstat (limited to 'constants/text_constants.asm')
-rw-r--r-- | constants/text_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index a64039f64..5a9a35931 100644 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -36,7 +36,7 @@ TEXTBOX_INNERY EQU TEXTBOX_Y + 2 const PRINTNUM_RIGHTALIGN_F ; 6 const PRINTNUM_LEADINGZEROS_F ; 7 -; PrintNum arguments (see engine/printnum.asm) +; PrintNum arguments (see engine/math/printnum.asm) PRINTNUM_MONEY EQU 1 << PRINTNUM_MONEY_F PRINTNUM_RIGHTALIGN EQU 1 << PRINTNUM_RIGHTALIGN_F PRINTNUM_LEADINGZEROS EQU 1 << PRINTNUM_LEADINGZEROS_F |