mirror of
https://github.com/pret/poketcg2.git
synced 2026-03-21 17:45:06 -05:00
Misc refactoring
This commit is contained in:
parent
2d65b27799
commit
0417c81741
|
|
@ -123,8 +123,8 @@ DEF GR_ISLAND EQU $1
|
|||
const MAP_GR_CASTLE_ENTRANCE ; $71
|
||||
const MAP_GR_CASTLE ; $72
|
||||
const MAP_GR_CASTLE_BIRURITCHI ; $73
|
||||
|
||||
DEF MAP_NONE EQU -1
|
||||
const_def -1
|
||||
const MAP_NONE ; $ff
|
||||
|
||||
; MAP_GFX_*
|
||||
; referenced in MapHeaders, and others. see also: data/map_gfx.asm
|
||||
|
|
|
|||
|
|
@ -331,8 +331,8 @@ DEF NUM_PICS EQU const_value
|
|||
const NPC_WHITE_CASTLE_COIN ; $e6
|
||||
const NPC_PURPLE_CASTLE_COIN ; $e7
|
||||
const NPC_STRONGHOLD_PLATFORM ; $e8
|
||||
|
||||
DEF NPC_NONE EQU -1
|
||||
const_def -1
|
||||
const NPC_NONE ; $ff
|
||||
|
||||
; grand masters
|
||||
const_def
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
const OW_ANIM_29 ; $29
|
||||
const OW_ANIM_2A ; $2a
|
||||
const OW_ANIM_2B ; $2b
|
||||
DEF const_value = $ff
|
||||
const_def -1
|
||||
const OW_ANIM_NONE ; $ff
|
||||
|
||||
const_def
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user