mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-27 18:43:54 -05:00
83 lines
3.6 KiB
C
83 lines
3.6 KiB
C
#ifndef POKEHEARTGOLD_CONSTANTS_PHONE_CONTACTS_H
|
|
#define POKEHEARTGOLD_CONSTANTS_PHONE_CONTACTS_H
|
|
|
|
#define PHONE_CONTACT_NONE 0xff
|
|
#define PHONE_CONTACT_MOTHER 0
|
|
#define PHONE_CONTACT_PROF__ELM 1
|
|
#define PHONE_CONTACT_PROF__OAK 2
|
|
#define PHONE_CONTACT_ETHAN 3
|
|
#define PHONE_CONTACT_LYRA 4
|
|
#define PHONE_CONTACT_KURT 5
|
|
#define PHONE_CONTACT_DAY_C_MAN 6
|
|
#define PHONE_CONTACT_DAY_C_LADY 7
|
|
#define PHONE_CONTACT_BUENA 8
|
|
#define PHONE_CONTACT_BILL 9
|
|
#define PHONE_CONTACT_JOEY 10
|
|
#define PHONE_CONTACT_RALPH 11
|
|
#define PHONE_CONTACT_LIZ 12
|
|
#define PHONE_CONTACT_WADE 13
|
|
#define PHONE_CONTACT_ANTHONY 14
|
|
#define PHONE_CONTACT_BIKE_SHOP 15
|
|
#define PHONE_CONTACT_KENJI 16
|
|
#define PHONE_CONTACT_WHITNEY 17
|
|
#define PHONE_CONTACT_FALKNER 18
|
|
#define PHONE_CONTACT_JACK 19
|
|
#define PHONE_CONTACT_CHAD 20
|
|
#define PHONE_CONTACT_BRENT 21
|
|
#define PHONE_CONTACT_TODD 22
|
|
#define PHONE_CONTACT_ARNIE 23
|
|
#define PHONE_CONTACT_BAOBA 24
|
|
#define PHONE_CONTACT_IRWIN 25
|
|
#define PHONE_CONTACT_JANINE 26
|
|
#define PHONE_CONTACT_CLAIR 27
|
|
#define PHONE_CONTACT_ERIKA 28
|
|
#define PHONE_CONTACT_MISTY 29
|
|
#define PHONE_CONTACT_BLAINE 30
|
|
#define PHONE_CONTACT_BLUE 31
|
|
#define PHONE_CONTACT_CHUCK 32
|
|
#define PHONE_CONTACT_BROCK 33
|
|
#define PHONE_CONTACT_BUGSY 34
|
|
#define PHONE_CONTACT_SABRINA 35
|
|
#define PHONE_CONTACT_LT__SURGE 36
|
|
#define PHONE_CONTACT_MORTY 37
|
|
#define PHONE_CONTACT_JASMINE 38
|
|
#define PHONE_CONTACT_PRYCE 39
|
|
#define PHONE_CONTACT_HUEY 40
|
|
#define PHONE_CONTACT_GAVEN 41
|
|
#define PHONE_CONTACT_JAMIE 42
|
|
#define PHONE_CONTACT_REENA 43
|
|
#define PHONE_CONTACT_VANCE 44
|
|
#define PHONE_CONTACT_PARRY 45
|
|
#define PHONE_CONTACT_ERIN 46
|
|
#define PHONE_CONTACT_BEVERLY 47
|
|
#define PHONE_CONTACT_JOSE 48
|
|
#define PHONE_CONTACT_GINA 49
|
|
#define PHONE_CONTACT_ALAN 50
|
|
#define PHONE_CONTACT_DANA 51
|
|
#define PHONE_CONTACT_DEREK 52
|
|
#define PHONE_CONTACT_TULLY 53
|
|
#define PHONE_CONTACT_TIFFANY 54
|
|
#define PHONE_CONTACT_WILTON 55
|
|
#define PHONE_CONTACT_KRISE 56
|
|
#define PHONE_CONTACT_IAN 57
|
|
#define PHONE_CONTACT_WALT 58
|
|
#define PHONE_CONTACT_ALFRED 59
|
|
#define PHONE_CONTACT_DOUG 60
|
|
#define PHONE_CONTACT_ROB 61
|
|
#define PHONE_CONTACT_KYLE 62
|
|
#define PHONE_CONTACT_KYLER 63
|
|
#define PHONE_CONTACT_TIM_AND_SUE 64
|
|
#define PHONE_CONTACT_KENNY 65
|
|
#define PHONE_CONTACT_TANNER 66
|
|
#define PHONE_CONTACT_JOSH 67
|
|
#define PHONE_CONTACT_TORIN 68
|
|
#define PHONE_CONTACT_HILLARY 69
|
|
#define PHONE_CONTACT_BILLY 70
|
|
#define PHONE_CONTACT_KAY_AND_TIA 71
|
|
#define PHONE_CONTACT_REESE 72
|
|
#define PHONE_CONTACT_AIDEN 73
|
|
#define PHONE_CONTACT_ERNEST 74
|
|
#define NUM_PHONE_CONTACTS 75
|
|
|
|
#endif //POKEHEARTGOLD_CONSTANTS_PHONE_CONTACTS_H
|