mirror of
https://github.com/pret/pokered.git
synced 2026-08-27 20:04:39 -05:00
@@ -12,7 +12,9 @@ DEF PHYSICAL EQU const_value
|
||||
const BUG ; $07
|
||||
const GHOST ; $08
|
||||
|
||||
DEF UNUSED_TYPES EQU const_value
|
||||
const_next 20
|
||||
DEF UNUSED_TYPES_END EQU const_value
|
||||
|
||||
DEF SPECIAL EQU const_value
|
||||
const FIRE ; $14
|
||||
|
||||
@@ -11,7 +11,7 @@ TypeNames:
|
||||
dw .Bug
|
||||
dw .Ghost
|
||||
|
||||
REPT FIRE - GHOST - 1
|
||||
REPT UNUSED_TYPES_END - UNUSED_TYPES
|
||||
dw .Normal
|
||||
ENDR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user