mirror of https://github.com/pret/pokecrystal.git
Merge pull request #194 from kanzure/fix-asm-whitespace
whitespace -> tabs in main.asm
This commit is contained in:
commit
c9dba36d13
2
main.asm
2
main.asm
|
@ -72446,7 +72446,7 @@ RegionCheck: ; 0x1caea1
|
||||||
|
|
||||||
SECTION "bank73",ROMX,BANK[$73]
|
SECTION "bank73",ROMX,BANK[$73]
|
||||||
|
|
||||||
; Pokedex entries III
|
; Pokedex entries III
|
||||||
; 129-192
|
; 129-192
|
||||||
PokedexEntries3:
|
PokedexEntries3:
|
||||||
INCLUDE "stats/pokedex/entries_3.asm"
|
INCLUDE "stats/pokedex/entries_3.asm"
|
||||||
|
|
Loading…
Reference in New Issue