summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-05-20 17:55:27 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-05-20 17:55:27 -0400
commit846e3e65de52b9cd09df75cc72da198f8b3d9140 (patch)
tree4d69e276b542a6313ac3e798ed7107a117e942a2 /engine
parent9afacc7842a733770ec73893bb6c14d434c828e7 (diff)
adc a, 0 → adc 0; fix comments
Diffstat (limited to 'engine')
-rw-r--r--engine/pokemon/bills_pc_top.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/bills_pc_top.asm b/engine/pokemon/bills_pc_top.asm
index 1e808c02c..e25381e29 100644
--- a/engine/pokemon/bills_pc_top.asm
+++ b/engine/pokemon/bills_pc_top.asm
@@ -96,9 +96,9 @@ _BillsPC: ; e3fd
dw BillsPC_SeeYa
.items ; e4c4
- db 5
+ db 5 ; # items
db 0 ; WITHDRAW
- db 1; DEPOSIT
+ db 1 ; DEPOSIT
db 2 ; CHANGE BOX
db 3 ; MOVE PKMN
db 4 ; SEE YA!