Misc refactoring

This commit is contained in:
earthoul 2026-02-08 00:17:50 +09:00
parent 2d65b27799
commit 0417c81741
No known key found for this signature in database
GPG Key ID: 9049439C902677E4
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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