mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Big switch mofo
This commit is contained in:
parent
5691a67629
commit
9cad5e8197
2190
asm/trade.s
2190
asm/trade.s
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)
|
||||
|
||||
// BLDALPHA
|
||||
#define BLDALPHA_BLEND(target1, target2) (((target2) << 8) | (target1))
|
||||
#define BLDALPHA_BLEND(target1, target2) ((target1)) | ((target2) << 8)
|
||||
|
||||
// SOUNDCNT_H
|
||||
#define SOUND_CGB_MIX_QUARTER 0x0000
|
||||
|
@ -1984,4 +1984,10 @@ extern const u8 gText_EggCantBeTradedNow[];
|
||||
extern const u8 gText_OtherTrainerCantAcceptPkmn[];
|
||||
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
|
||||
|
911
src/trade.c
911
src/trade.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user