From 237404fa70e0aa75c0a9803830915d01bb763d43 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 22 Nov 2014 16:59:51 +0100 Subject: ACCESS: Some more work on RIVER (still WIP) --- engines/access/amazon/amazon_resources.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'engines/access/amazon/amazon_resources.h') diff --git a/engines/access/amazon/amazon_resources.h b/engines/access/amazon/amazon_resources.h index 434a0f37db..f7e1b0371b 100644 --- a/engines/access/amazon/amazon_resources.h +++ b/engines/access/amazon/amazon_resources.h @@ -83,6 +83,21 @@ extern const int TORCH[12]; extern const int SPEAR[3]; extern const int openObj[10][4]; + +extern const byte MAP0[26]; +extern const byte MAP1[27]; +extern const byte MAP2[32]; + +extern const byte *MAPTBL[3]; + +extern const byte RIVER0OBJECTS[450]; +extern const byte ENDRIVER0[10]; +extern const byte RIVER1OBJECTS[490]; +extern const byte ENDRIVER1[10]; +extern const byte RIVER2OBJECTS[530]; +extern const byte ENDRIVER2[10]; + +extern const byte *RIVEROBJECTTBL[6]; } // End of namespace Amazon } // End of namespace Access -- cgit v1.2.3