mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Use constants for elevator floors
This commit is contained in:
parent
66bc517605
commit
dfa266f05c
4 changed files with 33 additions and 3 deletions
|
|
@ -85,6 +85,20 @@ SAFARI_ROCK EQU $16 ; overload
|
|||
const MAX_ETHER ; $51
|
||||
const ELIXER ; $52
|
||||
const MAX_ELIXER ; $53
|
||||
const FLOOR_B2F ; $54
|
||||
const FLOOR_B1F ; $55
|
||||
const FLOOR_1F ; $56
|
||||
const FLOOR_2F ; $57
|
||||
const FLOOR_3F ; $58
|
||||
const FLOOR_4F ; $59
|
||||
const FLOOR_5F ; $5A
|
||||
const FLOOR_6F ; $5B
|
||||
const FLOOR_7F ; $5C
|
||||
const FLOOR_8F ; $5D
|
||||
const FLOOR_9F ; $5E
|
||||
const FLOOR_10F ; $5F
|
||||
const FLOOR_11F ; $60
|
||||
const FLOOR_B4F ; $61
|
||||
|
||||
const_value = $C4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue