mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
More bugfixes.
Fix some tm compatibility issues.
This commit is contained in:
parent
088f40842f
commit
90482175c3
|
@ -26,8 +26,8 @@ db 0 ; growth rate
|
||||||
tmlearn 33,34,39
|
tmlearn 33,34,39
|
||||||
tmlearn 44,46
|
tmlearn 44,46
|
||||||
IF DEF(_YELLOW)
|
IF DEF(_YELLOW)
|
||||||
tmlearn 49,54
|
tmlearn 50,55
|
||||||
ELSE
|
ELSE
|
||||||
tmlearn 49
|
tmlearn 50
|
||||||
ENDC
|
ENDC
|
||||||
db 0 ; padding
|
db 0 ; padding
|
||||||
|
|
|
@ -26,8 +26,8 @@ db 3 ; growth rate
|
||||||
tmlearn 33,34,38,39,40
|
tmlearn 33,34,38,39,40
|
||||||
tmlearn 44
|
tmlearn 44
|
||||||
IF DEF(_YELLOW)
|
IF DEF(_YELLOW)
|
||||||
tmlearn 49,50,51,53
|
tmlearn 50,51,52,54
|
||||||
ELSE
|
ELSE
|
||||||
tmlearn 49,50,53
|
tmlearn 50,51,54
|
||||||
ENDC
|
ENDC
|
||||||
db 0 ; padding
|
db 0 ; padding
|
||||||
|
|
|
@ -26,8 +26,8 @@ db 0 ; growth rate
|
||||||
tmlearn 34
|
tmlearn 34
|
||||||
tmlearn 44,48
|
tmlearn 44,48
|
||||||
IF DEF(_YELLOW)
|
IF DEF(_YELLOW)
|
||||||
tmlearn 49,50
|
tmlearn 50,51
|
||||||
ELSE
|
ELSE
|
||||||
tmlearn 49
|
tmlearn 50
|
||||||
ENDC
|
ENDC
|
||||||
db 0 ; padding
|
db 0 ; padding
|
||||||
|
|
|
@ -26,8 +26,8 @@ db 0 ; growth rate
|
||||||
tmlearn 34
|
tmlearn 34
|
||||||
tmlearn 44,48
|
tmlearn 44,48
|
||||||
IF DEF(_YELLOW)
|
IF DEF(_YELLOW)
|
||||||
tmlearn 49,50
|
tmlearn 50,51
|
||||||
ELSE
|
ELSE
|
||||||
tmlearn 49
|
tmlearn 50
|
||||||
ENDC
|
ENDC
|
||||||
db 0 ; padding
|
db 0 ; padding
|
||||||
|
|
|
@ -23,14 +23,14 @@ db 0 ; growth rate
|
||||||
tmlearn 9,10
|
tmlearn 9,10
|
||||||
tmlearn 20,21,22
|
tmlearn 20,21,22
|
||||||
IF DEF(_YELLOW)
|
IF DEF(_YELLOW)
|
||||||
tmlearn 28,29,30,31
|
tmlearn 29,30,31,32
|
||||||
tmlearn 32,33,38
|
tmlearn 33,34,39
|
||||||
tmlearn 43,45
|
tmlearn 44,46
|
||||||
tmlearn 49,53
|
tmlearn 50,55
|
||||||
ELSE
|
ELSE
|
||||||
tmlearn 28,30,31
|
tmlearn 29,31,32
|
||||||
tmlearn 32,33
|
tmlearn 33,34
|
||||||
tmlearn 43,45
|
tmlearn 44,46
|
||||||
tmlearn 49
|
tmlearn 50
|
||||||
ENDC
|
ENDC
|
||||||
db 0 ; padding
|
db 0 ; padding
|
||||||
|
|
Loading…
Reference in a new issue