You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Define InitDefaultEZChatMsgs
and sEZChatMessages
(#1022)
This commit is contained in:
11
ram/sram.asm
11
ram/sram.asm
@@ -201,11 +201,12 @@ SECTION "SRAM Mobile 1", SRAM
|
||||
|
||||
ds $7
|
||||
|
||||
s4_a007:: ; struct size $30
|
||||
|
||||
ds $c
|
||||
|
||||
s4_a013:: ds 36
|
||||
sEZChatMessages::
|
||||
sEZChatIntroductionMessage:: ds EASY_CHAT_MESSAGE_LENGTH
|
||||
sEZChatBattleMessages::
|
||||
sEZChatBeginBattleMessage:: ds EASY_CHAT_MESSAGE_LENGTH
|
||||
sEZChatWinBattleMessage:: ds EASY_CHAT_MESSAGE_LENGTH
|
||||
sEZChatLoseBattleMessage:: ds EASY_CHAT_MESSAGE_LENGTH
|
||||
|
||||
s4_a037:: ds 4
|
||||
|
||||
|
Reference in New Issue
Block a user