Use more struct offsets and constants for monsters and moves.

This commit is contained in:
yenatch
2015-02-14 12:08:32 -08:00
parent 3619b13d6c
commit 58e5b396c1
2 changed files with 56 additions and 47 deletions

View File

@@ -1,5 +1,6 @@
MAX_LEVEL EQU 100
MIN_LEVEL EQU 2
EGG_LEVEL EQU 5
NUM_MOVES EQU 4
REST_TURNS EQU 2