blob: 372e59c660d1c3b8de918f56696f0fdc83f01a49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
SafariZoneNorthRestHouse_Script:
call EnableAutoTextBoxDrawing
ret
SafariZoneNorthRestHouse_TextPointers:
def_text_pointers
dw_const SafariZoneNorthRestHouseScientistText, TEXT_SAFARIZONENORTHRESTHOUSE_SCIENTIST
dw_const SafariZoneNorthRestHouseSafariZoneWorkerText, TEXT_SAFARIZONENORTHRESTHOUSE_SAFARI_ZONE_WORKER
dw_const SafariZoneNorthRestHouseGentlemanText, TEXT_SAFARIZONENORTHRESTHOUSE_GENTLEMAN
SafariZoneNorthRestHouseScientistText:
text_far _SafariZoneNorthRestHouseScientistText
text_end
SafariZoneNorthRestHouseSafariZoneWorkerText:
text_far _SafariZoneNorthRestHouseSafariZoneWorkerText
text_end
SafariZoneNorthRestHouseGentlemanText:
text_far _SafariZoneNorthRestHouseGentlemanText
text_end
|