Merge pull request #132 from yenatch/master

map groups + gfx.py fix
This commit is contained in:
Bryan Bishop
2013-05-12 07:53:46 -07:00
3 changed files with 31 additions and 31 deletions

View File

@@ -12678,7 +12678,6 @@ SECTION "bank25",DATA,BANK[$25]
MapGroupPointers: ; 0x94000
; pointers to the first map header of each map group
dw MapGroup0
dw MapGroup1
dw MapGroup2
dw MapGroup3
@@ -12704,6 +12703,7 @@ MapGroupPointers: ; 0x94000
dw MapGroup23
dw MapGroup24
dw MapGroup25
dw MapGroup26
INCLUDE "maps/map_headers.asm"