mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
parent
d7808d110f
commit
6b5be9129c
101 changed files with 958 additions and 958 deletions
|
|
@ -1,6 +1,6 @@
|
|||
NAME_LENGTH EQU 11
|
||||
ITEM_NAME_LENGTH EQU 13
|
||||
NAME_BUFFER_LENGTH EQU 20
|
||||
DEF NAME_LENGTH EQU 11
|
||||
DEF ITEM_NAME_LENGTH EQU 13
|
||||
DEF NAME_BUFFER_LENGTH EQU 20
|
||||
|
||||
; PrintNumber
|
||||
const_def 5
|
||||
|
|
@ -8,9 +8,9 @@ NAME_BUFFER_LENGTH EQU 20
|
|||
const BIT_LEFT_ALIGN ; 6
|
||||
const BIT_LEADING_ZEROES ; 7
|
||||
|
||||
MONEY_SIGN EQU (1 << BIT_MONEY_SIGN)
|
||||
LEFT_ALIGN EQU (1 << BIT_LEFT_ALIGN)
|
||||
LEADING_ZEROES EQU (1 << BIT_LEADING_ZEROES)
|
||||
DEF MONEY_SIGN EQU (1 << BIT_MONEY_SIGN)
|
||||
DEF LEFT_ALIGN EQU (1 << BIT_LEFT_ALIGN)
|
||||
DEF LEADING_ZEROES EQU (1 << BIT_LEADING_ZEROES)
|
||||
|
||||
; special text IDs (see home/text_script.asm)
|
||||
const_def $d0
|
||||
|
|
@ -19,4 +19,4 @@ LEADING_ZEROES EQU (1 << BIT_LEADING_ZEROES)
|
|||
const TEXT_REPEL_WORE_OFF ; $d2
|
||||
const TEXT_SAFARI_GAME_OVER ; $d3
|
||||
|
||||
TEXT_START_MENU EQU $00
|
||||
DEF TEXT_START_MENU EQU $00
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue