diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 16:55:39 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 16:55:39 -0500 |
| commit | e16dec874a239c162680b169391d3c0c7ee1fc70 (patch) | |
| tree | 4a18885606996ff59bb714afb5db9a548e2f94a7 /hram.asm | |
| parent | Remove trailing whitespace (diff) | |
| download | pokeyellow-e16dec874a239c162680b169391d3c0c7ee1fc70.tar.gz pokeyellow-e16dec874a239c162680b169391d3c0c7ee1fc70.tar.xz pokeyellow-e16dec874a239c162680b169391d3c0c7ee1fc70.zip | |
Sync more with pokeyellow
Diffstat (limited to 'hram.asm')
| -rw-r--r-- | hram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,8 +96,8 @@ hTilePlayerStandingOn:: db hSpritePriority:: db UNION -;; Multiplication and division variables are meant -;; to overlap for back-to-back usage. Big endian. +; Multiplication and division variables are meant +; to overlap for back-to-back usage. Big endian. UNION ds 1 hMultiplicand:: ds 3 |
