From c23ef97b46f185fa39cf2d51619f00344940e379 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 1 Apr 2020 01:36:22 -0700 Subject: [PATCH] Updated #includes in wump_game.pvvs. --- examples/hunt-the-wumpus/wump_game.pvvs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/hunt-the-wumpus/wump_game.pvvs b/examples/hunt-the-wumpus/wump_game.pvvs index a387f48..1f48753 100644 --- a/examples/hunt-the-wumpus/wump_game.pvvs +++ b/examples/hunt-the-wumpus/wump_game.pvvs @@ -855,6 +855,7 @@ NNN | DIE @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ #include #include +#include #include +#include NSSVTSSTTSSSN | MARK: 10011000 (get_answer) @ TODO: Consider extending the GETCHAR instruction in VVS to indicate an empty @@ -949,6 +951,7 @@ NTN | RTS @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ #include +#include NSSVTSSTTSTTN | MARK: 10011011 (print_cave_description) NSTTTTTTTTTSSSSTSTSN | JSR > 11111111 00001010 (cave_description) SSSTSSSSSSSSSTSTN | PUSH 0x1005 (number_of_arrows address) @@ -975,7 +978,6 @@ NTN | RTS @ Return Stack: @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -#include #include #include NSSVTSTSSSSTN | MARK: 10100001 (print_room_stats) -- 2.20.1