Add a lot of Yellow text changes.

This commit is contained in:
IIMarckus 2014-10-10 01:46:06 -06:00
parent 906bd59e77
commit 6e14461fa6
49 changed files with 945 additions and 11 deletions

View file

@ -2954,7 +2954,11 @@ Func_3d4b6: ; 3d4b6 (f:54b6)
jp Delay3
DisabledText: ; 3d555 (f:5555)
IF _YELLOW
db "Disabled!@"
ELSE
db "disabled!@"
ENDC
TypeText: ; 3d55f (f:555f)
db "TYPE@"

View file

@ -345,6 +345,9 @@ BillsPCMenuText: ; 216e1 (8:56e1)
next "DEPOSIT ", $4a
next "RELEASE ", $4a
next "CHANGE BOX"
IF _YELLOW
next "PRINT BOX"
ENDC
next "SEE YA!"
db "@"

View file

@ -366,6 +366,9 @@ PokedexMenuItemsText: ; 402af (10:42af)
db "DATA"
next "CRY"
next "AREA"
IF _YELLOW
next "PRNT"
ENDC
next "QUIT@"
; tests if a pokemon's bit is set in the seen or owned pokemon bit fields