mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Correct comments
This commit is contained in:
parent
6ebe45e41f
commit
662b3459f6
@ -1,4 +1,4 @@
|
||||
; npctrade struct members (see data/npc_trades.asm)
|
||||
; npctrade struct members (see data/events/npc_trades.asm)
|
||||
TRADE_DIALOG EQU 0
|
||||
TRADE_GIVEMON EQU 1
|
||||
TRADE_GETMON EQU 2
|
||||
@ -10,7 +10,7 @@ TRADE_OT_NAME EQU 19
|
||||
TRADE_GENDER EQU 30
|
||||
TRADE_PADDING EQU 31
|
||||
|
||||
; NPCTrades indexes (see data/npc_trades.asm)
|
||||
; NPCTrades indexes (see data/events/npc_trades.asm)
|
||||
const_def
|
||||
const NPCTRADE_MIKE ; 0
|
||||
const NPCTRADE_KYLE ; 1
|
||||
|
@ -129,7 +129,7 @@ CMDQUEUE_STONETABLE EQU 2
|
||||
|
||||
|
||||
; elevfloor macro values
|
||||
; ElevatorFloorNames indexes (see data/elevator_floors.asm)
|
||||
; ElevatorFloorNames indexes (see data/events/elevator_floors.asm)
|
||||
const_def
|
||||
const FLOOR_B4F
|
||||
const FLOOR_B3F
|
||||
@ -267,7 +267,7 @@ NUM_FRUIT_TREES EQU const_value +- 1
|
||||
NUM_UNOWN_PUZZLES EQU const_value
|
||||
|
||||
; DisplayUnownWords writebyte arguments
|
||||
; UnownWalls and MenuHeaders_UnownWalls indexes (see data/unown_walls.asm)
|
||||
; UnownWalls and MenuHeaders_UnownWalls indexes (see data/events/unown_walls.asm)
|
||||
const_def
|
||||
const UNOWNWORDS_ESCAPE ; 0
|
||||
const UNOWNWORDS_LIGHT ; 1
|
||||
|
@ -1,5 +1,5 @@
|
||||
; StdScripts indexes (see engine/events/std_scripts.asm)
|
||||
; also used in TileCollisionStdScripts (see data/collision_stdscripts.asm)
|
||||
; also used in TileCollisionStdScripts (see data/events/collision_stdscripts.asm)
|
||||
enum_start
|
||||
enum pokecenternurse
|
||||
enum difficultbookshelf
|
||||
|
Loading…
Reference in New Issue
Block a user