From 923c05faf5de95b3b80b1cbc4f9b6675f61bc9aa Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 11 Jul 2012 18:20:26 +0100 Subject: TEENAGENT: Migrate Dialog functions to using dialog numbers. This removes the hardcoded address/offsets from the callback functions. --- devtools/create_teenagent/static_tables.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devtools/create_teenagent/static_tables.h') diff --git a/devtools/create_teenagent/static_tables.h b/devtools/create_teenagent/static_tables.h index e4d11913fb..b57aed4735 100644 --- a/devtools/create_teenagent/static_tables.h +++ b/devtools/create_teenagent/static_tables.h @@ -16232,6 +16232,10 @@ const static char* dialog_162[] = { END_DIALOG }; +// Note: +// The usage of this in the engine overlaps the previous dialog i.e. the +// starting offset used is two bytes early, thus implicitly changing the +// first command of this dialog from NEW_LINE to CHANGE_CHARACTER. const static char* dialog_163[] = { NEW_LINE, "OH GIMMIE GIMMIE GIMMIE!!!", -- cgit v1.2.3