diff options
| author | xCrystal <rgr.crystal@gmail.com> | 2018-02-06 23:25:55 +0100 | 
|---|---|---|
| committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-06 23:25:55 +0100 | 
| commit | 97214b5a1c961c8d4560ed5cb5cccb0cc4610709 (patch) | |
| tree | 68efa2c10fe241ce9281edded56674824f9b4373 /src | |
| parent | d62f9ca545f2f62e4e028fc65d8dcc73403a7513 (diff) | |
No need for these GLOBALs, since they're already exported
Diffstat (limited to 'src')
| -rwxr-xr-x | src/engine/home.asm | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/src/engine/home.asm b/src/engine/home.asm index 96fda66..e8a115b 100755 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -1,6 +1,3 @@ -GLOBAL CardGraphics -GLOBAL TextOffsets -  ; rst vectors  SECTION "rst00",ROM0[0]  	ret | 
