Rename FixedWords to EZChat

This commit is contained in:
pikalaxalt 2016-05-14 16:37:12 -04:00
parent 1fa6aecbfc
commit a5f5418fae
6 changed files with 210 additions and 185 deletions

View File

@ -215,6 +215,22 @@ NUM_KANTO_BADGES EQU const_value
NUM_BADGES EQU NUM_JOHTO_BADGES + NUM_KANTO_BADGES
NUM_KANA EQU $2d
const_def
const EZCHAT_POKEMON
const EZCHAT_TYPES
const EZCHAT_GREETINGS
const EZCHAT_PEOPLE
const EZCHAT_BATTLE
const EZCHAT_EXCLAMATIONS
const EZCHAT_CONVERSATION
const EZCHAT_FEELINGS
const EZCHAT_CONDITIONS
const EZCHAT_LIFE
const EZCHAT_HOBBIES
const EZCHAT_ACTIONS
const EZCHAT_TIME
const EZCHAT_FAREWELLS
const EZCHAT_THISANDTHAT
SWARM_DUNSPARCE EQU 0
SWARM_YANMA EQU 1

View File

@ -2480,20 +2480,20 @@ CoinCase: ; f59a
OldRod: ; f5a5
ld e, $0
jr Function_0xf5b1
jr UseRod
; f5a9
GoodRod: ; f5a9
ld e, $1
jr Function_0xf5b1
jr UseRod
; f5ad
SuperRod: ; f5ad
ld e, $2
jr Function_0xf5b1
jr UseRod
; f5b1
Function_0xf5b1: ; f5b1
UseRod: ; f5b1
callba FishFunction
ret
; f5b8

View File

@ -3477,7 +3477,7 @@ Mobile_PrintOpponentBattleMessage: ; 4ea0a
ld bc, wMobileOpponentBattleMessage
decoord 1, 14
callba PrintFixedWordBattleMessage
callba PrintEZChatBattleMessage
pop af
ld [rSVBK], a

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1170,9 +1170,9 @@ wBTTempOTSprite::
wcd49:: ds 1
wcd4a:: ds 1
wcd4b:: ds 1
wFixedWordsCursorXCoord::
wEZChatCursorXCoord::
wcd4c:: ds 1
wFixedWordsCursorYCoord::
wEZChatCursorYCoord::
wcd4d:: ds 1
wcd4e:: ds 1
wcd4f:: ds 1