Reorganize macros

This commit is contained in:
Remy Oukaour
2017-12-14 00:36:24 -05:00
parent 8745915dbd
commit e48a401290
48 changed files with 1637 additions and 2030 deletions

View File

@@ -1035,13 +1035,8 @@ IsHM:: ; 34df
ret
; 34e7
IsHMMove:: ; 34e7
ld hl, HMMoves
ld de, 1
jp IsInArray
INCLUDE "data/hm_moves.asm"
INCLUDE "home/hm_moves.asm"
GetMoveName:: ; 34f8