Skip to content

Commit

Permalink
Remove Crystal-only mail nationality
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Sep 26, 2024
1 parent 0252052 commit 9631754
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 0 additions & 8 deletions constants/item_data_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ DEF MAIL_MSG_LENGTH EQU $20
DEF MAILBOX_CAPACITY EQU 10
DEF MAIL_STRUCT_LENGTH EQU $2f ; mailmsg struct

; mail languages
const_def
const MAIL_LANG_ENGLISH
const MAIL_LANG_FRENCH
const MAIL_LANG_GERMAN
const MAIL_LANG_ITALIAN
const MAIL_LANG_SPANISH

; held item effects
const_def
const HELD_NONE
Expand Down
3 changes: 1 addition & 2 deletions macros/ram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ ENDM
MACRO mailmsg
\1Message:: ds MAIL_MSG_LENGTH
\1MessageEnd:: db
\1Author:: ds PLAYER_NAME_LENGTH
\1Nationality:: dw
\1Author:: ds NAME_LENGTH - 1
\1AuthorID:: dw
\1Species:: db
\1Type:: db
Expand Down

0 comments on commit 9631754

Please sign in to comment.