You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename FixedWords to EZChat
This commit is contained in:
@@ -215,6 +215,22 @@ NUM_KANTO_BADGES EQU const_value
|
|||||||
NUM_BADGES EQU NUM_JOHTO_BADGES + NUM_KANTO_BADGES
|
NUM_BADGES EQU NUM_JOHTO_BADGES + NUM_KANTO_BADGES
|
||||||
NUM_KANA EQU $2d
|
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_DUNSPARCE EQU 0
|
||||||
SWARM_YANMA EQU 1
|
SWARM_YANMA EQU 1
|
||||||
|
@@ -2480,20 +2480,20 @@ CoinCase: ; f59a
|
|||||||
|
|
||||||
OldRod: ; f5a5
|
OldRod: ; f5a5
|
||||||
ld e, $0
|
ld e, $0
|
||||||
jr Function_0xf5b1
|
jr UseRod
|
||||||
; f5a9
|
; f5a9
|
||||||
|
|
||||||
GoodRod: ; f5a9
|
GoodRod: ; f5a9
|
||||||
ld e, $1
|
ld e, $1
|
||||||
jr Function_0xf5b1
|
jr UseRod
|
||||||
; f5ad
|
; f5ad
|
||||||
|
|
||||||
SuperRod: ; f5ad
|
SuperRod: ; f5ad
|
||||||
ld e, $2
|
ld e, $2
|
||||||
jr Function_0xf5b1
|
jr UseRod
|
||||||
; f5b1
|
; f5b1
|
||||||
|
|
||||||
Function_0xf5b1: ; f5b1
|
UseRod: ; f5b1
|
||||||
callba FishFunction
|
callba FishFunction
|
||||||
ret
|
ret
|
||||||
; f5b8
|
; f5b8
|
||||||
|
2
main.asm
2
main.asm
@@ -3477,7 +3477,7 @@ Mobile_PrintOpponentBattleMessage: ; 4ea0a
|
|||||||
|
|
||||||
ld bc, wMobileOpponentBattleMessage
|
ld bc, wMobileOpponentBattleMessage
|
||||||
decoord 1, 14
|
decoord 1, 14
|
||||||
callba PrintFixedWordBattleMessage
|
callba PrintEZChatBattleMessage
|
||||||
|
|
||||||
pop af
|
pop af
|
||||||
ld [rSVBK], a
|
ld [rSVBK], a
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
4
wram.asm
4
wram.asm
@@ -1170,9 +1170,9 @@ wBTTempOTSprite::
|
|||||||
wcd49:: ds 1
|
wcd49:: ds 1
|
||||||
wcd4a:: ds 1
|
wcd4a:: ds 1
|
||||||
wcd4b:: ds 1
|
wcd4b:: ds 1
|
||||||
wFixedWordsCursorXCoord::
|
wEZChatCursorXCoord::
|
||||||
wcd4c:: ds 1
|
wcd4c:: ds 1
|
||||||
wFixedWordsCursorYCoord::
|
wEZChatCursorYCoord::
|
||||||
wcd4d:: ds 1
|
wcd4d:: ds 1
|
||||||
wcd4e:: ds 1
|
wcd4e:: ds 1
|
||||||
wcd4f:: ds 1
|
wcd4f:: ds 1
|
||||||
|
Reference in New Issue
Block a user