Merge branch 'master' into continue_union_room

This commit is contained in:
PikalaxALT
2019-03-30 12:41:10 -04:00
26 changed files with 3595 additions and 8781 deletions
+32
View File
@@ -403,6 +403,38 @@
.byte \param0
.byte \param1
.endm
@ Help macros for 5 uses of moveend command
@ All cases
.macro moveendall
setbyte sMOVEEND_STATE, 0
moveend 0, 0
.endm
@ Chosen case
.macro moveendcase case:req
setbyte sMOVEEND_STATE, \case
moveend 1, 0
.endm
@ All cases from (inclusive)
.macro moveendfrom from:req
setbyte sMOVEEND_STATE, \from
moveend 0, 0
.endm
@ All cases from 0 to (not inclusive)
.macro moveendto to:req
setbyte sMOVEEND_STATE, 0
moveend 2, \to
.endm
@ Cases from (inclusive) to (not inclusive)
.macro moveendfromto from:req, to:req
setbyte sMOVEEND_STATE, \from
moveend 2, \to
.endm
.macro typecalc2
.byte 0x4a
-2622
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -5,8 +5,6 @@
.text
@ file boundary?
thumb_func_start sub_8018424
sub_8018424: @ 8018424
push {lr}
File diff suppressed because it is too large Load Diff