diff options
| author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-01-22 22:05:13 -0500 |
|---|---|---|
| committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-01-22 22:13:21 -0500 |
| commit | 49a25618ea7316741b7838f111da311ba66a381c (patch) | |
| tree | 9bd13c92445f348acf771297bc2737c04c55fe60 /home.asm | |
| parent | Merge pull request #67 from xCrystal/master (diff) | |
| download | pokeyellow-49a25618ea7316741b7838f111da311ba66a381c.tar.gz pokeyellow-49a25618ea7316741b7838f111da311ba66a381c.tar.xz pokeyellow-49a25618ea7316741b7838f111da311ba66a381c.zip | |
Clean up white space, fix label typo
Diffstat (limited to 'home.asm')
| -rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2712,7 +2712,7 @@ IsItemInBag:: ; 3493 (0:3493) ; set zero flag if item isn't in player's bag ; else reset zero flag ; related to Pokémon Tower and ghosts - predef IsItemInBag_ + predef IsItemInBag_ ld a,b and a ret |
