diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-09-25 19:21:49 -0400 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2014-09-25 19:21:49 -0400 |
| commit | de39851f4a06da54856b1da36edf92e3ab9fb9cc (patch) | |
| tree | 407034e78decc6bd2f2848dd8a1c46a0020b8d35 /constants.asm | |
| parent | Accidentally committed .orig files from merge dff0cdeb. (diff) | |
| download | pokeyellow-de39851f4a06da54856b1da36edf92e3ab9fb9cc.tar.gz pokeyellow-de39851f4a06da54856b1da36edf92e3ab9fb9cc.tar.xz pokeyellow-de39851f4a06da54856b1da36edf92e3ab9fb9cc.zip | |
Make Hide/Show objects more dynamic
be on the look out for more static ids in the wild
unused constants are still included because a
script could be written to check whether the player
has picked up an item/fought a legendary etc.
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index b427e3c7..d92dfb95 100644 --- a/constants.asm +++ b/constants.asm @@ -27,6 +27,7 @@ INCLUDE "constants/list_constants.asm" INCLUDE "constants/map_constants.asm" INCLUDE "constants/map_dimensions.asm" INCLUDE "constants/connection_constants.asm" +INCLUDE "constants/hide_show_constants.asm" INCLUDE "constants/credits_constants.asm" INCLUDE "constants/music_constants.asm" INCLUDE "constants/tilesets.asm" |
