| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /*
- ** Command & Conquer(tm)
- ** Copyright 2025 Electronic Arts Inc.
- **
- ** This program 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.
- **
- ** This program is distributed in the hope that it will be useful,
- ** but WITHOUT ANY WARRANTY; without even the implied warranty of
- ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- ** GNU General Public License for more details.
- **
- ** You should have received a copy of the GNU General Public License
- ** along with this program. If not, see <http://www.gnu.org/licenses/>.
- */
- #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...
|