40 lines
2.3 KiB
C
40 lines
2.3 KiB
C
//
|
|
// Copyright 2020 Electronic Arts Inc.
|
|
//
|
|
// TiberianDawn.DLL and RedAlert.dll and corresponding source code is free
|
|
// software: you can redistribute it and/or modify it under the terms of
|
|
// the GNU General Public License as published by the Free Software Foundation,
|
|
// either version 3 of the License, or (at your option) any later version.
|
|
|
|
// TiberianDawn.DLL and RedAlert.dll and corresponding source code is distributed
|
|
// in the hope that it will be useful, but with permitted additional restrictions
|
|
// under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT
|
|
// distributed with this program. You should have received a copy of the
|
|
// GNU General Public License along with permitted additional restrictions
|
|
// with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection
|
|
|
|
#define TXT_NONE_DEBUG 0x3e8 //
|
|
#define TXTED_BLANK 0x3e9 // ____
|
|
#define TXTED_UNABLETOREAD 0x3ea // Unable to read scenario!
|
|
#define TXTED_FILEEXISTS 0x3eb // File exists. Replace?
|
|
#define TXTED_LOWMEM 0x3ec // Insufficient memory!
|
|
#define TXTED_EXIT 0x3ed // Exit Scenario Editor?
|
|
#define TXT_GENERIC_EXCEPTION 0x3ee // ERROR: Exception was
|
|
#define TXT_RADIO_1 0x3ef // hisssss
|
|
#define TXT_RADIO_2 0x3f0 // Roger.
|
|
#define TXT_RADIO_3 0x3f1 // Come in.
|
|
#define TXT_RADIO_4 0x3f2 // Over and out.
|
|
#define TXT_RADIO_5 0x3f3 // Requesting transport.
|
|
#define TXT_RADIO_6 0x3f4 // I've got a delivery for
|
|
#define TXT_RADIO_7 0x3f5 // I'm performing load/unload
|
|
#define TXT_RADIO_8 0x3f6 // I'm clear.
|
|
#define TXT_RADIO_9 0x3f7 // You are clear to unload.
|
|
#define TXT_RADIO_10 0x3f8 // Am unable to comply.
|
|
#define TXT_RADIO_11 0x3f9 // I'm starting construction
|
|
#define TXT_RADIO_12 0x3fa // I've finished construction.
|
|
#define TXT_RADIO_13 0x3fb // Oops, sorry. I might have
|
|
#define TXT_RADIO_14 0x3fc // I'm full. May I unload at
|
|
#define TXT_RADIO_15 0x3fd // Are you a refinery and are
|
|
#define TXT_RADIO_16 0x3fe // Take this kick! You...
|
|
#define TXT_RADIO_17 0x3ff // Take this punch! You...
|