Big switch mofo
This commit is contained in:
-2190
File diff suppressed because it is too large
Load Diff
@@ -600,7 +600,7 @@
|
|||||||
#define BLDCNT_TGT2_ALL (BLDCNT_TGT2_BG0 | BLDCNT_TGT2_BG1 | BLDCNT_TGT2_BG2 | BLDCNT_TGT2_BG3 | BLDCNT_TGT2_OBJ | BLDCNT_TGT2_BD)
|
#define BLDCNT_TGT2_ALL (BLDCNT_TGT2_BG0 | BLDCNT_TGT2_BG1 | BLDCNT_TGT2_BG2 | BLDCNT_TGT2_BG3 | BLDCNT_TGT2_OBJ | BLDCNT_TGT2_BD)
|
||||||
|
|
||||||
// BLDALPHA
|
// BLDALPHA
|
||||||
#define BLDALPHA_BLEND(target1, target2) (((target2) << 8) | (target1))
|
#define BLDALPHA_BLEND(target1, target2) ((target1)) | ((target2) << 8)
|
||||||
|
|
||||||
// SOUNDCNT_H
|
// SOUNDCNT_H
|
||||||
#define SOUND_CGB_MIX_QUARTER 0x0000
|
#define SOUND_CGB_MIX_QUARTER 0x0000
|
||||||
|
|||||||
@@ -1984,4 +1984,10 @@ extern const u8 gText_EggCantBeTradedNow[];
|
|||||||
extern const u8 gText_OtherTrainerCantAcceptPkmn[];
|
extern const u8 gText_OtherTrainerCantAcceptPkmn[];
|
||||||
extern const u8 gText_CantTradeWithTrainer[];
|
extern const u8 gText_CantTradeWithTrainer[];
|
||||||
|
|
||||||
|
// trade
|
||||||
|
extern const u8 gText_XWillBeSentToY[];
|
||||||
|
extern const u8 gText_ByeByeVar1[];
|
||||||
|
extern const u8 gText_XSentOverY[];
|
||||||
|
extern const u8 gText_TakeGoodCareOfX[];
|
||||||
|
|
||||||
#endif //GUARD_STRINGS_H
|
#endif //GUARD_STRINGS_H
|
||||||
|
|||||||
+753
-158
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user