diff options
author | D G Turner | 2012-07-11 18:20:26 +0100 |
---|---|---|
committer | D G Turner | 2012-07-11 18:21:46 +0100 |
commit | 923c05faf5de95b3b80b1cbc4f9b6675f61bc9aa (patch) | |
tree | 20ce8bbd92732818cafb975b8213c2020111dfb8 /devtools/create_teenagent | |
parent | cffff61081a48da730a9c3969c9b824852dcd71a (diff) | |
download | scummvm-rg350-923c05faf5de95b3b80b1cbc4f9b6675f61bc9aa.tar.gz scummvm-rg350-923c05faf5de95b3b80b1cbc4f9b6675f61bc9aa.tar.bz2 scummvm-rg350-923c05faf5de95b3b80b1cbc4f9b6675f61bc9aa.zip |
TEENAGENT: Migrate Dialog functions to using dialog numbers.
This removes the hardcoded address/offsets from the callback functions.
Diffstat (limited to 'devtools/create_teenagent')
-rw-r--r-- | devtools/create_teenagent/static_tables.h | 4 |
1 files changed, 4 insertions, 0 deletions
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!!!", |