diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-30 17:34:50 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-30 17:34:50 -0400 |
| commit | b3eadb3508d97f48bda3f14c15378df24942719a (patch) | |
| tree | 93e9c3fa4cb0e821dfe5e430c1b3246b371fb51e /macros/data.asm | |
| parent | Merge remote-tracking branch 'remotes/pokered/master' (diff) | |
| parent | Eliminate unnecessary data macros (diff) | |
| download | pokeyellow-b3eadb3508d97f48bda3f14c15378df24942719a.tar.gz pokeyellow-b3eadb3508d97f48bda3f14c15378df24942719a.tar.xz pokeyellow-b3eadb3508d97f48bda3f14c15378df24942719a.zip | |
Merge remote-tracking branch 'remotes/pokered/master'
Diffstat (limited to 'macros/data.asm')
| -rw-r--r-- | macros/data.asm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/data.asm b/macros/data.asm index b5836b50..9d8a4406 100644 --- a/macros/data.asm +++ b/macros/data.asm @@ -13,9 +13,6 @@ bcd3: MACRO dn ((\1) / 10) % 10, (\1) % 10 ENDM -coins EQUS "bcd2" -money EQUS "bcd3" - ; used in data/pokemon/base_stats/*.asm tmhm: MACRO ; initialize bytes to 0 @@ -64,11 +61,6 @@ dab: MACRO dwb \1, BANK(\1) ENDM -dbbw: MACRO - db \1, \2 - dw \3 -ENDM - sine_table: MACRO ; \1 samples of sin(x) from x=0 to x<32768 (pi radians) x = 0 |
