You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
shorten redundant text_jump macros
This commit is contained in:
@@ -136,27 +136,27 @@ FruitTreeItems: ; 44097
|
||||
; 440b5
|
||||
|
||||
FruitBearingTreeText: ; 440b5
|
||||
text_jump _FruitBearingTreeText, BANK(_FruitBearingTreeText)
|
||||
text_jump _FruitBearingTreeText
|
||||
db "@"
|
||||
; 440ba
|
||||
|
||||
HeyItsFruitText: ; 440ba
|
||||
text_jump _HeyItsFruitText, BANK(_HeyItsFruitText)
|
||||
text_jump _HeyItsFruitText
|
||||
db "@"
|
||||
; 440bf
|
||||
|
||||
ObtainedFruitText: ; 440bf
|
||||
text_jump _ObtainedFruitText, BANK(_ObtainedFruitText)
|
||||
text_jump _ObtainedFruitText
|
||||
db "@"
|
||||
; 440c4
|
||||
|
||||
FruitPackIsFullText: ; 440c4
|
||||
text_jump _FruitPackIsFullText, BANK(_FruitPackIsFullText)
|
||||
text_jump _FruitPackIsFullText
|
||||
db "@"
|
||||
; 440c9
|
||||
|
||||
NothingHereText: ; 440c9
|
||||
text_jump _NothingHereText, BANK(_NothingHereText)
|
||||
text_jump _NothingHereText
|
||||
db "@"
|
||||
; 440ce
|
||||
|
||||
|
@@ -589,7 +589,7 @@ GiveItemScript: ; 96f77
|
||||
; 96f89
|
||||
|
||||
ReceivedItemText: ; 96f89
|
||||
text_jump UnknownText_0x1c4719, BANK(UnknownText_0x1c4719)
|
||||
text_jump UnknownText_0x1c4719
|
||||
db "@"
|
||||
; 96f8e
|
||||
|
||||
@@ -706,12 +706,12 @@ CurItemName: ; 97051
|
||||
|
||||
|
||||
PutItemInPocketText: ; 9705b
|
||||
text_jump UnknownText_0x1c472c, BANK(UnknownText_0x1c472c)
|
||||
text_jump UnknownText_0x1c472c
|
||||
db "@"
|
||||
; 97060
|
||||
|
||||
PocketIsFullText: ; 97060
|
||||
text_jump UnknownText_0x1c474b, BANK(UnknownText_0x1c474b)
|
||||
text_jump UnknownText_0x1c474b
|
||||
db "@"
|
||||
; 97065
|
||||
|
||||
|
Reference in New Issue
Block a user