diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 00:42:31 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 00:42:31 -0500 |
commit | c861ff5af3ad996b9ac3b02769e21a18b4c259f9 (patch) | |
tree | 4ec7b3bedac620e1cda3fc3e372527537d39cf4c /constants/text_constants.asm | |
parent | 9576740b7023d67da0da0cbe9bd2a66a0ea74eea (diff) |
This table entry has the address of MoveDescriptions in GSC ($4000 in G/S, $4b52 in Crystal)
Diffstat (limited to 'constants/text_constants.asm')
-rw-r--r-- | constants/text_constants.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index e14a0b551..27c42ed92 100644 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -10,14 +10,14 @@ NAME_LENGTH_JAPANESE EQU 6 ; GetName types (see home/names.asm) const_value set 1 - const PKMN_NAME ; 1 - const MOVE_NAME ; 2 - const DUMMY_NAME ; 3 - const ITEM_NAME ; 4 - const PARTY_OT_NAME ; 5 - const ENEMY_OT_NAME ; 6 - const TRAINER_NAME ; 7 - const BROKEN_NAME ; 8 + const PKMN_NAME ; 1 + const MOVE_NAME ; 2 + const DUMMY_NAME ; 3 + const ITEM_NAME ; 4 + const PARTY_OT_NAME ; 5 + const ENEMY_OT_NAME ; 6 + const TRAINER_NAME ; 7 + const MOVE_DESC_NAME_BROKEN ; 8 ; see home/text.asm BORDER_WIDTH EQU 2 |