diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 16:55:42 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 16:55:42 -0500 |
| commit | 3de7ab601d465581accfe3ff171aeed2808c9647 (patch) | |
| tree | ab357b894c9457b3d1d38fd49300df34412168f8 /hram.asm | |
| parent | Remove trailing whitespace (diff) | |
| download | pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.tar.gz pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.tar.xz pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.zip | |
Sync more with pokered
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 |
