mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
move missed constant
hg-commit-id: 229b952d44c7
This commit is contained in:
parent
09d6b45100
commit
9bae391ba0
|
@ -152,6 +152,8 @@ W_BATTLETYPE EQU $D05A ; in normal battle, this is 0
|
||||||
W_LONEATTACKNO EQU $D05C ; which entry in LoneAttacks to use
|
W_LONEATTACKNO EQU $D05C ; which entry in LoneAttacks to use
|
||||||
W_TRAINERNO EQU $D05D ; which instance of [youngster, lass, etc] is this?
|
W_TRAINERNO EQU $D05D ; which instance of [youngster, lass, etc] is this?
|
||||||
|
|
||||||
|
W_MOVEMISSED EQU $D05F
|
||||||
|
|
||||||
; not entirely sure that all these bits are 100% correct
|
; not entirely sure that all these bits are 100% correct
|
||||||
; Battle Status Byte 1
|
; Battle Status Byte 1
|
||||||
; bit 0 - bide
|
; bit 0 - bide
|
||||||
|
|
Loading…
Reference in a new issue